This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix mips64 build warning


Not only does sysdeps/generic/sysdep.h define this now, its definition
doesn't have the stupid thinko in my copy...

-- 
Daniel Jacobowitz
CodeSourcery

2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>

	* sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
	(cfi_same_value): Delete definition.

Index: sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
===================================================================
RCS file: /cvs/glibc/ports/sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h,v
retrieving revision 1.2
diff -u -p -r1.2 sysdep-cancel.h
--- sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h	31 Oct 2006 17:39:15 -0000	1.2
+++ sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h	23 Jan 2007 14:47:59 -0000
@@ -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__


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]