mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
Minor style correction.
* bfd/amigaos.c (howto_for_raw_reloc): Remove parameter name from prototype. (howto_for_reloc): Likewise.
This commit is contained in:
@ -160,8 +160,8 @@ typedef struct amiga_ardata_struct {
|
|||||||
/* AmigaOS doesn't like HUNK_SYMBOL with symbol names longer than 124 characters */
|
/* AmigaOS doesn't like HUNK_SYMBOL with symbol names longer than 124 characters */
|
||||||
#define MAX_NAME_SIZE 124
|
#define MAX_NAME_SIZE 124
|
||||||
|
|
||||||
static reloc_howto_type *howto_for_raw_reloc PARAMS ((unsigned long type));
|
static reloc_howto_type *howto_for_raw_reloc PARAMS ((unsigned long));
|
||||||
static reloc_howto_type *howto_for_reloc PARAMS ((unsigned long type));
|
static reloc_howto_type *howto_for_reloc PARAMS ((unsigned long));
|
||||||
static bfd_boolean get_long PARAMS ((bfd *, unsigned long *));
|
static bfd_boolean get_long PARAMS ((bfd *, unsigned long *));
|
||||||
static bfd_boolean get_word PARAMS ((bfd *, unsigned long *));
|
static bfd_boolean get_word PARAMS ((bfd *, unsigned long *));
|
||||||
static const struct bfd_target *amiga_object_p PARAMS ((bfd *));
|
static const struct bfd_target *amiga_object_p PARAMS ((bfd *));
|
||||||
|
|||||||
Reference in New Issue
Block a user