diff options
author | Nick Clifton <nickc@cygnus.com> | 1999-07-17 13:44:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 1999-07-17 13:44:35 +0000 |
commit | 6cfc7210fa88997c7b22415241c1b325b25bcb7b (patch) | |
tree | 3b52d8d7c13371005d2b44baaab9abe49e1622a1 /gcc/config/arm/coff.h | |
parent | 8f7cbf16355cc9550397eb949f2d1ecbf8791040 (diff) | |
download | gcc-6cfc7210fa88997c7b22415241c1b325b25bcb7b.tar.gz |
General tidyup of header files.
From-SVN: r28138
Diffstat (limited to 'gcc/config/arm/coff.h')
-rw-r--r-- | gcc/config/arm/coff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/arm/coff.h b/gcc/config/arm/coff.h index 478ae620226..cb4bd9b597c 100644 --- a/gcc/config/arm/coff.h +++ b/gcc/config/arm/coff.h @@ -79,6 +79,7 @@ extern int arm_structure_size_boundary; extern char * version_string; \ fprintf (STREAM, "%s Generated by gcc %s for ARM/coff\n", \ ASM_COMMENT_START, version_string); \ + fprintf (STREAM, ASM_APP_OFF); \ } \ while (0) |