Date: Thu, 9 Apr 1998 18:20:44 -0700 (PDT) From: John Polstra <jdp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG Subject: cvs commit: src/gnu/usr.bin/as/config obj-aout.c obj-aout.h Message-ID: <199804100120.SAA01611@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1998/04/09 18:20:41 PDT Modified files: gnu/usr.bin/as/config obj-aout.c obj-aout.h Log: Fix the assembler so that it produces object files with the correct magic number byte ordering for FreeBSD. This makes "file" describe our object files as "FreeBSD/i386 object" instead of as NetBSD object files. In case this seems drastic and risky, Bruce points out that the "ld -r -x" step that is done on every object file when building libraries fixes the byte ordering in the same way. I have been running with this patch for over a month and have seen no problems. Revision Changes Path 1.7 +1 -1 src/gnu/usr.bin/as/config/obj-aout.c 1.8 +2 -2 src/gnu/usr.bin/as/config/obj-aout.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804100120.SAA01611>