* emultempl/ppc32elf.em: Convert to C90.

This commit is contained in:
Alan Modra 2003-06-24 14:04:29 +00:00
parent 55fd94b056
commit 7e5d8d48ed
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-06-24 Alan Modra <amodra@bigpond.net.au>
* emultempl/ppc32elf.em: Convert to C90.
2003-06-20 Alan Modra <amodra@bigpond.net.au>
* emultempl/ppc64elf.em: Convert to C90 function definitions, remove

View File

@ -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;