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: [PATCH] mips-tdep.c: Add "n64" to "set mips abi" help message


Kevin Buettner wrote:
> 
> I've just committed the patch below...
> 
>         * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
>         help message.
> 
> Index: mips-tdep.c
> ===================================================================
> RCS file: /cvs/src/src/gdb/mips-tdep.c,v
> retrieving revision 1.84
> diff -u -p -r1.84 mips-tdep.c
> --- mips-tdep.c 31 Jul 2002 20:08:20 -0000      1.84
> +++ mips-tdep.c 31 Jul 2002 20:18:57 -0000
> @@ -5126,6 +5126,7 @@ This option can be set to one of:\n\
>       "  o32\n"
>       "  o64\n"
>       "  n32\n"
> +     "  n64\n"
>       "  eabi32\n"
>       "  eabi64",
>       &setmipscmdlist);

Hey Kevin, Eric, 

Isn't there also an "MEABI32" and "MEABI64"?
Something developed at mips?
Perhaps we should add placeholders for those?


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