diff options
author | Eric Christopher <echristo@gmail.com> | 2017-06-07 17:49:35 -0700 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2017-06-07 17:52:37 -0700 |
commit | 81b6fe3bf9f3be2b6b81d05d08ac58d2a6dcb760 (patch) | |
tree | 48487ca44320303fbfeff7241b9d575b94ce70bf /gold/ChangeLog | |
parent | 3030551ec55042d7c87bd55fd29db2b06fe06df9 (diff) | |
download | gdb-81b6fe3bf9f3be2b6b81d05d08ac58d2a6dcb760.zip gdb-81b6fe3bf9f3be2b6b81d05d08ac58d2a6dcb760.tar.gz gdb-81b6fe3bf9f3be2b6b81d05d08ac58d2a6dcb760.tar.bz2 |
2017-06-07 Eric Christopher <echristo@gmail.com>
* aarch64.cc (maybe_apply_stub): Add debug logging for looking
up stubs to undefined symbols and early return rather than
fail to look them up.
(scan_reloc_for_stub): Add debug logging for no stub creation
for undefined symbols.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 1f7d01e..e3c4472 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2017-06-07 Eric Christopher <echristo@gmail.com> + + * aarch64.cc (maybe_apply_stub): Add debug logging for looking + up stubs to undefined symbols and early return rather than + fail to look them up. + (scan_reloc_for_stub): Add debug logging for no stub creation + for undefined symbols. + 2017-05-23 Alan Modra <amodra@gmail.com> PR 21503 |