Module Name: src
Committed By: rin
Date: Fri Oct 9 23:55:48 UTC 2020
Modified Files:
src/external/gpl3/gdb.old/lib/libbfd: Makefile
Log Message:
Adjust for aarch64eb; it needs elf32-aarch64.c.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb.old/lib/libbfd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb.old/lib/libbfd/Makefile
diff -u src/external/gpl3/gdb.old/lib/libbfd/Makefile:1.8 src/external/gpl3/gdb.old/lib/libbfd/Makefile:1.9
--- src/external/gpl3/gdb.old/lib/libbfd/Makefile:1.8 Mon Sep 14 00:40:37 2020
+++ src/external/gpl3/gdb.old/lib/libbfd/Makefile Fri Oct 9 23:55:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/09/14 00:40:37 christos Exp $
+# $NetBSD: Makefile,v 1.9 2020/10/09 23:55:48 rin Exp $
.include <bsd.own.mk>
.include "../Makefile.inc"
@@ -22,7 +22,7 @@ DPSRCS+= elf32-target.h elf64-target.h t
elf32-ia64.c elf64-ia64.c elf64-aarch64.c \
peigen.c pex64igen.c
CLEANFILES+= elf32-target.h elf64-target.h targmatch.h \
- elf32-ia64.c elf64-ia64.c elf64-aarch64.c \
+ elf32-ia64.c elf64-ia64.c elf64-aarch64.c elf32-aarch64.c \
peigen.c pex64igen.c
.PATH: ${DIST}/bfd
@@ -54,6 +54,10 @@ elf64-ia64.c: elfxx-ia64.c
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/64/g < $> > $@
+elf32-aarch64.c: elfnn-aarch64.c
+ ${_MKTARGET_CREATE}
+ ${TOOL_SED} -e s/NN/32/g < $> > $@
+
elf64-aarch64.c: elfnn-aarch64.c
${_MKTARGET_CREATE}
${TOOL_SED} -e s/NN/64/g < $> > $@