[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/16722] New: arm: literal pool syntax for vldr is broken
From: |
will.newton at gmail dot com |
Subject: |
[Bug gas/16722] New: arm: literal pool syntax for vldr is broken |
Date: |
Tue, 18 Mar 2014 15:15:04 +0000 |
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:
address@hidden gas]$ cat lit.s
.text
vldr d0, =0xffff
address@hidden gas]$ ./as-new -mfpu=neon lit.s
address@hidden 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 gas/16722] New: arm: literal pool syntax for vldr is broken,
will.newton at gmail dot com <=