On Mon, 10 Feb 2020 at 14:26, Jakub Jelinek <ja...@redhat.com> wrote: > > On Mon, Feb 10, 2020 at 02:03:47PM +0100, Christophe Lyon wrote: > > > 2020-02-07 Jakub Jelinek <ja...@redhat.com> > > > > > > PR target/93615 > > > * config/arm/unwind-arm.h (gnu_Unwind_Find_got): Rename to ... > > > (_Unwind_gnu_Find_got): ... this. Use __asm instead of asm. > > > Remove > > > trailing :s in asm. Formatting fixes. > > > (_Unwind_decode_typeinfo_ptr): Adjust caller. > > > > > > * gcc.dg/pr93615.c: New test. > > > > > > > This broke the build of GCC for the arm-none-uclinuxfdpiceabi target > > (FDPIC). > > Oops, sorry. > > > The attached patch fixes this by updating other uses of gnu_Unwind_Find_got. > > > > OK? > > Looks obvious to me.
OK, thanks, pushed as r10-6546-g5602b48b2ed84feb1a5792e3d73b00b42138ca6e > > Jakub >