This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Gas is broken for x86-64


Hi Jan,

Your i386 opcode change breaks x86-64. I got

[hjl@gnu-64 gas]$ cat /tmp/x.s
movzb (%rax),%edx
[hjl@gnu-64 gas]$ ./as-new -o x.o /tmp/x.s
/tmp/x.s: Assembler messages:
/tmp/x.s:1: Error: no such instruction: `movzb (%rax),%edx'


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]