diff options
author | James Van Artsdalen <jrv@gnu.org> | 1993-01-06 07:44:32 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1993-01-06 07:44:32 +0000 |
commit | b491172aeef9ed48101efe6be43fe82a4a031072 (patch) | |
tree | 40c940ebaaf1fea39c339ee924f32f9cd26d0f9a /gcc | |
parent | 0671ee41259ee8c9a757161be315544fb6ca950f (diff) | |
download | gcc-b491172aeef9ed48101efe6be43fe82a4a031072.zip gcc-b491172aeef9ed48101efe6be43fe82a4a031072.tar.gz gcc-b491172aeef9ed48101efe6be43fe82a4a031072.tar.bz2 |
Renamed sparcv4.h to sysv4.h.
From-SVN: r3116
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sol2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index e29a883..b2db092 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -20,7 +20,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Supposedly the same as vanilla sparc svr4, except for the stuff below: */ -#include "sparc/sparcv4.h" +#include "sparc/sysv4.h" #undef CPP_PREDEFINES #define CPP_PREDEFINES \ @@ -60,7 +60,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef CTORS_SECTION_ASM_OP #undef DTORS_SECTION_ASM_OP -#if 0 /* These seems unnecessary; the ones in sparcv4.h look right. */ +#if 0 /* These seems unnecessary; the ones in sparc/sysv4.h look right. */ #undef TEXT_SECTION_ASM_OP #undef DATA_SECTION_ASM_OP #undef BSS_SECTION_ASM_OP |