* sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h

(cfi_same_value): Delete definition.
This commit is contained in:
Daniel Jacobowitz 2007-01-23 14:48:27 +00:00
parent c73141f12a
commit e309780059
2 changed files with 5 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
(cfi_same_value): Delete definition.
2007-01-08 Richard Sandiford <richard@codesourcery.com>
* sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete.

View File

@ -28,12 +28,6 @@
happen before any instructions. So we use cfi_same_value instead of
cfi_restore. */
#ifdef HAVE_ASM_CFI_DIRECTIVES
# define cfi_same_value .cfi_same_value
#else
# define cfi_same_value
#endif
#if !defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt
#ifdef __PIC__