* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.
authorJakub Jelinek <jakub@redhat.com>
Tue, 20 May 2008 07:42:00 +0000 (07:42 +0000)
committerJakub Jelinek <jakub@redhat.com>
Tue, 20 May 2008 07:42:00 +0000 (07:42 +0000)
2008-05-19  Jakub Jelinek  <jakub@redhat.com>

* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.

nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [new file with mode: 0644]

index 0bbdd6e..11410a3 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
+
 2008-05-10  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Access
diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile b/nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
new file mode 100644 (file)
index 0000000..774b267
--- /dev/null
@@ -0,0 +1,4 @@
+ifeq ($(subdir),nptl)
+CFLAGS-pause.c += -fexceptions
+CFLAGS-sigsuspend.c += -fexceptions
+endif