* config/tc-i386.h,te-netbsd532.h (TARGET_FORMAT): Changed to
a.out-<arch>-netbsd to match corresponding changes in BFD.
This commit is contained in:
parent
f0b556a2d3
commit
eab55c1cef
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Wed Oct 12 11:56:50 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
|
||||
|
||||
* config/tc-i386.h,te-netbsd532.h (TARGET_FORMAT): Changed to
|
||||
a.out-<arch>-netbsd to match corresponding changes in BFD.
|
||||
|
||||
Wed Oct 12 11:06:11 1994 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* config/tc-ppc.c (ppc_fix_adjustable): Resolve symbol values
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#define TE_NETBSD532 1
|
||||
|
||||
#define TARGET_FORMAT "a.out-netbsd-532"
|
||||
#define TARGET_FORMAT "a.out-ns32k-netbsd"
|
||||
|
||||
#include "obj-format.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue