diff options
author | Paul Brook <paul@codesourcery.com> | 2004-09-08 20:52:49 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2004-09-08 20:52:49 +0000 |
commit | 10b016c223f165a06dbd20e46307c9a0bfbf0ee2 (patch) | |
tree | ea3895ea85fd89f144817cb51868ffd997141e03 /gas/config/tc-ia64.c | |
parent | b26a6851b5c525e74539c85ac34a5e1e417f18e0 (diff) | |
download | gdb-10b016c223f165a06dbd20e46307c9a0bfbf0ee2.zip gdb-10b016c223f165a06dbd20e46307c9a0bfbf0ee2.tar.gz gdb-10b016c223f165a06dbd20e46307c9a0bfbf0ee2.tar.bz2 |
* config/obj-elf.c (obj_elf_section_type): Handle init_array,
fini_array and preinit_array section types.
* config/tc-ia64.c (ia64_elf_section_type): Remove init_array
and fini_array.
* doc/as.texinfo: Document extra section types.
Diffstat (limited to 'gas/config/tc-ia64.c')
-rw-r--r-- | gas/config/tc-ia64.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/tc-ia64.c b/gas/config/tc-ia64.c index 1d43e77..b2e599f 100644 --- a/gas/config/tc-ia64.c +++ b/gas/config/tc-ia64.c @@ -996,12 +996,6 @@ ia64_elf_section_type (str, len) if (STREQ ("unwind")) return SHT_IA_64_UNWIND; - if (STREQ ("init_array")) - return SHT_INIT_ARRAY; - - if (STREQ ("fini_array")) - return SHT_FINI_ARRAY; - return -1; #undef STREQ } |