forked from Imagelibrary/binutils-gdb
bfd/
* elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty apuinfo sections, only scan input sections once and reuse the buffer. ld/testsuite/ * ld-powerpc/apuinfo-nul.s: New. * ld-powerpc/apuinfo.rd: Add it. * ld-powerpc/powerpc.exp: Likewise.
This commit is contained in:
@@ -9831,7 +9831,8 @@ elf32_arm_merge_eabi_attributes (bfd *ibfd, bfd *obfd)
|
||||
{
|
||||
_bfd_error_handler
|
||||
(_("error: %B uses VFP register arguments, %B does not"),
|
||||
ibfd, obfd);
|
||||
in_attr[Tag_ABI_VFP_args].i ? ibfd : obfd,
|
||||
in_attr[Tag_ABI_VFP_args].i ? obfd : ibfd);
|
||||
result = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user