* mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"

help message.
This commit is contained in:
Kevin Buettner 2002-07-31 20:26:49 +00:00
parent fb850278da
commit f3a7b3a584
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-07-31 Kevin Buettner <kevinb@redhat.com>
* mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
help message.
2002-07-31 Kevin Buettner <kevinb@redhat.com>
* mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep struct

View File

@ -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);