bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/20068] GAS complains about ‘Error: floating point number invali


From: chuazl at comp dot nus.edu.sg
Subject: [Bug gas/20068] GAS complains about ‘Error: floating point number invalid‘ when producing a literal pool.
Date: Wed, 11 May 2016 10:56:54 +0000

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

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

address@hidden:~/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'.

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

address@hidden:~/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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]