This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

RE: asm ("...") on PPC




-----Original Message-----
From: Geir Frode Raanes [mailto:geirfrs@invalid.ed.ntnu.no]
Sent: Friday, February 25, 2000 4:23 AM
To: Bill Pringlemeir
Cc: crossgcc@sourceware.cygnus.com
Subject: Re: asm ("...") on PPC


On 24 Feb 2000, Bill Pringlemeir wrote:

             : "r9", "ctr" );

Here of cause I took the register naming convention suggested by
Ian Lance Taylor to heart. Though GAS does understand "r9" and
"ctr" in the 'affected' field. Besides, Windriver use "rX"  for
register names exclusively in their BSP.

The rX notation that Windriver uses is accomplished through a header file
which #defines r0 to 0, r1 to 1, sp to 1, etc.

Rich Duszczak
 
--
  ******************************************************
  Never ever underestimate the power of human stupidity.
  -Robert Anson Heinlein

		GeirFRS@invalid.and.so.forth
  ******************************************************


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to
crossgcc-unsubscribe@sourceware.cygnus.com

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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