From b9181082831b7d4de50c73ced45794348f22205f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Jan 1997 00:13:00 +0000 Subject: Added include of targopts.h. --- c/src/exec/score/cpu/a29k/asm.h | 9 ++++++--- c/src/exec/score/cpu/i386/asm.h | 1 + c/src/exec/score/cpu/i960/asm.h | 1 + c/src/exec/score/cpu/i960/cpu.h | 2 +- c/src/exec/score/cpu/m68k/asm.h | 3 ++- c/src/exec/score/cpu/mips/asm.h | 1 + c/src/exec/score/cpu/mips64orion/asm.h | 1 + c/src/exec/score/cpu/no_cpu/asm.h | 1 + c/src/exec/score/cpu/sparc/asm.h | 2 +- 9 files changed, 15 insertions(+), 6 deletions(-) (limited to 'c/src/exec/score') diff --git a/c/src/exec/score/cpu/a29k/asm.h b/c/src/exec/score/cpu/a29k/asm.h index 66d98be652..a680c9f1a5 100644 --- a/c/src/exec/score/cpu/a29k/asm.h +++ b/c/src/exec/score/cpu/a29k/asm.h @@ -10,6 +10,8 @@ * NOTE: The spacing in the use of these macros * is critical to them working as advertised. * + * !!! THIS FILE DOES NOT APPEAR TO HAVE BEEN USED IN THE 29K PORT !!! + * * COPYRIGHT: * * This file is based on similar code found in newlib available @@ -23,15 +25,16 @@ * $Id$ */ -#ifndef __NO_CPU_ASM_h -#define __NO_CPU_ASM_h +#ifndef __A29K_ASM_h +#define __A29K_ASM_h /* * Indicate we are in an assembly file and get the basic CPU definitions. */ #define ASM -#include +#include +#include /* * Recent versions of GNU cpp define variables which indicate the diff --git a/c/src/exec/score/cpu/i386/asm.h b/c/src/exec/score/cpu/i386/asm.h index e317161043..adf4e2c63d 100644 --- a/c/src/exec/score/cpu/i386/asm.h +++ b/c/src/exec/score/cpu/i386/asm.h @@ -31,6 +31,7 @@ */ #define ASM +#include #include /* diff --git a/c/src/exec/score/cpu/i960/asm.h b/c/src/exec/score/cpu/i960/asm.h index 803f42f649..8a84527ee8 100644 --- a/c/src/exec/score/cpu/i960/asm.h +++ b/c/src/exec/score/cpu/i960/asm.h @@ -31,6 +31,7 @@ */ #define ASM +#include #include /* diff --git a/c/src/exec/score/cpu/i960/cpu.h b/c/src/exec/score/cpu/i960/cpu.h index fbf0b1a25e..5c16e3d414 100644 --- a/c/src/exec/score/cpu/i960/cpu.h +++ b/c/src/exec/score/cpu/i960/cpu.h @@ -23,7 +23,7 @@ extern "C" { #pragma align 4 /* for GNU C structure alignment */ -#include +#include /* pick up machine definitions */ #ifndef ASM #include #endif diff --git a/c/src/exec/score/cpu/m68k/asm.h b/c/src/exec/score/cpu/m68k/asm.h index 4c53980d51..fda93d9528 100644 --- a/c/src/exec/score/cpu/m68k/asm.h +++ b/c/src/exec/score/cpu/m68k/asm.h @@ -31,7 +31,8 @@ */ #define ASM -#include +#include +#include /* * Recent versions of GNU cpp define variables which indicate the diff --git a/c/src/exec/score/cpu/mips/asm.h b/c/src/exec/score/cpu/mips/asm.h index d45405b669..2382754654 100644 --- a/c/src/exec/score/cpu/mips/asm.h +++ b/c/src/exec/score/cpu/mips/asm.h @@ -32,6 +32,7 @@ */ #define ASM +#include #include /* diff --git a/c/src/exec/score/cpu/mips64orion/asm.h b/c/src/exec/score/cpu/mips64orion/asm.h index d45405b669..2382754654 100644 --- a/c/src/exec/score/cpu/mips64orion/asm.h +++ b/c/src/exec/score/cpu/mips64orion/asm.h @@ -32,6 +32,7 @@ */ #define ASM +#include #include /* diff --git a/c/src/exec/score/cpu/no_cpu/asm.h b/c/src/exec/score/cpu/no_cpu/asm.h index 66d98be652..6b386d4106 100644 --- a/c/src/exec/score/cpu/no_cpu/asm.h +++ b/c/src/exec/score/cpu/no_cpu/asm.h @@ -31,6 +31,7 @@ */ #define ASM +#include #include /* diff --git a/c/src/exec/score/cpu/sparc/asm.h b/c/src/exec/score/cpu/sparc/asm.h index 4f425de956..22c8365b88 100644 --- a/c/src/exec/score/cpu/sparc/asm.h +++ b/c/src/exec/score/cpu/sparc/asm.h @@ -29,7 +29,7 @@ #define ASM -#include +#include #include /* -- cgit v1.2.3