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/elf64-ppc.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/elf64-ppc.c')
-rw-r--r-- | bfd/elf64-ppc.c | 4 |
1 files changed, 2 insertions, 2 deletions
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: |