bug-binutils
[Top][All Lists]
Advanced

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

binutils-2.15, gas and mips


From: Khaled Daham
Subject: binutils-2.15, gas and mips
Date: Mon, 24 May 2004 11:20:53 +0200 (CEST)

When trying to use the 0f format specifier for immediates an assert is
triggered ( tested with binutils-2.15 and 2.14 )

../configure  --prefix=/tmp/mips --target=mips3 --enable-languages=c
( this was just a test build, the target I am using is not in binutils
without a patch, and no it does not touch that part of load_register, same
assert )

only .s file given as argument to as

Simple test case.

.ent test
test:
 li $2, 0f1.0
.end test


this results in

/tmp/test.s: Assembler messages:
/tmp/test.s:3: Internal error!
Assertion failure in load_register at ../../gas/config/tc-mips.c line
3626.
Please report this bug.

generally there doesnt seem to be a case for handling O_big and
X_add_number <= 0 in tc-mips.c wich should indicate that
generic_floating_point_number is holding the data we want.

/Khaled Daham
Mail:    address@hidden
Cell:    +46-70-6785492
FreeBSD: The Power to Serve! http://www.FreeBSD.org/

This isn't rocket science -- but it _is_ computer science.





reply via email to

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