old-cross-binutils/gas/config/te-aux.h
Ian Lance Taylor 66b935dace Wed Jan 31 14:03:17 1996 Richard Henderson <rth@tamu.edu>
* configure.in (m68*-apple-aux*): New target.
	* config/te-aux.h: New file.
	* config/obj-coff.c (compare_external_relocs): New static function
	if TE_AUX.
	(do_relocs_for): Sort relocs if TE_AUX.
	(fixup_segment): If TE_AUX, store common symbol value in segment.
	* config/tc-m68k.h (TARGET_FORMAT): Define if TE_AUX.
1996-01-31 19:06:17 +00:00

17 lines
405 B
C

#define TE_AUX
/* From obj-coff.h:
This internal_lineno crap is to stop namespace pollution from the
bfd internal coff headerfile. */
#define internal_lineno bfd_internal_lineno
#include "coff/aux.h" /* override bits in coff/internal.h */
#undef internal_lineno
#define COFF_NOLOAD_PROBLEM
#define KEEP_RELOC_INFO
#include "obj-format.h"
#ifndef LOCAL_LABELS_FB
#define LOCAL_LABELS_FB 1
#endif