From f64eba148e6bb92c67b740c7d86c7dbe9001d2e7 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 6 Nov 2009 11:51:04 +0000 Subject: [PATCH] * config/obj-elf.c (obj_elf_change_section): Remove FIXME from comment. --- gas/ChangeLog | 5 +++++ gas/config/obj-elf.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 02cfc376c4..49a4e4b7c5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-11-06 Alan Modra + + * config/obj-elf.c (obj_elf_change_section): Remove FIXME from + comment. + 2009-11-05 Sebastian Pop Quentin Neill diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 1cc11ece24..09487025e5 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -588,13 +588,13 @@ obj_elf_change_section (const char *name, else if (type != ssect->type) { if (old_sec == NULL - /* FIXME: gcc, as of 2002-10-22, will emit + /* Some older versions of gcc will emit .section .init_array,"aw",@progbits for __attribute__ ((section (".init_array"))). "@progbits" is incorrect. Also for x86-64 large bss - sections, gcc, as of 2005-07-06, will emit + sections, some older versions of gcc will emit .section .lbss,"aw",@progbits -- 2.11.0