[Bug ld/32264] New: For Windows, `.CRT` section should be merged into `.rdata`

2024-10-10 Thread lh_mouse at 126 dot com
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

[Bug admin/32252] ./configure produces invalid Makefile

2024-10-10 Thread dilyan.palauzov at aegee dot org
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 &&' &

[Bug binutils/32238] Performance issues found from binutils version '2.36' version while usage of function 'lang_output_section_statement_lookup'

2024-10-10 Thread kumar.naveen099 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32238 Naveen Kumar changed: What|Removed |Added CC||kumar.naveen099 at gmail dot com

[Bug ld/32260] regression: /bin/ld: BFD (GNU Binutils for Debian) 2.43.1 assertion fail ../../bfd/merge.c:247

2024-10-10 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32260 Sam James changed: What|Removed |Added CC||matz at suse dot de -- You are receiving

[Bug ld/31009] regression: assertion fail ../../bfd/merge.c:243

2024-10-10 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31009 Sam James changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug ld/32260] regression: /bin/ld: BFD (GNU Binutils for Debian) 2.43.1 assertion fail ../../bfd/merge.c:247

2024-10-10 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32260 Sam James changed: What|Removed |Added CC||sam at gentoo dot org See Also|

[Bug ld/32260] regression: /bin/ld: BFD (GNU Binutils for Debian) 2.43.1 assertion fail ../../bfd/merge.c:247

2024-10-10 Thread matz at suse dot de
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

[Bug admin/32252] ./configure produces invalid Makefile

2024-10-10 Thread dilyan.palauzov at aegee dot org
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

[Bug ld/32260] New: regression: /bin/ld: BFD (GNU Binutils for Debian) 2.43.1 assertion fail ../../bfd/merge.c:247

2024-10-10 Thread jonny.weir at clearpool dot io
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

[Bug ld/32260] regression: /bin/ld: BFD (GNU Binutils for Debian) 2.43.1 assertion fail ../../bfd/merge.c:247

2024-10-10 Thread jonny.weir at clearpool dot io
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

[Bug ld/32260] regression: /bin/ld: BFD (GNU Binutils for Debian) 2.43.1 assertion fail ../../bfd/merge.c:247

2024-10-10 Thread amodra at gmail dot com
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