[Bug ld/30359] Create Resource-Only DLL

2023-04-26 Thread pali at kernel dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30359 --- Comment #9 from Pali Rohár --- That check s_size != 0 does not really look good. I have quickly scanned wine and reactos source codes and seems that they require non-zero VMA addresses for resources. Maybe another check could be based on e

Issue 58321 in oss-fuzz: binutils:fuzz_disassemble: Undefined-shift in OP_E_memory

2023-04-26 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 58321 by sheriffbot: binutils:fuzz_disassemble: Undefined-shift in OP_E_memory https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58321#c3 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot

Issue 58275 in oss-fuzz: binutils:fuzz_disas_ext-bfd_arch_i386: Undefined-shift in OP_E_memory

2023-04-26 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #3 on issue 58275 by sheriffbot: binutils:fuzz_disas_ext-bfd_arch_i386: Undefined-shift in OP_E_memory https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58275#c3 This bug has been fixed. It has been opened to the public. - Your friendly

[Bug gas/29757] bpf: document assembly syntax in the manual

2023-04-26 Thread jose.marchesi at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29757 Jose E. Marchesi changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/29728] bpf: support LLVM BPF pseudo-C assembly syntax

2023-04-26 Thread jose.marchesi at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29728 Jose E. Marchesi changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/29728] bpf: support LLVM BPF pseudo-C assembly syntax

2023-04-26 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29728 --- Comment #6 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Jose E. Marchesi : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=bba4624d035002ad90970ac06a9976c006872258 commit bba4624d035002ad90970ac

[Bug gas/29757] bpf: document assembly syntax in the manual

2023-04-26 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29757 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Jose E. Marchesi : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dcdec68b0b5371c700bc6152de9c20eb1bdfa287 commit dcdec68b0b5371c700bc615

[Bug gas/29728] bpf: support LLVM BPF pseudo-C assembly syntax

2023-04-26 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29728 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Jose E. Marchesi : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ff5a51b377212532a0cf2acea37c6a5672893d8f commit ff5a51b377212532a0cf2ac

[Bug ld/30359] Create Resource-Only DLL

2023-04-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30359 --- Comment #8 from Nick Clifton --- (In reply to Pali Rohár from comment #6) Hi Pali, > And then somehow put > > LONG (-1); LONG (-1); > > only if _LENGTH_OF_DATA_ is non-zero. > > This is also not possible by linker script language? Be

[Bug ld/30354] Debug info is lost for functions only called from functions marked with cmse_nonsecure_entry

2023-04-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30354 Nick Clifton changed: What|Removed |Added Last reconfirmed||2023-04-26 Ever confirmed|0

[Bug ld/30354] Debug info is lost for functions only called from functions marked with cmse_nonsecure_entry

2023-04-26 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30354 --- Comment #4 from Nick Clifton --- Created attachment 14851 --> https://sourceware.org/bugzilla/attachment.cgi?id=14851&action=edit Proposed patch Hi Torbjörn Please could you try out this patch and let me know if it works for you ? C