From 3e1c964dfa3725785c3e7775763fda69d9f6866e Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 9 Feb 1996 15:55:06 +0000 Subject: [PATCH] * config/te-aux.h: Change include of aux.h to aux-coff.h. --- gas/ChangeLog | 4 ++++ gas/config/te-aux.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 1162e583ff9..f02fea162c4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 9 10:54:19 1996 Ian Lance Taylor + + * config/te-aux.h: Change include of aux.h to aux-coff.h. + Thu Feb 8 20:02:58 1996 Ian Lance Taylor * 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 b2d77596658..da6fa0164cf 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 -- 2.30.2