This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

RE: GCC support in IBM PPC403GC tlbwe op-code



>From: Rami Gideoni [mailto:rami@simpod.com]
>Sent: 12 December 2000 13:18

>Hi,
>
>I'm writing boot code for IBM PPC403GCX and need to initialize the MMU.
>
>I'm using ppc-as (GNU assembler, which links to 
>powerpc--eabi-as) version
>2.8  (using ppc-as -version)
>
>The assembler fails to compile the "tlbwe" op-code.
>
>I using the following command line : "ppc-as -m403 mmu.S"
>
>and receive the following message :
>
>	"mmu.S:166:Error:unrecognized opcode:tlbwe"

  That's because there is no such opcode. According to the PEM, the tlb
opcodes are tlbia, tlbie and tlbsync. Where did you hear about this opcode,
and what do you think it's supposed to do ? 


       Davek
-- 
The Boulder Pledge: "Under no circumstances will I ever purchase anything 
offered to me as the result of an unsolicited email message. Nor will I 
forward chain letters, petitions, mass mailings, or virus warnings to large 
numbers of others. This is my contribution to the survival of the online
community."



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

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