On 2021/04/22 10:09, Rin Okuyama wrote:
Module Name: src Committed By: rin Date: Thu Apr 22 01:09:48 UTC 2021Modified Files: src/external/gpl3/binutils/dist/bfd: elf32-ppc.c elf64-ppc.c Log Message: Fix regression where ld(1) is trapped into infinite loop when linking binary whose text does not fit within R_PPC_REL24. Reported upstream as Bug 27755: https://sourceware.org/bugzilla/show_bug.cgi?id=27755 This problem was introduced to binutils-2-31-1 for our tree. netbsd-9 is affected, while netbsd-8 is not.
For elf64-ppc.c, the same fix had already been applied to master branch, which I overlooked: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=435edf0bf231240ccecb474b74ebb49dc8db2633 For elf32-ppc.c, the fix was just committed: https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=337d0bf887a3ed6b6b2123fecfec0736640edcaf I'll send pullup request to netbsd-9. Thanks, rin
