This is the mail archive of the gcc-patches@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]

gcc patches (update)


I had mailed in a patch earlier today and think there is one
minor problem. It seems as though line 56 of ../config/mips/elf64.h
should look like this.

    %{!mips1:%{!mips2:-U__mips -D__mips=3 -D__mips64}}"

instead of

    %{!mips1:%{!mips2: %{!m32300: -U__mips -D__mips=3 -D__mips64}}}"

I'll let you decide on that. This goes beyond what I know about
this whole setup. Based on what was done here my best bet is that
this is the way it should be.

-- 
Joel Coltoff

I'd explain it, but there's a lot of math. -- Calvin


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