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 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'c/src/exec/score/cpu/a29k/asm.h') 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 -- cgit v1.2.3