This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

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


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


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