diff options
Diffstat (limited to 'ld/emultempl/ppc32elf.em')
-rw-r--r-- | ld/emultempl/ppc32elf.em | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld/emultempl/ppc32elf.em b/ld/emultempl/ppc32elf.em index fbe1782..4614593 100644 --- a/ld/emultempl/ppc32elf.em +++ b/ld/emultempl/ppc32elf.em @@ -29,10 +29,8 @@ cat >>e${EMULATION_NAME}.c <<EOF /* Whether to run tls optimization. */ static int notlsopt = 0; -static void ppc_before_allocation PARAMS ((void)); - static void -ppc_before_allocation () +ppc_before_allocation (void) { extern const bfd_target bfd_elf32_powerpc_vec; extern const bfd_target bfd_elf32_powerpcle_vec; |