diff options
Diffstat (limited to 'bfd/elf32-rx.c')
-rw-r--r-- | bfd/elf32-rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-rx.c b/bfd/elf32-rx.c index 92c046a..5000eb7 100644 --- a/bfd/elf32-rx.c +++ b/bfd/elf32-rx.c @@ -3040,7 +3040,7 @@ rx_elf_print_private_bfd_data (bfd * abfd, void * ptr) flags = elf_elfheader (abfd)->e_flags; fprintf (file, _("private flags = 0x%lx:"), (long) flags); - fprintf (file, describe_flags (flags)); + fprintf (file, "%s", describe_flags (flags)); return TRUE; } |