NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/57241: mips64el--netbsd-objcopy core dumps randomly
The following reply was made to PR toolchain/57241; it has been noted by GNATS.
From: Christos Zoulas <christos%zoulas.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: toolchain-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: Re: toolchain/57241: mips64el--netbsd-objcopy core dumps randomly
Date: Wed, 22 Feb 2023 09:51:29 -0500
This comes from:
if (!ELF_SECTION_IN_SEGMENT_1 (this_hdr, p, check_vma, 0)
&& !ELF_TBSS_SPECIAL (this_hdr, p))
{
_bfd_error_handler
/* xgettext:c-format */
(_("%pB: section `%pA' can't be allocated in segment
%d"),
abfd, sec, j);
print_segment_map (m);
}
instrumenting the macro ELF_SECTION_IN_SEGMENT_1 is "mission difficult".
Perhaps check ELF_TBSS_SPECIAL first :-)
christos
Home |
Main Index |
Thread Index |
Old Index