With tmm's latest change to the sparc64 dynamic loader, we can remove this

hack to binutils and use the stock sparc64 sources.
This commit is contained in:
David E. O'Brien 2004-06-20 09:46:13 +00:00
parent a9a0bf07f3
commit 264ea182b8
2 changed files with 1 additions and 19 deletions

View File

@ -7,7 +7,7 @@ SRCS+= aout32.c \
elf32-sparc.c \
elf32-target.h \
elf32.c \
elf64-sparc%FIXED.c \
elf64-sparc.c \
elf64-target.h \
elf64.c \
elflink.c \
@ -20,8 +20,3 @@ CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
.endif
CLEANFILES+= elf32-target.h elf64-target.h
CLEANFILES+= elf64-sparc%FIXED.c
elf64-sparc%FIXED.c: elf64-sparc.c elf64-sparc.c-bad-rtld.diff
cp ${.ALLSRC:M*.c} ${.TARGET}
patch -b .orig < ${.ALLSRC:M*.diff}

View File

@ -1,13 +0,0 @@
$FreeBSD$
Index: elf64-sparc.c
===================================================================
RCS file: /home/ncvs/src/contrib/binutils/bfd/elf64-sparc.c,v
retrieving revision 1.1.1.12
diff -u -u -0 -r1.1.1.12 elf64-sparc.c
--- elf64-sparc%FIXED.c 16 Jun 2004 05:44:32 -0000 1.1.1.12
+++ elf64-sparc%FIXED.c 17 Jun 2004 05:24:42 -0000
@@ -2790,2 +2790,2 @@
- bfd_put_64 (output_bfd, (bfd_vma) 0,
- sgot->contents + (h->got.offset &~ (bfd_vma) 1));
+//XXX:DEO bfd_put_64 (output_bfd, (bfd_vma) 0,
+// sgot->contents + (h->got.offset &~ (bfd_vma) 1));