diff options
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/te-aux.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1162e58..f02fea1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/config/te-aux.h b/gas/config/te-aux.h index b2d7759..da6fa01 100644 --- a/gas/config/te-aux.h +++ b/gas/config/te-aux.h @@ -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 |