* config/te-aux.h: Change include of aux.h to aux-coff.h.

This commit is contained in:
Ian Lance Taylor 1996-02-09 15:55:06 +00:00
parent 318b7c1833
commit 3e1c964dfa
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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