diff options
author | Doug Evans <dje@gnu.org> | 1994-11-17 23:21:49 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1994-11-17 23:21:49 +0000 |
commit | b76f773b543a91d50e21b1a3417a01505bedad3e (patch) | |
tree | f6f46b722649c88b07aee1c6e680786af104e074 /gcc | |
parent | e73646fec6e28e85cdb6186e5d846356fb56f2d9 (diff) | |
download | gcc-b76f773b543a91d50e21b1a3417a01505bedad3e.zip gcc-b76f773b543a91d50e21b1a3417a01505bedad3e.tar.gz gcc-b76f773b543a91d50e21b1a3417a01505bedad3e.tar.bz2 |
m68k-coff.h renamed to coff.h.
From-SVN: r8493
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/lynx-ng.h | 2 | ||||
-rw-r--r-- | 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 37676b1..0593934 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 6e0c0a7..eb90502 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 |