diff options
author | Ian Lance Taylor <ian@airs.com> | 2011-04-18 05:39:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2011-04-18 05:39:43 +0000 |
commit | 308ecdc7cee575abd597cbbc4465c67376bd14e5 (patch) | |
tree | 524a5e9574f82cc56f96bc40465ba5c919b299ba /gold/ChangeLog | |
parent | 517fc7200cf7915162319ae53d86c12111cb330a (diff) | |
download | binutils-308ecdc7cee575abd597cbbc4465c67376bd14e5.zip binutils-308ecdc7cee575abd597cbbc4465c67376bd14e5.tar.gz binutils-308ecdc7cee575abd597cbbc4465c67376bd14e5.tar.bz2 |
* object.cc (Relocate_info::location): Simplify location string.
* errors.cc (Errors::error_at_location): Don't print program
name.
(Errors::warning_at_location): Likewise.
(Errors::undefined_symbol): Likewise.
* testsuite/debug_msg.sh: Update accordingly.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 38d528c..3ab58cd 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,12 @@ +2011-04-17 Ian Lance Taylor <iant@google.com> + + * object.cc (Relocate_info::location): Simplify location string. + * errors.cc (Errors::error_at_location): Don't print program + name. + (Errors::warning_at_location): Likewise. + (Errors::undefined_symbol): Likewise. + * testsuite/debug_msg.sh: Update accordingly. + 2011-04-14 Cary Coutant <ccoutant@google.com> * gold/layout.cc (Layout::symtab_section_offset): New function. |