mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-18 00:18:11 +00:00
2003-06-21 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_dump_tdep): Do not print REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
This commit is contained in:
parent
f0e7d0e8f2
commit
ed183c7cdf
@ -1,5 +1,8 @@
|
||||
2003-06-21 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* mips-tdep.c (mips_dump_tdep): Do not print
|
||||
REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
|
||||
|
||||
* frame.c (get_frame_register): New function.
|
||||
(frame_unwind_register_signed): New function.
|
||||
(get_frame_register_signed): New function.
|
||||
|
@ -6258,12 +6258,6 @@ mips_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file)
|
||||
fprintf_unfiltered (file,
|
||||
"mips_dump_tdep: RA_REGNUM = %d\n",
|
||||
RA_REGNUM);
|
||||
fprintf_unfiltered (file,
|
||||
"mips_dump_tdep: REGISTER_CONVERT_FROM_TYPE # %s\n",
|
||||
XSTRING (REGISTER_CONVERT_FROM_TYPE (REGNUM, VALTYPE, RAW_BUFFER)));
|
||||
fprintf_unfiltered (file,
|
||||
"mips_dump_tdep: REGISTER_CONVERT_TO_TYPE # %s\n",
|
||||
XSTRING (REGISTER_CONVERT_TO_TYPE (REGNUM, VALTYPE, RAW_BUFFER)));
|
||||
fprintf_unfiltered (file,
|
||||
"mips_dump_tdep: REGISTER_NAMES = delete?\n");
|
||||
fprintf_unfiltered (file,
|
||||
|
Loading…
x
Reference in New Issue
Block a user