mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
* emultempl/ppc32elf.em: Convert to C90.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user