diff options
author | Doug Evans <dje@gnu.org> | 1996-04-29 17:02:49 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1996-04-29 17:02:49 +0000 |
commit | 32806d5e19bba90efc7a6835ea44aab5a78daf5d (patch) | |
tree | fca6b50a57adad29154f9e96a3a79423abeebced /gcc | |
parent | bd93f126954387c1e553202c75fb3c9a6f981315 (diff) | |
download | gcc-32806d5e19bba90efc7a6835ea44aab5a78daf5d.zip gcc-32806d5e19bba90efc7a6835ea44aab5a78daf5d.tar.gz gcc-32806d5e19bba90efc7a6835ea44aab5a78daf5d.tar.bz2 |
* sparc/vxsparc.h: sparc-aout.h renamed to aout.h.
From-SVN: r11903
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/vxsparc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/vxsparc.h b/gcc/config/sparc/vxsparc.h index f9fab34..abc7d80 100644 --- a/gcc/config/sparc/vxsparc.h +++ b/gcc/config/sparc/vxsparc.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Vxworks SPARC version. - Copyright (C) 1994 Free Software Foundation, Inc. + Copyright (C) 1994, 1996 Free Software Foundation, Inc. Contributed by David Henkel-Wallace (gumby@cygnus.com) This file is part of GNU CC. @@ -19,7 +19,7 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "sparc/sparc-aout.h" +#include "sparc/aout.h" /* Specify what to link with. */ /* VxWorks does all the library stuff itself. */ |