Bug 3830 - Wrong register name used in x86 assembler error message
Summary: Wrong register name used in x86 assembler error message
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: gas (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-04 17:30 UTC by H.J. Lu
Modified: 2007-01-04 18:04 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.J. Lu 2007-01-04 17:30:13 UTC
[hjl@gnu-2 scalar]$ cat f.s
        .intel_syntax noprefix
        mov rax,DWORD PTR [rax]
[hjl@gnu-2 scalar]$ as -o f.o f.s
f.s: Assembler messages:
f.s:2: Error: Incorrect register `%rax' used with `l' suffix

But there is no %rax register in input.
Comment 1 H.J. Lu 2007-01-04 18:04:25 UTC
Fixed by

http://sourceware.org/ml/binutils/2007-01/msg00048.html