* mmix.h: Convert to ISO C90 prototypes.
* mips.h: Likewise. * reloc-macros.h (START_RELOC_NUMBERS): Convert to ISO C90 prototype. (RELOC_NUMBER): Remove !__STDC__ code.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* MIPS ELF support for BFD.
|
||||
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
By Ian Lance Taylor, Cygnus Support, <ian@cygnus.com>, from
|
||||
@ -456,9 +456,9 @@ typedef struct
|
||||
|
||||
/* MIPS ELF .reginfo swapping routines. */
|
||||
extern void bfd_mips_elf32_swap_reginfo_in
|
||||
PARAMS ((bfd *, const Elf32_External_RegInfo *, Elf32_RegInfo *));
|
||||
(bfd *, const Elf32_External_RegInfo *, Elf32_RegInfo *);
|
||||
extern void bfd_mips_elf32_swap_reginfo_out
|
||||
PARAMS ((bfd *, const Elf32_RegInfo *, Elf32_External_RegInfo *));
|
||||
(bfd *, const Elf32_RegInfo *, Elf32_External_RegInfo *);
|
||||
|
||||
/* Processor specific section flags. */
|
||||
|
||||
@ -822,9 +822,9 @@ typedef struct
|
||||
|
||||
/* MIPS ELF option header swapping routines. */
|
||||
extern void bfd_mips_elf_swap_options_in
|
||||
PARAMS ((bfd *, const Elf_External_Options *, Elf_Internal_Options *));
|
||||
(bfd *, const Elf_External_Options *, Elf_Internal_Options *);
|
||||
extern void bfd_mips_elf_swap_options_out
|
||||
PARAMS ((bfd *, const Elf_Internal_Options *, Elf_External_Options *));
|
||||
(bfd *, const Elf_Internal_Options *, Elf_External_Options *);
|
||||
|
||||
/* Values which may appear in the kind field of an Elf_Options
|
||||
structure. */
|
||||
@ -926,9 +926,9 @@ typedef struct
|
||||
|
||||
/* MIPS ELF reginfo swapping routines. */
|
||||
extern void bfd_mips_elf64_swap_reginfo_in
|
||||
PARAMS ((bfd *, const Elf64_External_RegInfo *, Elf64_Internal_RegInfo *));
|
||||
(bfd *, const Elf64_External_RegInfo *, Elf64_Internal_RegInfo *);
|
||||
extern void bfd_mips_elf64_swap_reginfo_out
|
||||
PARAMS ((bfd *, const Elf64_Internal_RegInfo *, Elf64_External_RegInfo *));
|
||||
(bfd *, const Elf64_Internal_RegInfo *, Elf64_External_RegInfo *);
|
||||
|
||||
/* Masks for the info work of an ODK_EXCEPTIONS descriptor. */
|
||||
#define OEX_FPU_MIN 0x1f /* FPEs which must be enabled. */
|
||||
|
Reference in New Issue
Block a user