https://sourceware.org/bugzilla/show_bug.cgi?id=20068

--- Comment #2 from Chua Zheng Leong <chuazl at comp dot nus.edu.sg> ---
Hi Nick,

root@melynx-squirrel:~/binutils-gdb/gas# ./as-new --version
GNU assembler (GNU Binutils) 2.26.51.20160510
Copyright (C) 2016 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `armv7l-unknown-linux-gnueabihf'.

root@melynx-squirrel:~/binutils-gdb/gas# ./as-new test.s -mfpu=vfpv3
test.s: Assembler messages:
test.s:10: Error: floating point number invalid

root@melynx-squirrel:~/binutils-gdb/gas# cat test.s
.global main

main:
LDR R0, =0x12345678
@LDR R0, =0x87654321
FLDD D9, =0xfff000000fff
@FLDD D9, =0
@FLDD D9, =0x0
MOV PC, LR
.ltorg

Regards,
Zheng Leong

-- 
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