From e3097800591bb59edf71359fddbf4693cb610dda Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 23 Jan 2007 14:48:27 +0000 Subject: [PATCH] * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h (cfi_same_value): Delete definition. --- ChangeLog.mips | 5 +++++ sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ChangeLog.mips b/ChangeLog.mips index 46fe53d..facc304 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,8 @@ +2007-01-23 Daniel Jacobowitz + + * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h + (cfi_same_value): Delete definition. + 2007-01-08 Richard Sandiford * sysdeps/mips/dl-machine.h (ELF_MACHINE_NO_RELA): Delete. diff --git a/sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h b/sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h index 7e9d4bf..cb2cc07 100644 --- a/sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h +++ b/sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h @@ -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__ -- 2.7.4