Subject: Re: assembler syntax
To: Aaron J. Grier <agrier@poofygoof.com>
From: Matt Thomas <matt@3am-software.com>
List: port-m68k
Date: 06/30/2002 10:30:42
At 11:30 PM 6/29/2002, Aaron J. Grier wrote:
>the new required syntax is still accepted by older versions of gcc.
>(I just went through this with a project at work...)  I do not know the
>reason for the change.

Since ELF does not prefix all symbols with _, you can't tell
if d0 is a register or a variable.  So register were moved to
their own namespace by prefixing them with %.  [I had to make
a similar changes to the VAX assembler when I added ELF support
for VAX.]


-- 
Matt Thomas               Internet:   matt@3am-software.com
3am Software Foundry      WWW URL:    http://www.3am-software.com/bio/matt/
Cupertino, CA             Disclaimer: I avow all knowledge of this message