aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2014-05-02 13:37:32 -0700
committerCary Coutant <ccoutant@google.com>2014-05-05 15:23:14 -0700
commit6b97515d17b48e92f61d53fd5f2e8b092660ba52 (patch)
treea2e551c3d18fae517dc4bedf1616f9a2fe65385b /gold/ChangeLog
parent5e49ba5736ccaabaa3f11e9db491ca3554bf2a5b (diff)
downloadgdb-6b97515d17b48e92f61d53fd5f2e8b092660ba52.zip
gdb-6b97515d17b48e92f61d53fd5f2e8b092660ba52.tar.gz
gdb-6b97515d17b48e92f61d53fd5f2e8b092660ba52.tar.bz2
Don't complain about the source language when we have pubnames/pubtypes info.
gold/ * gdb-index.cc (Gdb_index_info_reader): Don't complain about language if we have pubnames/pubtypes.
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 bad2270..52934f4 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-05 Cary Coutant <ccoutant@google.com>
+
+ * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
+ if we have pubnames/pubtypes.
+
2014-05-02 Cary Coutant <ccoutant@google.com>
* defstd.cc (in_segment): Define __ehdr_start here...