From c49e1d0d04afa2ce35b8cec950df2b269bad27e7 Mon Sep 17 00:00:00 2001 From: Gunther Nikl Date: Fri, 3 Jul 2015 10:01:50 +0000 Subject: [PATCH] Minor cleanup. * bfd/amigaoslink.c (amiga_perform_reloc): Remove UNUSED from abfd argument. (aout_perform_reloc): Reformat debug statements for clarity. --- bfd/amigaoslink.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/bfd/amigaoslink.c b/bfd/amigaoslink.c index 1612daf..7d4b453 100644 --- a/bfd/amigaoslink.c +++ b/bfd/amigaoslink.c @@ -347,7 +347,7 @@ my_add_to (r, data, add, flags) /* Perform an Amiga relocation */ static bfd_reloc_status_type amiga_perform_reloc (abfd, r, data, sec, obfd, error_message) - bfd *abfd ATTRIBUTE_UNUSED; + bfd *abfd; arelent *r; PTR data; sec_ptr sec; @@ -635,8 +635,10 @@ aout_perform_reloc (abfd, r, data, sec, obfd, error_message) } DPRINT(10,("target->out=%s(%lx), sec->out=%s(%lx), symbol=%s\n", target_section->output_section->name, - target_section->output_section,sec->output_section->name, - sec->output_section,sym->name)); + target_section->output_section, + sec->output_section->name, + sec->output_section, + sym->name)); break; case H_PC8: /* pcrel */ @@ -713,8 +715,10 @@ aout_perform_reloc (abfd, r, data, sec, obfd, error_message) } DPRINT(10,("target->out=%s(%lx), sec->out=%s(%lx), symbol=%s\n", target_section->output_section->name, - target_section->output_section,sec->output_section->name, - sec->output_section,sym->name)); + target_section->output_section, + sec->output_section->name, + sec->output_section, + sym->name)); break; default: