51f0aa
(This patch is no longer needed because we currently build all of
51f0aa
glibc with -fno-asynchronous-unwind-tables.)
51f0aa
ce426f
glibc-2.3.3-1478-g37582bc
ce426f
ce426f
* Thu Nov 30 2006 Jakub Jelinek <jakub@redhat.com> 2.5.90-9
ce426f
- on ppc64 build __libc_start_main without unwind info,
ce426f
  as it breaks MD_FROB_UPDATE_CONTEXT (#217729, #217775; in the
ce426f
  future that could be fixable just by providing .cfi_undefined r2
ce426f
  in __libc_start_main instead)
ce426f
ce426f
diff -Nru glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/Makefile glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/Makefile
ce426f
--- glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/Makefile	2012-06-05 07:42:49.000000000 -0600
ce426f
+++ glibc-2.17-c758a686/sysdeps/powerpc/powerpc64/Makefile	2012-06-07 12:15:21.828318633 -0600
ce426f
@@ -35,6 +35,8 @@ CFLAGS-rtld-memmove.os = $(no-special-re
ce426f
 CFLAGS-rtld-memchr.os = $(no-special-regs)
ce426f
 CFLAGS-rtld-strnlen.os = $(no-special-regs)
ce426f
 
ce426f
+CFLAGS-libc-start.c += -fno-asynchronous-unwind-tables
ce426f
+
ce426f
 ifeq ($(subdir),csu)
ce426f
 sysdep_routines += hp-timing
ce426f
 elide-routines.os += hp-timing