mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
* emultempl/ppc32elf.em: Convert to C90.
This commit is contained in:
parent
55fd94b056
commit
7e5d8d48ed
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user