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: gcc port based on MIPS


../../gcc-4.1.0/gcc/config/ABC/ABC.md:228: unknown value
`<ANYF:UNITMODE>' for `mode' attribute
../../gcc-4.1.0/gcc/config/ABC/ABC.md:228: unknown value
`<ANYF:UNITMODE>' for `mode' attribute

Sorry,these errors were just my mistake.I mistakenly comminted out the following line in ABC.md file

(define_mode_attr UNITMODE [(SF "SF") (DF "DF")])
                         (V2SF "SF")])

That caused the above error to be generated.Now ABC.md file has passed
through the compilation process successfully .

But the V2SF error still persistes.

Would you please tell me that for what the binutils like gas ,ld are
called.I know that gcc uses internally the gas and ld to produce final
output.
But during compilation of gcc ,what role these executables play.





On 6/19/06, Andrew Pinski <pinskia@physics.uc.edu> wrote:
>
> "kernel coder" <lhrkernelcoder@gmail.com> writes:
>
> > (define_mode_attr divide_condition
> >   [DF (SF "!TARGET_FIX_SB1 || flag_unsafe_math_optimizations")])
> > ;;   (V2SF "TARGET_SB1 && (!TARGET_FIX_SB1 ||
> > flag_unsafe_math_optimizations)")])
> >
> >
> > As you can see i just omitted the entries of V2SF.
>
> I hope that isn't really what you did, since that would comment out
> the "])" close brackes in each case.

Except the above line has ]) also :).

-- Pinski




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