summaryrefslogtreecommitdiff
path: root/gas/config/obj-elf.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2009-11-06 11:51:04 +0000
committerAlan Modra <amodra@bigpond.net.au>2009-11-06 11:51:04 +0000
commit4a4eb8b24983a4115585b60422fba849953d6159 (patch)
tree9de15b9e88f3d71a8ee112c532f4b0d0fcdc0892 /gas/config/obj-elf.c
parent096a520db404d19a3270ab88db3e7a4d4a0317bf (diff)
downloadbinutils-redhat-4a4eb8b24983a4115585b60422fba849953d6159.tar.gz
* config/obj-elf.c (obj_elf_change_section): Remove FIXME from
comment.
Diffstat (limited to 'gas/config/obj-elf.c')
-rw-r--r--gas/config/obj-elf.c4
1 files changed, 2 insertions, 2 deletions
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