This is the mail archive of the gdb-patches@sourceware.cygnus.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]

Re: Patches to add i387 support to Solaris x86 platforms



> + /* Define eax/edx as return registers for long long return values. */
> + /* FIXME: Maybe this should be moved to tm-i386.h, as it is pretty generic. */
> + #define LOW_RETURN_REGNUM 0	/* Holds low four bytes of result */
> + #define HIGH_RETURN_REGNUM 2	/* Holds high four bytes of result */
> + 

I agree with this FIXME.  Can someone please make the change in
tm-i386.h?

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