* sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file.

2008-05-19  Jakub Jelinek  <jakub@redhat.com>

	* elf/soinit.c (__EH_FRAME_BEGIN__): Remove.
This commit is contained in:
Jakub Jelinek 2008-05-20 07:42:00 +00:00
parent 84aacd93b4
commit 3b15b590b7
2 changed files with 8 additions and 0 deletions

View 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

View File

@ -0,0 +1,4 @@
ifeq ($(subdir),nptl)
CFLAGS-pause.c += -fexceptions
CFLAGS-sigsuspend.c += -fexceptions
endif