From d7e295af9b005462696e1320acc1486f19d4c92e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 26 Oct 2011 09:47:56 +0000 Subject: PR ld/13049 * elf64-ppc.c (STUB_SUFFIX): Revert previous delta. * elf32-hppa.c (STUB_SUFFIX): Likewise. --- bfd/elf64-ppc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/elf64-ppc.c') diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 674bff4d18..dfe10fa28c 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: -- cgit v1.2.1