mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
66b935dace
* 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.
18 lines
405 B
C
18 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
|