* mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
help message.
This commit is contained in:
parent
fb850278da
commit
f3a7b3a584
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue