aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2011-07-15 02:36:36 +0000
committerAlan Modra <amodra@gmail.com>2011-07-15 02:36:36 +0000
commit05aecedb60692c2052041d98a218c5bdcac53407 (patch)
treece4b67bbb31855809b8e73bc274803fdcdd1354b /include/ChangeLog
parent953b98d1cfa5de8c2eb71f98e9881d79f5f1f67c (diff)
downloadgdb-05aecedb60692c2052041d98a218c5bdcac53407.zip
gdb-05aecedb60692c2052041d98a218c5bdcac53407.tar.gz
gdb-05aecedb60692c2052041d98a218c5bdcac53407.tar.bz2
include/
* bfdlink.h (struct bfd_link_info): Use ENUM_BITFIELD for strip, discard, common_skip_ar_symbols, unresolved_syms_in_objects, and unresolved_syms_in_shared_libs fields. Move emit_note_gnu_build_id out of bitfields. Reorder bitfields. bfd/ * configure.in: Bump version. * configure: Regenerate.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 7a4f83f..2252587 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,7 +1,13 @@
+2011-07-15 Alan Modra <amodra@gmail.com>
+
+ * bfdlink.h (struct bfd_link_info): Use ENUM_BITFIELD for strip,
+ discard, common_skip_ar_symbols, unresolved_syms_in_objects, and
+ unresolved_syms_in_shared_libs fields. Move emit_note_gnu_build_id
+ out of bitfields. Reorder bitfields.
+
2011-07-13 Sriraman Tallam <tmsriram@google.com>
-
- * plugin-api.h
- (ld_plugin_section): New struct.
+
+ * plugin-api.h (ld_plugin_section): New struct.
(ld_plugin_get_section_count): New typedef.
(ld_plugin_get_section_type): New typedef.
(ld_plugin_get_section_name): New typedef.