aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2010-06-27 06:17:36 +0000
committerIan Lance Taylor <ian@airs.com>2010-06-27 06:17:36 +0000
commite5ca47baff1a8d8e3113d0a41d1340357c91e4c3 (patch)
tree7f6c6dd2877745557788c17f21708d93bb12efc2 /gold/ChangeLog
parentc7e2358a8849d7540212543e1a2acbac648cb973 (diff)
downloadgdb-e5ca47baff1a8d8e3113d0a41d1340357c91e4c3.zip
gdb-e5ca47baff1a8d8e3113d0a41d1340357c91e4c3.tar.gz
gdb-e5ca47baff1a8d8e3113d0a41d1340357c91e4c3.tar.bz2
* symtab.cc (detect_odr_violations): When reporting an ODR
violation, report an object where the symbol is defined.
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 50c1aff..c1f4981 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-26 Jeffrey Yaskin <jyasskin@google.com>
+
+ * symtab.cc (detect_odr_violations): When reporting an ODR
+ violation, report an object where the symbol is defined.
+
2010-06-25 Doug Kwan <dougkwan@google.com>
* arm.cc (Target_arm::can_check_for_functions_pointers): Return true.