[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/16103] New: Symbol referenced when it should not be in aarch64
From: |
pinskia at gcc dot gnu.org |
Subject: |
[Bug gas/16103] New: Symbol referenced when it should not be in aarch64 |
Date: |
Wed, 30 Oct 2013 23:57:34 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=16103
Bug ID: 16103
Summary: Symbol referenced when it should not be in aarch64
Product: binutils
Version: 2.25 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: pinskia at gcc dot gnu.org
Take:
.text
.align 2
.global Extract_double_from_vector
.type Extract_double_from_vector, %function
Extract_double_from_vector:
mov x0, v0.D[0]
ret
.size Extract_double_from_vector, .-Extract_double_from_vector
------
The assembler produces an undefined reference to v0.D (note the capitalization
does not matter); this is wrong as this is movement from v0 register to the x0
register.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gas/16103] New: Symbol referenced when it should not be in aarch64,
pinskia at gcc dot gnu.org <=