aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2012-04-09 23:32:20 +0000
committerCary Coutant <ccoutant@google.com>2012-04-09 23:32:20 +0000
commit6782735d48b8b61e844861020f96e9c71cc45258 (patch)
tree4eb8ed6ddfc36c1d670704e15359b9dc1a90297f /gold/ChangeLog
parenta7aa5b8aef96aee20b1d0bd46c93a8d6f210d72f (diff)
downloadgdb-6782735d48b8b61e844861020f96e9c71cc45258.zip
gdb-6782735d48b8b61e844861020f96e9c71cc45258.tar.gz
gdb-6782735d48b8b61e844861020f96e9c71cc45258.tar.bz2
* gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
low_pc == 0.
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 c663ca7..d6b02a6 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-09 Cary Coutant <ccoutant@google.com>
+
+ * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
+ low_pc == 0.
+
2012-04-06 Ian Lance Taylor <iant@google.com>
* timer.cc: #include <unistd.h>.