diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-02-09 15:55:06 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-02-09 15:55:06 +0000 |
commit | 3e1c964dfa3725785c3e7775763fda69d9f6866e (patch) | |
tree | e6ab41d93b4730a4e1d898aa1f8df5ff7cc5dc9b /gas/config/te-aux.h | |
parent | 318b7c1833167c8c9f343b07360a59955c4d9783 (diff) | |
download | gdb-3e1c964dfa3725785c3e7775763fda69d9f6866e.zip gdb-3e1c964dfa3725785c3e7775763fda69d9f6866e.tar.gz gdb-3e1c964dfa3725785c3e7775763fda69d9f6866e.tar.bz2 |
* config/te-aux.h: Change include of aux.h to aux-coff.h.
Diffstat (limited to 'gas/config/te-aux.h')
-rw-r--r-- | gas/config/te-aux.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |