[Bug binutils/30953] Objdump cuts 32bit displacements for AVX instructions

2023-10-09 Thread blarsen at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30953 Guinevere Larsen changed: What|Removed |Added Version|unspecified |2.38 -- You are receiving this ma

[Bug binutils/30953] New: Objdump cuts 32bit displacements for AVX instructions

2023-10-09 Thread blarsen at redhat dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: blarsen at redhat dot com Target Milestone: --- Compiling the following program with gcc: int global = 1; int main() { asm("vmovd %0, %%xmm0": "=m"(global) : : "xmm

[Bug gas/31979] New: DW_LNE_set_discriminator emitted right before Special Opcodes

2024-07-16 Thread blarsen at redhat dot com
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: blarsen at redhat dot com Target Milestone: --- Created attachment 15627 --> https://sourceware.org/bugzilla/attachment.cgi?id=15627&action=edit small cpp code that rep