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]

Re: More build problems on Alpha


On Tue, Jul 24, 2001 at 08:53:03AM -0400, Richard Kenner wrote:
> as0: Error: ../../egcs/gcc/libgcc2.c, line 6: register expected
>       cvttq/c $f16,$f11

Bother.  I assume it accepts "cvttqc"?

In which case, I guess for now change

-          fprintf (file, "/%s%s", (trap ? trap : ""), (round ? round : ""));
+          fprintf (file, "%s%s", (trap ? trap : ""), (round ? round : ""));

in print_operand, and we'll cross the slash-or-no-slash
bridge when the T3E port actually goes in.


r~


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