]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
authorDaniel Jacobowitz <dan@codesourcery.com>
Tue, 23 Jan 2007 14:48:27 +0000 (14:48 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Tue, 23 Jan 2007 14:48:27 +0000 (14:48 +0000)
(cfi_same_value): Delete definition.

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

index 46fe53d09854f4f1cbbb6926870dac229aa17906..facc304378c68617f92f8fc740067a667a98a928 100644 (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.
index 7e9d4bfa9c7c1aeb36cb42ab0385f7f37754dd97..cb2cc0779a59c452c0042104e7f36ec54a4814a0 100644 (file)
    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__