diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-09 15:33:35 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-08-09 15:33:35 -0700 |
commit | 2cc07db4b089b8b3df05261f1d7acbc96d2e720a (patch) | |
tree | ddb2d5519f49bc33648c25225b8b8ba84df590b9 /gcc/config/sh/elf.h | |
parent | ef8d8b8922a034dfac5cff9d5fa781dc57c49ed0 (diff) | |
download | gcc-2cc07db4b089b8b3df05261f1d7acbc96d2e720a.tar.gz |
Move constructor/destructor handling into target hooks.
From-SVN: r44747
Diffstat (limited to 'gcc/config/sh/elf.h')
-rw-r--r-- | gcc/config/sh/elf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/sh/elf.h b/gcc/config/sh/elf.h index 183fa96c2ab..761b1fb568b 100644 --- a/gcc/config/sh/elf.h +++ b/gcc/config/sh/elf.h @@ -36,11 +36,7 @@ Boston, MA 02111-1307, USA. */ #undef ASM_FILE_END #undef ASM_OUTPUT_SOURCE_LINE #undef DBX_OUTPUT_MAIN_SOURCE_FILE_END -#undef CTORS_SECTION_ASM_OP -#undef DTORS_SECTION_ASM_OP #undef TARGET_ASM_NAMED_SECTION -#undef ASM_OUTPUT_CONSTRUCTOR -#undef ASM_OUTPUT_DESTRUCTOR #undef ASM_DECLARE_FUNCTION_NAME #undef MAX_OFILE_ALIGNMENT |