diff options
Diffstat (limited to 'bfd/elfnn-aarch64.c')
-rw-r--r-- | bfd/elfnn-aarch64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elfnn-aarch64.c b/bfd/elfnn-aarch64.c index 710e2c3..9976638 100644 --- a/bfd/elfnn-aarch64.c +++ b/bfd/elfnn-aarch64.c @@ -6109,7 +6109,7 @@ elfNN_aarch64_relocate_section (bfd *output_bfd, /* xgettext:c-format */ _bfd_error_handler (_("%B: unrecognized relocation (0x%x) in section `%A'"), - input_bfd, input_section, r_type); + input_bfd, r_type, input_section); return FALSE; } bfd_r_type = elfNN_aarch64_bfd_reloc_from_howto (howto); |