Add -fno-asynchronous-unwind-tables to initfini.s for i386
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 16 Aug 2010 03:09:23 +0000 (20:09 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Aug 2010 03:09:23 +0000 (20:09 -0700)
ChangeLog
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/i386/Makefile [new file with mode: 0644]
sysdeps/i386/elf/Makefile [new file with mode: 0644]

index b060db5..5008892 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * sysdeps/i386/elf/Makefile: New file.
+
 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
 
        * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
index 848084e..60dbf80 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * nptl/sysdeps/unix/sysv/linux/i386/Makefile: New file.
+
 2010-05-01  Alan Modra  <amodra@gmail.com>
 
        * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/Makefile b/nptl/sysdeps/unix/sysv/linux/i386/Makefile
new file mode 100644 (file)
index 0000000..48eef38
--- /dev/null
@@ -0,0 +1,3 @@
+ifeq ($(subdir),nptl)
+CFLAGS-pt-initfini.s += -fno-asynchronous-unwind-tables
+endif
diff --git a/sysdeps/i386/elf/Makefile b/sysdeps/i386/elf/Makefile
new file mode 100644 (file)
index 0000000..61064d4
--- /dev/null
@@ -0,0 +1,4 @@
+ifeq ($(subdir),csu)
+# Turn off -fasynchronous-unwind-tables
+CFLAGS-initfini.s += -fno-asynchronous-unwind-tables
+endif