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 | |
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')
-rw-r--r-- | bfd/ChangeLog | 6 | ||||
-rw-r--r-- | bfd/elf32-hppa.c | 4 | ||||
-rw-r--r-- | bfd/elf64-ppc.c | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7e81552..ba106c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2011-10-26 Nick Clifton <nickc@redhat.com> + + PR ld/13049 + * elf64-ppc.c (STUB_SUFFIX): Revert previous delta. + * elf32-hppa.c (STUB_SUFFIX): Likewise. + 2011-10-25 Joern Rennecke <joern.rennecke@embecosm.com> * Makefile.am (ALL_MACHINES): Add cpu-epiphany.lo. 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 diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 674bff4..dfe10fa 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -3527,8 +3527,8 @@ must_be_dyn_reloc (struct bfd_link_info *info, #define ELIMINATE_COPY_RELOCS 1 /* 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" /* Linker stubs. ppc_stub_long_branch: |