diff options
Diffstat (limited to 'gcc/config/arm')
-rwxr-xr-x | gcc/config/arm/telf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/arm/telf.h b/gcc/config/arm/telf.h index 1144597..8c5d6e0 100755 --- a/gcc/config/arm/telf.h +++ b/gcc/config/arm/telf.h @@ -214,7 +214,6 @@ extern int arm_valid_machine_decl_attribute(tree decl, tree attributes, tree att #define NAME__MAIN "__gccmain" #define SYMBOL__MAIN __gccmain -#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1) #define UNIQUE_SECTION_P(DECL) (DECL_ONE_ONLY (DECL)) #define UNIQUE_SECTION(DECL,RELOC) \ do { \ |