mirror of git://sourceware.org/git/glibc.git
* sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
(cfi_same_value): Delete definition.
This commit is contained in:
parent
c73141f12a
commit
e309780059
|
@ -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.
|
||||
|
|
|
@ -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__
|
||||
|
|
Loading…
Reference in New Issue