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-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to