mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
* elf32-rx.c (rx_elf_print_private_bfd_data): Warning fix.
This commit is contained in:
parent
c5b69914bf
commit
6d8a3edee5
@ -1,7 +1,11 @@
|
||||
2012-11-20 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* elf32-rx.c (rx_elf_print_private_bfd_data): Warning fix.
|
||||
|
||||
2012-11-16 Joey Ye <joey.ye@arm.com>
|
||||
|
||||
* 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
|
||||
<case R_ARM_THM_ALU_PREL_11_0, case R_ARM_THM_PC12>): 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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user