mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* config/obj-elf.c (obj_elf_change_section): Remove FIXME from
comment.
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user