diff options
author | Nick Clifton <nickc@cygnus.com> | 1999-11-09 16:45:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-11-09 16:45:49 +0000 |
commit | eb3921e89a276761fba9562652ec83cbe03f25a9 (patch) | |
tree | b22d25bded1963d37333ae544c6caf7f8a9f2617 /gcc/config/arm/aout.h | |
parent | 56e2e7627ef54dfc219481aa09b5367f00c79e47 (diff) | |
download | gcc-eb3921e89a276761fba9562652ec83cbe03f25a9.zip gcc-eb3921e89a276761fba9562652ec83cbe03f25a9.tar.gz gcc-eb3921e89a276761fba9562652ec83cbe03f25a9.tar.bz2 |
Add prototypes file.
From-SVN: r30460
Diffstat (limited to 'gcc/config/arm/aout.h')
-rw-r--r-- | gcc/config/arm/aout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index 1f3ee79..79003d2 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -37,8 +37,8 @@ Boston, MA 02111-1307, USA. */ } #endif -#define ASM_APP_ON "" -#define ASM_APP_OFF "" +#define ASM_APP_ON " " +#define ASM_APP_OFF " " /* Switch to the text or data segment. */ #define TEXT_SECTION_ASM_OP ".text" |