aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-02-25 03:49:15 +0000
committerAlan Modra <amodra@gmail.com>2010-02-25 03:49:15 +0000
commitdfa7b0b81709461db624556e4826b98994533f05 (patch)
tree7e151fd80c35ef6d73ac91401a9c44966dc087b1 /bfd/ChangeLog
parent63d0fa4e9e574017c5b6df9bec23771a63f7b3cd (diff)
downloadgdb-dfa7b0b81709461db624556e4826b98994533f05.zip
gdb-dfa7b0b81709461db624556e4826b98994533f05.tar.gz
gdb-dfa7b0b81709461db624556e4826b98994533f05.tar.bz2
bfd/
PR ld/11304 * elf.c (_bfd_elf_init_private_section_data): Rename need_group to final_link and invert. For final link allow some flags to differ. Don't specially allow flags to be all zero. ld/ * ldlang.c (init_os): Remove isec param. Don't check for bfd_section already set or call bfd_init_private_section_data here. (exp_init_os): Update init_os call. (lang_add_section): Tidy. Really don't set SEC_LINK_ONCE flags. Call bfd_init_private_section_data here. (map_input_to_output_sections): Tidy. Update init_os calls. Use os->sectype to select sec flags for lang_data_statement.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7a0be68..f864302 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-25 Alan Modra <amodra@gmail.com>
+
+ PR ld/11304
+ * elf.c (_bfd_elf_init_private_section_data): Rename need_group
+ to final_link and invert. For final link allow some flags to
+ differ. Don't specially allow flags to be all zero.
+
2010-02-24 Alan Modra <amodra@gmail.com>
PR binutils/10858