diff options
author | Alan Modra <amodra@gmail.com> | 2015-04-28 13:28:29 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-06-06 00:08:22 +0930 |
commit | 99381983ab1b423b93bfa3f6fbe7115079717255 (patch) | |
tree | 8022525c64ed6260b73cf3faf66af7b73ed4d8ca /gdb/go-lang.c | |
parent | f64cce87d52a6a8a624a284026cb876783adfc10 (diff) | |
download | gdb-99381983ab1b423b93bfa3f6fbe7115079717255.zip gdb-99381983ab1b423b93bfa3f6fbe7115079717255.tar.gz gdb-99381983ab1b423b93bfa3f6fbe7115079717255.tar.bz2 |
PowerPC gold assertion on missing global entry stub
Global entry stubs are used on ELFv2 to provide addresses for
functions not defined in a non-PIC executable but whose address is
taken, in much the same way as PLT stub code is used on other
targets to provide function addresses. We don't want to insert a
global entry stub just because (bogus) debug info refers to the
address of a non-local function, but we also don't want gold to die.
* powerpc.cc (Target_powerpc::Relocate::relocate): Don't assert
on missing global entry stub due to bogus debug info.
Diffstat (limited to 'gdb/go-lang.c')
0 files changed, 0 insertions, 0 deletions