diff options
author | James Clarke <jrtc27@jrtc27.com> | 2017-06-20 18:01:52 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-06-20 18:01:52 +0930 |
commit | 94de2a2c57b7f6b2870f72ecdcacc6d909c6421a (patch) | |
tree | 19d301f1ac6ec42be6944997ab9180c59bd4459e /gold/ChangeLog | |
parent | abfa390dac6ffcfc6de9659c0b78cfe524347450 (diff) | |
download | gdb-94de2a2c57b7f6b2870f72ecdcacc6d909c6421a.zip gdb-94de2a2c57b7f6b2870f72ecdcacc6d909c6421a.tar.gz gdb-94de2a2c57b7f6b2870f72ecdcacc6d909c6421a.tar.bz2 |
[GOLD] Avoid duplicate PLT stub symbols on ppc32
If two objects are compiled with -fPIC or -fPIE and call the same
function, two different PLT entries are created, one for each object,
but the same stub symbol name is used for both.
* powerpc.cc (Stub_table::define_stub_syms): Always include object's
uniq_ value.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 0b751b5..2fd3038 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2017-06-20 James Clarke <jrtc27@jrtc27.com> + + * powerpc.cc (Stub_table::define_stub_syms): Always include object's + uniq_ value. + 2017-06-15 Eric Christopher <echristo@gmail.com> * aarch64.cc: Fix a few typos and grammar-os. |