[Bug gas/30317] .insn directive did not swap sources

2023-04-06 Thread jbeulich at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30317 Jan Beulich changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

Issue 57742 in oss-fuzz: binutils:fuzz_objcopy: Direct-leak in xrealloc

2023-04-06 Thread sheriffbot via monorail
Updates: Labels: -restrict-view-commit Comment #2 on issue 57742 by sheriffbot: binutils:fuzz_objcopy: Direct-leak in xrealloc https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=57742#c2 This bug has been fixed. It has been opened to the public. - Your friendly Sheriffbot -- You re

[Bug gas/30317] .insn directive did not swap sources

2023-04-06 Thread haochen.jiang at intel dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30317 --- Comment #3 from Haochen Jiang --- (In reply to Jan Beulich from comment #2) > SwapSources can only sensibly be present / in use for real insn templates. Yes since when we are in s_insn(), we actually did not know whether it is swap source

ORIGIN Grammar Typo in Some Documentation

2023-04-06 Thread segaloco
Hello, just reporting that lines 492-494 of ld/ld.texi contain examples of MEMORY ORIGIN of the form: ORIGIN : offset Where the grammar is: origin_spec: ORIGIN '=' mustbe_exp { region->origin_exp = $3; } ; Seems like hoops