bug-binutils
[Top][All Lists]
Advanced

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

PowerPC 440 tlbre instruction (Re: PowerPC 440 mbar and tlbwe instructio


From: UMENO Takashi
Subject: PowerPC 440 tlbre instruction (Re: PowerPC 440 mbar and tlbwe instructions)
Date: Fri, 30 Jan 2004 17:20:31 +0900 (JST)

Hello, folks!

I think tlbre instruction may have three operands 
when specify PPC440 or PPC405.

When I specify PPC405, GNU assembler exit without no errors,
but when I specify PPC405, GNU assembler exit with one error.

So, I think GNU assembler has some bugs when specify PPC440 processor.

% cat -n test00.s
     1          .globl  Nop
     2  Nop:
     3          tlbwe   %r0,%r1,0
     4          tlbre   %r0,%r1,0
     5          blr
% as -m405 test00.s
% as -m440 test00.s
test00.s: Assembler messages:
test00.s:4: Error: junk at end of line: `%r0,%r1,0'
% as -version
GNU assembler 040130 20040130
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
This assembler was configured for a target of `powerpc-rabbit-elf'.
%







reply via email to

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