--- Additional Comments From hjl at lucon dot org 2007-09-30 21:27 ---
Fixed by
http://sourceware.org/ml/binutils/2007-09/msg00443.html
--
What|Removed |Added
St
--- Additional Comments From hjl at lucon dot org 2007-09-30 18:19 ---
(In reply to comment #11)
> I rebuild whole system with lfs, binutils testcase seems fine.
> But i want to know the reason why grub-0.97 has been failed.
> Still got
> "
> asm.S:1852: Error: suffix or operands invalid
--- Additional Comments From rask at sygehus dot dk 2007-09-30 12:28
---
There's a similar bug with this input:
.intel_syntax noprefix
cvttss2si rax, DWORD PTR fv2.1843[rip]
{standard input}: Assembler messages:
{standard input}:2: Error: Incorrect register `rax' used with `l' suffix
The following input causes gas to complain:
.intel_syntax noprefix
cvttsd2si eax, QWORD PTR [rsp]
{standard input}: Assembler messages:
{standard input}:2: Error: Incorrect register `eax' used with `q' suffix
GAS wants a DWORD PTR operand, but that's not correct because the memory operand
is 64