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: [RFC] mips gdb fails to detect o32


Um, won't the final:
        if (mips_abi == MIPS_ABI_UNKNOWN)
          mips_abi = MIPS_ABI_032;

kick in?

No, not if MIPS_ABI_DEFAULT is defined....

Undefine it .... :-)

I never did like it.

Andrew



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