[Bug gas/30856] Regression: operand size mismatch for `push'

2023-09-21 Thread jbeulich at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30856 --- Comment #7 from Jan Beulich --- (In reply to Antoni Boucher from comment #6) > Do you mean that gcc produces invalid asm when using the Intel syntax and > should be using pushq? No. "push offset ..." is the correct form in Intel syntax. W

[Bug ld/30877] New: [BUG][RISCV]relro protection not working in riscv

2023-09-21 Thread akhilesh.k at samsung dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30877 Bug ID: 30877 Summary: [BUG][RISCV]relro protection not working in riscv Product: binutils Version: 2.40 Status: NEW Severity: normal Priority: P2 Component:

[Bug gprofng/30834] improve disassembly output for call and branch instructions

2023-09-21 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30834 Vladimir Mezentsev changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gprofng/30834] improve disassembly output for call and branch instructions

2023-09-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30834 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Vladimir Mezentsev : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=7434de7ef9aef6307de8cb8244ca27a67dc99245 commit 7434de7ef9aef6307de8c

[Bug gas/30856] Regression: operand size mismatch for `push'

2023-09-21 Thread bouanto at zoho dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30856 --- Comment #6 from Antoni Boucher --- (In reply to Jan Beulich from comment #5) > Well, only partly: PUSHQ works, but PUSH (no suffix) doesn't according to my > testing. Do you mean that gcc produces invalid asm when using the Intel syntax a

[Bug gas/30856] Regression: operand size mismatch for `push'

2023-09-21 Thread jbeulich at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30856 --- Comment #5 from Jan Beulich --- (In reply to Antoni Boucher from comment #4) > I attached the ATT version (produced by gcc) that still works. Well, only partly: PUSHQ works, but PUSH (no suffix) doesn't according to my testing. -- You a

[Bug gas/30856] Regression: operand size mismatch for `push'

2023-09-21 Thread bouanto at zoho dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30856 --- Comment #4 from Antoni Boucher --- Created attachment 15119 --> https://sourceware.org/bugzilla/attachment.cgi?id=15119&action=edit Working example with ATT syntax Yes, this is useful for -mcmodel=kernel and the code continues to work w

[Bug gas/30856] Regression: operand size mismatch for `push'

2023-09-21 Thread jbeulich at suse dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30856 Jan Beulich changed: What|Removed |Added CC||jbeulich at suse dot com Ever confi