]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Give up on a.out support in binutils. It has too many problems to
authorjdp <jdp@FreeBSD.org>
Mon, 30 Mar 1998 02:21:27 +0000 (02:21 +0000)
committerjdp <jdp@FreeBSD.org>
Mon, 30 Mar 1998 02:21:27 +0000 (02:21 +0000)
commit54a2e3132429c8948c495889522813094fedda55
tree11e10a689deffb795cf7cd22889d954b307d2a6c
parenta5bc2e42477a5c9ec217cdf629c0ec1982ca1e55
Give up on a.out support in binutils.  It has too many problems to
be worth much effort.  Install all i386 binutils programs in
"/usr/libexec/elf".  Disable a.out support in libbfd.  It's too
dangerous to leave it in.  Some of the utilities think they can
handle a.out, but they generate bad object files.
gnu/usr.bin/binutils/addr2line/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils/c++filt/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils/ld/Makefile.i386
gnu/usr.bin/binutils/libbfd/Makefile.i386
gnu/usr.bin/binutils/nm/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils/objcopy/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils/objdump/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils/size/Makefile.i386 [new file with mode: 0644]
gnu/usr.bin/binutils/strings/Makefile.i386 [new file with mode: 0644]