diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-22 09:20:49 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-22 09:20:49 +0000 |
commit | 1e4ed2602bd95df631b9ad29eda21ba079cb3f7f (patch) | |
tree | 1721d059cba202f39d4e8ae302316aab29173e65 /gcc/config/arm/coff.h | |
parent | dec1141f9669f7ab43bebb6901390595a4c31633 (diff) | |
download | gcc-1e4ed2602bd95df631b9ad29eda21ba079cb3f7f.tar.gz |
Vladik Goytin (goytin@yahoo.com)
Define (ASM_OUTPUT_SECTION_NAME): Support section attribute for the target
'arm-semi-aout' for the sections .text and .data only.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28216 138bc75d-0d04-0410-961f-82ee72b054a4
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 cb4bd9b597c..0acd5b93060 100644 --- a/gcc/config/arm/coff.h +++ b/gcc/config/arm/coff.h @@ -87,6 +87,7 @@ extern int arm_structure_size_boundary; NAME for object DECL which is either a FUNCTION_DECL, a VAR_DECL or NULL_TREE. Some target formats do not support arbitrary sections. Do not define this macro in such cases. */ +#undef ASM_OUTPUT_SECTION_NAME #define ASM_OUTPUT_SECTION_NAME(STREAM, DECL, NAME, RELOC) \ do \ { \ |