[Bug gprofng/30779] gprofng: fails to build with musl-1.2.4 (gprofng/src/Data_window.h:56:3: error: 'off64_t' does not name a type; did you mean 'off_t'?)

2024-07-10 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30779 --- Comment #28 from Vladimir Mezentsev --- >> Created attachment 15609 [details] >> finally get this work The 2.43 release will be on Sunday 14th July. If your fix works with MUSL_LIBC, could you push your fixes to sourceware.org/git/binuti

[Bug gas/31964] Add directive for more efficient encoding of binary data

2024-07-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31964 --- Comment #10 from Sourceware Commits --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4cf957e7ac44097baa06e6caca5ad444cff78155 commit 4cf957e7ac44097baa06e6caca5ad444cff7815

[Bug ld/31970] [x86_64] ld testsuite: mark-plt-* tests fail when targeting musl

2024-07-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31970 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug ld/31970] [x86_64] ld testsuite: mark-plt-* tests fail when targeting musl

2024-07-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31970 --- Comment #3 from Sourceware Commits --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=aa047105e03f6db375f4f1db257a28572e3c6427 commit aa047105e03f6db375f4f1db257a28572e3c6427 Au

[Bug ld/24600] Support --start-lib --end-lib

2024-07-10 Thread trass3r at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24600 trass3r changed: What|Removed |Added CC||trass3r at gmail dot com -- You are receiv

[Bug ld/31970] [x86_64] ld testsuite: mark-plt-* tests fail when targeting musl

2024-07-10 Thread awilfox at adelielinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31970 --- Comment #2 from A. Wilcox --- I can confirm this patch fixes it and Binutils now passes all tests in this environment. Thank you! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/31970] [x86_64] ld testsuite: mark-plt-* tests fail when targeting musl

2024-07-10 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31970 H.J. Lu changed: What|Removed |Added Last reconfirmed||2024-07-10 Status|UNCONFIRMED

[Bug binutils/31475] binutils: Support CREL relocation format

2024-07-10 Thread trass3r at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31475 trass3r changed: What|Removed |Added CC||trass3r at gmail dot com -- You are receiv

[Bug ld/31970] New: [x86_64] ld testsuite: mark-plt-* tests fail when targeting musl

2024-07-10 Thread awilfox at adelielinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31970 Bug ID: 31970 Summary: [x86_64] ld testsuite: mark-plt-* tests fail when targeting musl Product: binutils Version: 2.42 Status: UNCONFIRMED Keywords: testsui

[Bug gas/31964] Add directive for more efficient encoding of binary data

2024-07-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31964 Nick Clifton changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gas/31964] Add directive for more efficient encoding of binary data

2024-07-10 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31964 --- Comment #8 from Sourceware Commits --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=479edf0a6a61159486f14d5e62403f8769cc591d commit 479edf0a6a61159486f14d5e62403f8769cc59

[Bug ld/12762] LTO on Windows is broken (C++)

2024-07-10 Thread tanksherman27 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12762 Julian Waters changed: What|Removed |Added CC||tanksherman27 at gmail dot com --- Co

[Bug gas/31964] Add directive for more efficient encoding of binary data

2024-07-10 Thread jakub at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31964 --- Comment #7 from Jakub Jelinek --- So, I've tried your patch on my short #embed testcase: unsigned char a[] = { #embed "cc1plus" }; with the #embed patchset for GCC, where cc1plus is 273372376 bytes long binary. Assembly for this from the g

[Bug ld/31969] [RISCV] -static -pie produces GOT dependent code

2024-07-10 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31969 Alexey changed: What|Removed |Added CC||alexey.lapshin at espressif dot co

[Bug ld/31969] New: [RISCV] -static -pie produces GOT dependent code

2024-07-10 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31969 Bug ID: 31969 Summary: [RISCV] -static -pie produces GOT dependent code Product: binutils Version: 2.41 Status: UNCONFIRMED Severity: normal Priority: P2 Comp

[Bug gas/31964] Add directive for more efficient encoding of binary data

2024-07-10 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31964 --- Comment #6 from Nick Clifton --- (In reply to Jakub Jelinek from comment #5) > 1) @command{uuencode} program's @code{-m} option >I think base64 program from coreutils is more common than uuencode from > sharutils, >so either menti