diff options
author | Nick Clifton <nickc@redhat.com> | 2011-10-26 09:47:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2011-10-26 09:47:58 +0000 |
commit | 29942be8257fab7860da956e5119ef7879045192 (patch) | |
tree | 338d71449f7d6a0b5c2cadb75a080c9d45ba024e /bfd/elf32-hppa.c | |
parent | 4f4a26fabb110962c2fdcec8d459bca2a52e386b (diff) | |
download | gdb-29942be8257fab7860da956e5119ef7879045192.zip gdb-29942be8257fab7860da956e5119ef7879045192.tar.gz gdb-29942be8257fab7860da956e5119ef7879045192.tar.bz2 |
PR ld/13049
* elf64-ppc.c (STUB_SUFFIX): Revert previous delta.
* elf32-hppa.c (STUB_SUFFIX): Likewise.
Diffstat (limited to 'bfd/elf32-hppa.c')
-rw-r--r-- | bfd/elf32-hppa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-hppa.c b/bfd/elf32-hppa.c index b7d951b..7f0f2cb 100644 --- a/bfd/elf32-hppa.c +++ b/bfd/elf32-hppa.c @@ -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 |