This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re-RFA re: [almost-obvious patch, and 6.0 RFA] treat mipsisa64as 64-bit MIPS.


So, this patch adds 'mipsisa64' variants for all of the generic
'mips64' configure.tgt entries.

Ah.


Verified that this does the expected thing on the trunk with
mipsisa64-elf.

Also verified that it applies cleanly to the 6.0-branch configure.tgt,
but not tested further than that.  (read it, it won't cause harm.  8-)

Yes, for both, but a few tweaks:


- put the patterns at the start, vis:
mipsisa64*-*-linux* ) gdb_target=linux64 ;;
mipsisa64*-*-* ) gdb_target=embed64 ;;
I think this is all that is needed. It seems that my recent MIPS target purge missed a few cases.


- add brief comment alerting the user as to the issue.

It can probably be simplified further (mips*64*-*-*?) but, as you note, harm minimization is in order.

Andrew


2003-08-13 Chris Demetriou <cgd@broadcom.com>

        * configure.tgt (mipsisa64*-big-*, mipsisa64*el-*-ecoff*)
        (mipsisa64*-*-ecoff*, mipsisa64*el-*-elf*)
        (mipsisa64*-*-elf*, mipsisa64*-*-linux*): Treat identically
        to corresponding "mips64" configurations.




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