diff options
author | Peter Smith <peter.smith@linaro.org> | 2017-11-30 15:07:26 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2017-11-30 15:08:21 -0800 |
commit | fd6798fa2d6f0374d45449c4212869da93623b1e (patch) | |
tree | 82f8c3c3510c64b2d673a473c20ac16d78a09127 /gold/ChangeLog | |
parent | e0feb133429709603eeeb382c1ebb6edd0a886aa (diff) | |
download | gdb-fd6798fa2d6f0374d45449c4212869da93623b1e.zip gdb-fd6798fa2d6f0374d45449c4212869da93623b1e.tar.gz gdb-fd6798fa2d6f0374d45449c4212869da93623b1e.tar.bz2 |
Fix internal error in fix_errata on aarch64.
The addresses of erratum stubs can be changed by relaxation passes, and
need to be updated.
gold/
PR gold/20765
* aarch64.cc (Aarch64_relobj::update_erratum_address): New method.
(AArch64_relobj::scan_errata): Update addresses in stub table after
relaxation pass.
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 1245da5..43a3d70 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,4 +1,11 @@ 2017-11-30 Peter Smith <peter.smith@linaro.org> + + PR gold/20765 + * aarch64.cc (Aarch64_relobj::update_erratum_address): New method. + (AArch64_relobj::scan_errata): Update addresses in stub table after + relaxation pass. + +2017-11-30 Peter Smith <peter.smith@linaro.org> Cary Coutant <ccoutant@gmail.com> PR gold/20765 |