https://sourceware.org/bugzilla/show_bug.cgi?id=16722
Bug ID: 16722
Summary: arm: literal pool syntax for vldr is broken
Product: binutils
Version: 2.25 (HEAD)
Status: NEW
Severity: minor
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: will.newton at gmail dot com
Using the literal pool syntax with the vldr instruction works in an unexpected
way:
[will@localhost gas]$ cat lit.s
.text
vldr d0, =0xffff
[will@localhost gas]$ ./as-new -mfpu=neon lit.s
[will@localhost gas]$ ../binutils/objdump -d a.out
a.out: file format elf32-littlearm
Disassembly of section .text:
00000000 <.text>:
0: ed900b00 vldr d0, [r0]
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils