diff options
author | Ian Lance Taylor <ian@airs.com> | 2011-07-09 06:11:34 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2011-07-09 06:11:34 +0000 |
commit | beabb2c68ff9e09a1141cafd6f0b11ed98343290 (patch) | |
tree | 6a693410c82ed8e6edc622066771b6c1a380fa8e /gold/ChangeLog | |
parent | 9c16daf1fcf87c2d75dea6775586135685237b4d (diff) | |
download | gdb-beabb2c68ff9e09a1141cafd6f0b11ed98343290.zip gdb-beabb2c68ff9e09a1141cafd6f0b11ed98343290.tar.gz gdb-beabb2c68ff9e09a1141cafd6f0b11ed98343290.tar.bz2 |
PR gold/12386
* options.h (class General_options): Add --unresolved-symbols.
* target-reloc.h (issue_undefined_symbol_error): Check
--unresolved-symbols. Add comments.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index c8e2125..eabc91d 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,12 @@ 2011-07-08 Ian Lance Taylor <iant@google.com> + PR gold/12386 + * options.h (class General_options): Add --unresolved-symbols. + * target-reloc.h (issue_undefined_symbol_error): Check + --unresolved-symbols. Add comments. + +2011-07-08 Ian Lance Taylor <iant@google.com> + * testsuite/odr_violation2.cc (Ordering::operator()): Make expression more complex. |