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 /gdb/gdbserver | |
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 'gdb/gdbserver')
0 files changed, 0 insertions, 0 deletions