From 6d8a3edee59da1729783ae3f1b2f0204d6cb1c96 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 20 Nov 2012 01:40:00 +0000 Subject: [PATCH] * elf32-rx.c (rx_elf_print_private_bfd_data): Warning fix. --- bfd/ChangeLog | 8 ++++++-- bfd/elf32-rx.c | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c25ceb9621..95f9aef693 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,7 +1,11 @@ +2012-11-20 Alan Modra + + * elf32-rx.c (rx_elf_print_private_bfd_data): Warning fix. + 2012-11-16 Joey Ye - * elf32-arm.c (elf32_arm_final_link_relocate, - case R_ARM_THM_ALU_PREL_11_0, case R_ARM_THM_PC12): Align address of + * elf32-arm.c (elf32_arm_final_link_relocate + ): Align address of the place being relocated. (elf32_arm_final_link_relocate, case R_ARM_THM_PC8): Align address of the place being relocated and truncate addend. diff --git a/bfd/elf32-rx.c b/bfd/elf32-rx.c index 92c046abfa..5000eb7be0 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; } -- 2.34.1