Renamed from bsd386.h.
authorJames Van Artsdalen <jrv@gnu.org>
Mon, 28 Dec 1992 02:28:51 +0000 (02:28 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Mon, 28 Dec 1992 02:28:51 +0000 (02:28 +0000)
Use new file names for included 386 files.

From-SVN: r2939

gcc/config/i386/bsd.h

index fba5265..8d23314 100644 (file)
@@ -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