]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
parse.c (write_dollar_variable): call new function target_map_name_to_register
authorRon Unrau <runrau@cygnus>
Sun, 15 Feb 1998 21:30:02 +0000 (21:30 +0000)
committerRon Unrau <runrau@cygnus>
Sun, 15 Feb 1998 21:30:02 +0000 (21:30 +0000)
commit678fa7ffe38b1ad0df779ed1129c1eae3d8f3c5e
tree79a1df2267639ce19f419e3efd9822bdfa7b518d
parent486c714a2602be686f657933992a4a4fb376041e
parse.c (write_dollar_variable): call new function target_map_name_to_register
so that targets can define their own register name aliases.
infcmd.c (registers_info): call target_map_name_to_register so that
"print $reg" and "info reg $reg" share the same register alias set.
mips-tdep.c: separate MIPS_R5900_REGS from NUM_REGS so that sky registers
can be printed separately.
txvu-tdep.c: print registers according to current CPU context.
tm-txvu.h: define SKY registers and conditionalize register interpretation
macros.
txvu.mt: Don't bother building remote-mips.o for sky target.
gdb/ChangeLog
gdb/parse.c