diff options
author | Eric Christopher <echristo@gmail.com> | 2017-06-20 16:18:58 -0700 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2017-06-20 16:18:58 -0700 |
commit | 69431babfb54b26000fdcc016323cf811d48e862 (patch) | |
tree | 03eb3676a86443c4a464f542ea06bd8dc25e917f /gold/ChangeLog | |
parent | a206891ad10040bdee41999019af3cbf45abb5d6 (diff) | |
download | gdb-69431babfb54b26000fdcc016323cf811d48e862.zip gdb-69431babfb54b26000fdcc016323cf811d48e862.tar.gz gdb-69431babfb54b26000fdcc016323cf811d48e862.tar.bz2 |
2017-06-20 Eric Christopher <echristo@gmail.com>
* aarch64.cc (scan_reloc_for_stub): Use plt_address_for_global to
calculate the symbol value.
(scan_reloc_section_for_stubs): Allow stubs to be created for
section symbols.
(maybe_apply_stub): Handle creating stubs for weak symbols to
match the code in scan_reloc_for_stub.
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 2fd3038..d6bcff8 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,12 @@ +2017-06-20 Eric Christopher <echristo@gmail.com> + + * aarch64.cc (scan_reloc_for_stub): Use plt_address_for_global to + calculate the symbol value. + (scan_reloc_section_for_stubs): Allow stubs to be created for + section symbols. + (maybe_apply_stub): Handle creating stubs for weak symbols to + match the code in scan_reloc_for_stub. + 2017-06-20 James Clarke <jrtc27@jrtc27.com> * powerpc.cc (Stub_table::define_stub_syms): Always include object's |