PR ld/13049
* elf64-ppc.c (STUB_SUFFIX): Revert previous delta. * elf32-hppa.c (STUB_SUFFIX): Likewise.
This commit is contained in:
parent
4f4a26fabb
commit
29942be825
3 changed files with 10 additions and 4 deletions
|
@ -155,8 +155,8 @@ static const bfd_byte plt_stub[] =
|
|||
};
|
||||
|
||||
/* Section name for stubs is the associated section name plus this
|
||||
string. PR 13049: Use a name that is not a valid C identifier. */
|
||||
#define STUB_SUFFIX ".__stub"
|
||||
string. */
|
||||
#define STUB_SUFFIX ".stub"
|
||||
|
||||
/* We don't need to copy certain PC- or GP-relative dynamic relocs
|
||||
into a shared object's dynamic section. All the relocs of the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue