From: Andris Organization: Pavenis To: djgpp AT delorie DOT com Subject: Re: 'as' no longer supports overloaded macros? Date: Sat, 21 Sep 2002 09:04:26 +0300 User-Agent: KMail/1.4.7 References: <3d8bdb9b$0$1430$272ea4a1 AT news DOT execpc DOT com> In-Reply-To: <3d8bdb9b$0$1430$272ea4a1@news.execpc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Message-Id: <200209210904.26436.pavenis@lanet.lv> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g8L91jj21814 Reply-To: djgpp AT delorie DOT com On Saturday 21 September 2002 05:37, Chris Giese wrote: > Say it ain't so! > Perhaps You should ask in binutils mailing list: binutils AT sources DOT redhat DOT com > > c:\tmp>type test.s > .macro IMP sym > .EXTERN _\sym > .EQU \sym,_\sym > .endm > > .macro IMP sym1 sym2 sym3 > .EXTERN _\sym1 > .EQU \sym1,_\sym1 > .EXTERN _\sym2 > .EQU \sym2,_\sym2 > .EXTERN _\sym3 > .EQU \sym3,_\sym3 > .endm > > IMP _code, _data, _end > > .text > > IMP main > call main > > c:\tmp>as test.s > test.s: Assembler messages: > test.s:19: Error: expected symbol name > test.s:19: Error: expected symbol name > > c:\tmp>as --version > GNU assembler 2.13 > > {here I change back to old version of DJGPP} > > c:\tmp>as test.s > > c:\tmp>as --version > GNU assembler 2.9.5