https://sourceware.org/bugzilla/show_bug.cgi?id=32264
Bug ID: 32264
Summary: For Windows,`.CRT` section should be merged into
`.rdata`
Product: binutils
Version: unspecified
Status: UNCONFIRMED
Severity: normal
https://sourceware.org/bugzilla/show_bug.cgi?id=32252
--- Comment #5 from dilyan.palauzov at aegee dot org ---
When I use most recent dash at commit 60eeccd0324a904a5 installed with
./configure && make && make install, then this line in configure
echo 'cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&' &
https://sourceware.org/bugzilla/show_bug.cgi?id=32238
Naveen Kumar changed:
What|Removed |Added
CC||kumar.naveen099 at gmail dot
com
https://sourceware.org/bugzilla/show_bug.cgi?id=32260
Sam James changed:
What|Removed |Added
CC||matz at suse dot de
--
You are receiving
https://sourceware.org/bugzilla/show_bug.cgi?id=31009
Sam James changed:
What|Removed |Added
See Also||https://sourceware.org/bugz
https://sourceware.org/bugzilla/show_bug.cgi?id=32260
Sam James changed:
What|Removed |Added
CC||sam at gentoo dot org
See Also|
https://sourceware.org/bugzilla/show_bug.cgi?id=32260
--- Comment #1 from Michael Matz ---
Welcome back big testcase :-)
> XXX bfdtab->count=1751 table->nbuckets=524288
> XXX bfdtab->count=1752 table->nbuckets=0
So, something between those two wants to reallocate the hash table to have
more buc
https://sourceware.org/bugzilla/show_bug.cgi?id=32252
--- Comment #6 from dilyan.palauzov at aegee dot org ---
I asked on the dash-vger-kernel mailing list:
https://lore.kernel.org/dash/9f71540061aef0eb970b23ed3ad7e12faf8b7815.ca...@aegee.org/T/#u
--
You are receiving this mail because:
You are
https://sourceware.org/bugzilla/show_bug.cgi?id=32260
Bug ID: 32260
Summary: regression: /bin/ld: BFD (GNU Binutils for Debian)
2.43.1 assertion fail ../../bfd/merge.c:247
Product: binutils
Version: 2.43.1
Status: UNCONFI
https://sourceware.org/bugzilla/show_bug.cgi?id=32260
--- Comment #2 from Jonny Weir ---
Ha, thanks :-)
Some additional logging would appear to indicate that the next estimation is
indeed quite aggressive:
XXX bfdtab->count=1713 table->nbuckets=524288
XXX bfdtab->count=1714 table->nbuckets=5242
https://sourceware.org/bugzilla/show_bug.cgi?id=32260
--- Comment #3 from Alan Modra ---
Looks to me that merge.c:177 should be unsigned int newnb ...
By calculating newnb as unsigned long we get to a count of 2^32 and overflow
table->nbuckets without triggering an error in sec_merge_maybe_resize
11 matches
Mail list logo