diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-13 15:05:16 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-08-13 15:05:16 -0700 |
commit | f22db2ef6dc7a45f58d4df3119c17423df629d52 (patch) | |
tree | 09e452a3aa537297067407236da7dbf0d01b5872 /gcc/config/arm/unknown-elf.h | |
parent | 51610b0a5aaa6a0311a4738ab3fff416d89496f0 (diff) | |
download | gcc-f22db2ef6dc7a45f58d4df3119c17423df629d52.zip gcc-f22db2ef6dc7a45f58d4df3119c17423df629d52.tar.gz gcc-f22db2ef6dc7a45f58d4df3119c17423df629d52.tar.bz2 |
unknown-elf.h (CTOR_LIST_BEGIN, [...]): Remove.
* config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.
(DTOR_LIST_BEGIN, DTOR_LIST_END): Remove.
* config/arm/conix-elf.h: Likewise.
From-SVN: r44874
Diffstat (limited to 'gcc/config/arm/unknown-elf.h')
-rw-r--r-- | gcc/config/arm/unknown-elf.h | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/gcc/config/arm/unknown-elf.h b/gcc/config/arm/unknown-elf.h index 1eebb7b..fca292a 100644 --- a/gcc/config/arm/unknown-elf.h +++ b/gcc/config/arm/unknown-elf.h @@ -1,5 +1,5 @@ /* Definitions for non-Linux based ARM systems using ELF - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Contributed by Catherine Moore <clm@cygnus.com> This file is part of GNU CC. @@ -69,22 +69,6 @@ rdata_section () \ } \ } -#define CTOR_LIST_BEGIN \ - asm (CTORS_SECTION_ASM_OP); \ - func_ptr __CTOR_LIST__[1] = { (func_ptr) (-1) } - -#define CTOR_LIST_END \ - asm (CTORS_SECTION_ASM_OP); \ - func_ptr __CTOR_END__[1] = { (func_ptr) 0 }; - -#define DTOR_LIST_BEGIN \ - asm (DTORS_SECTION_ASM_OP); \ - func_ptr __DTOR_LIST__[1] = { (func_ptr) (-1) } - -#define DTOR_LIST_END \ - asm (DTORS_SECTION_ASM_OP); \ - func_ptr __DTOR_END__[1] = { (func_ptr) 0 }; - /* Switch into a generic section. */ #define TARGET_ASM_NAMED_SECTION default_elf_asm_named_section |