aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-11-06 11:51:04 +0000
committerAlan Modra <amodra@gmail.com>2009-11-06 11:51:04 +0000
commit23ddb8504aa1845f1c921c2b1b888fd3c4adc5dd (patch)
tree62c49868613aca2f75d5413df65222c04e51859e /gas
parentca25db52ba0d1351cf0017cde4fcebf03895d75e (diff)
downloadgdb-23ddb8504aa1845f1c921c2b1b888fd3c4adc5dd.zip
gdb-23ddb8504aa1845f1c921c2b1b888fd3c4adc5dd.tar.gz
gdb-23ddb8504aa1845f1c921c2b1b888fd3c4adc5dd.tar.bz2
* config/obj-elf.c (obj_elf_change_section): Remove FIXME from
comment.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/obj-elf.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 02cfc37..49a4e4b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-06 Alan Modra <amodra@bigpond.net.au>
+
+ * config/obj-elf.c (obj_elf_change_section): Remove FIXME from
+ comment.
+
2009-11-05 Sebastian Pop <sebastian.pop@amd.com>
Quentin Neill <quentin.neill@amd.com>
diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c
index 1cc11ec..0948702 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