This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: mips cc1 spec vs. fp reg defines vs. assembly code


<snip>

I'll see what I can do to come up with a good target triple for
mipsisa64. :) Mine currently does something similar though.

mipsisa64*-*-elf*)
        tm_file="mips/isa64.h mips/isa3264.h mips/abi64.h"
        tmake_file=mips/t-isa3264
        target_cpu_default="MASK_64BIT|MASK_FLOAT64|MASK_GAS"
        ;;

I also put a cpu default and an abi default in isa64.h, but that's
fairly irrelevant.

> 
> ps. i recently noticed some problems w/ some of the macros in mips.h,
> which it looks like you've touched but not fixed.  I can send a patch
> if you'd like, but it looks like it'll just cause you conflicts.  8-)
> 

They only swapped for the new ISA macros. I'll make the changes you
suggested (as soon as I look them up in the manuals you so helpfully
printed out for me :)

-eric

-- 
I will not carve gods


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