mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* config/te-aux.h: Change include of aux.h to aux-coff.h.
This commit is contained in:
parent
318b7c1833
commit
3e1c964dfa
@ -1,3 +1,7 @@
|
||||
Fri Feb 9 10:54:19 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* config/te-aux.h: Change include of aux.h to aux-coff.h.
|
||||
|
||||
Thu Feb 8 20:02:58 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* config/tc-i960.c (tc_coff_symbol_emit_hook): Correct storage
|
||||
|
@ -4,7 +4,7 @@
|
||||
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 */
|
||||
#include "coff/aux-coff.h" /* override bits in coff/internal.h */
|
||||
#undef internal_lineno
|
||||
|
||||
#define COFF_NOLOAD_PROBLEM
|
||||
|
Loading…
Reference in New Issue
Block a user