From b76f773b543a91d50e21b1a3417a01505bedad3e Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 17 Nov 1994 23:21:49 +0000 Subject: [PATCH] m68k-coff.h renamed to coff.h. From-SVN: r8493 --- gcc/config/m68k/lynx-ng.h | 2 +- gcc/config/m68k/lynx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/m68k/lynx-ng.h b/gcc/config/m68k/lynx-ng.h index 37676b141c3..0593934d2f0 100644 --- a/gcc/config/m68k/lynx-ng.h +++ b/gcc/config/m68k/lynx-ng.h @@ -18,7 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "m68k/m68k.h" -#include "m68k/m68k-coff.h" +#include "m68k/coff.h" #include "lynx-ng.h" /* See m68k.h. 7 means 68020 with 68881. */ diff --git a/gcc/config/m68k/lynx.h b/gcc/config/m68k/lynx.h index 6e0c0a7b233..eb905025d3f 100644 --- a/gcc/config/m68k/lynx.h +++ b/gcc/config/m68k/lynx.h @@ -18,7 +18,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "m68k/m68k.h" -#include "m68k/m68k-coff.h" +#include "m68k/coff.h" #undef CTORS_SECTION_ASM_OP #undef DTORS_SECTION_ASM_OP -- 2.30.2