diff options
author | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-12-28 02:28:51 +0000 |
---|---|---|
committer | jrv <jrv@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-12-28 02:28:51 +0000 |
commit | 34caabe915d9dce974b6ab5e19ef054f490a00c2 (patch) | |
tree | b563632a1499f7ad9d17662e762fdd2fc00609a4 /gcc/config/i386/bsd.h | |
parent | 28b4c989b879f2bcb94e2ed8b18b2310c993d4aa (diff) | |
download | gcc-34caabe915d9dce974b6ab5e19ef054f490a00c2.tar.gz |
Renamed from bsd386.h.
Use new file names for included 386 files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2939 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/bsd.h')
-rw-r--r-- | gcc/config/i386/bsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/bsd.h b/gcc/config/i386/bsd.h index fba526506fe..8d233140169 100644 --- a/gcc/config/i386/bsd.h +++ b/gcc/config/i386/bsd.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. */ /* Include common aspects of all 386 Unix assemblers. */ -#include "unx386.h" +#include "i386/unix.h" /* Use the Sequent Symmetry assembler syntax. */ @@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Prefix for internally generated assembler labels. If we aren't using underscores, we are using prefix `.'s to identify labels that should - be ignored, as in `i386gas.h' --karl@cs.umb.edu */ + be ignored, as in `i386/gas.h' --karl@cs.umb.edu */ #ifdef NO_UNDERSCORES #define LPREFIX ".L" #else |