[PATCH] Fix check for 64bit support in MIPS gas

Thiemo Seufer ica2_ts@csv.ica.uni-stuttgart.de
Thu Aug 16 03:53:00 GMT 2001


H . J . Lu wrote:
[snip]
> > 2001-08-16  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
> > 
> > 	/gas/ChangeLog
> > 	* config/tc-mips.c (md_parse_option): Add recognition of
> > 	elf64-tradlittlemips as 64bit-support. Ifdef the
> 
> What did you mean by that? What did you add?

I added an check
    strcmp (*l, "elf64-tradlittlemips") == 0)
for the arch string in the option parsing code for "-64" which was
obviously forgotten there.


Thiemo



More information about the Binutils mailing list