* 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 46fe53d..facc304 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 7e9d4bf..cb2cc07 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__