diff options
author | YamaArashi <shadow962@live.com> | 2016-03-06 16:42:52 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-03-06 16:42:52 -0800 |
commit | 63aec4bbdd77671b92dafbe6cb6e2e14f7a6635b (patch) | |
tree | 82700456fa515afbff2adb6c91319a43596e959b /gcc/config/arm | |
parent | ce590c846da59bd8d6fa3232689b776716c8c4af (diff) |
remove unused functions
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 { \ |