2
0
mirror of https://frontier.innolan.net/github/amigaos-binutils.git synced 2025-11-19 21:21:20 +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:
Gunther Nikl
2015-06-03 16:18:00 +00:00
parent 3da84a8d63
commit eb89bd3709

View File

@ -160,8 +160,8 @@ typedef struct amiga_ardata_struct {
/* AmigaOS doesn't like HUNK_SYMBOL with symbol names longer than 124 characters */
#define MAX_NAME_SIZE 124
static reloc_howto_type *howto_for_raw_reloc PARAMS ((unsigned long type));
static reloc_howto_type *howto_for_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));
static bfd_boolean get_long PARAMS ((bfd *, unsigned long *));
static bfd_boolean get_word PARAMS ((bfd *, unsigned long *));
static const struct bfd_target *amiga_object_p PARAMS ((bfd *));