Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/lib/libbfd Added netbsdaout.c for i386
details: https://anonhg.NetBSD.org/src/rev/2d467a0f85ae
branches: trunk
changeset: 486387:2d467a0f85ae
user: kristerw <kristerw%NetBSD.org@localhost>
date: Sat May 20 20:30:48 2000 +0000
description:
Added netbsdaout.c for i386
diffstat:
gnu/lib/libbfd/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r ca8c03840ab0 -r 2d467a0f85ae gnu/lib/libbfd/Makefile
--- a/gnu/lib/libbfd/Makefile Sat May 20 20:28:16 2000 +0000
+++ b/gnu/lib/libbfd/Makefile Sat May 20 20:30:48 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2000/03/27 19:15:32 msaitoh Exp $
+# $NetBSD: Makefile,v 1.16 2000/05/20 20:30:48 kristerw Exp $
LIB= bfd
@@ -108,7 +108,8 @@
.endif
SRCS+= cpu-i386.c i386bsd.c i386freebsd.c i386netbsd.c \
coff-i386.c elf32-i386.c i386-dis.c \
- aout32.c cofflink.c elf32.c elf.c elflink.c dwarf2.c
+ aout32.c cofflink.c elf32.c elf.c elflink.c dwarf2.c \
+ netbsdaout.c
.endif
##### m68k #####
Home |
Main Index |
Thread Index |
Old Index