diff options
Diffstat (limited to 'bfd/elf-hppa.h')
-rw-r--r-- | bfd/elf-hppa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/elf-hppa.h b/bfd/elf-hppa.h index 95ac96c..a498c59 100644 --- a/bfd/elf-hppa.h +++ b/bfd/elf-hppa.h @@ -1051,7 +1051,8 @@ elf_hppa_info_to_howto_rel (bfd *abfd, if (r_type >= (unsigned int) R_PARISC_UNIMPLEMENTED) { /* xgettext:c-format */ - _bfd_error_handler (_("%pB: unsupported relocation type %#x"), abfd, r_type); + _bfd_error_handler (_("%pB: unsupported relocation type %#x"), + abfd, r_type); bfd_set_error (bfd_error_bad_value); return FALSE; } |