aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2008-05-30 21:24:43 +0000
committerCary Coutant <ccoutant@google.com>2008-05-30 21:24:43 +0000
commit3e90f13524d5fb583ed113a33be07bfc6f141b0c (patch)
tree58edf5693b4e936a6648f89df5175de2dde52884 /gold/ChangeLog
parenta5dabbb023b2e178d8c1c3800dd268eb71471650 (diff)
downloadgdb-3e90f13524d5fb583ed113a33be07bfc6f141b0c.zip
gdb-3e90f13524d5fb583ed113a33be07bfc6f141b0c.tar.gz
gdb-3e90f13524d5fb583ed113a33be07bfc6f141b0c.tar.bz2
* archive.cc (Archive::include_all_members) Correct to step
over symbol table and extended name table in thin archives.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 0fb667d..74eb045 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-30 Cary Coutant <ccoutant@google.com>
+
+ * archive.cc (Archive::include_all_members) Correct to step
+ over symbol table and extended name table in thin archives.
+
2008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
PR 6407