From 6f50cb0027e20134991525fa43a9b95e7640c9ed Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 21 Feb 2003 19:25:36 +0000 Subject: Update. * sysdeps/x86_64/dl-machine.h (elf_machine_rela) : Check for signed overflow, not unsigned. 2003-02-21 Jakub Jelinek --- linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxthreads/sysdeps/unix/sysv/linux/x86_64') diff --git a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile index f5ad5084c4..28d2e22cd3 100644 --- a/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile +++ b/linuxthreads/sysdeps/unix/sysv/linux/x86_64/Makefile @@ -7,6 +7,6 @@ before-compile += $(objpfx)specs generated += specs $(objpfx)specs: $(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs \ - | sed 's,/usr/lib64/\(crt[in]\.o\),\1,g' > $@.new + | sed 's,\(/usr/lib\(\|64\)/\|^\|\([^/a-z]\)\)\(crt[in]\.o\),\3./\4,g' > $@.new mv -f $@.new $@ endif -- cgit v1.2.3