aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1993-07-08 15:55:48 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1993-07-08 15:55:48 +0000
commitbc4937f37c130404c8433f604d0d92eab058e5f0 (patch)
tree49e7a55fdc4132f7b3126a792b4af363edf90c8d
parentad8aefa5f6d57043a5b110ed7af9532aff988e7e (diff)
downloadfsf-binutils-gdb-bc4937f37c130404c8433f604d0d92eab058e5f0.zip
fsf-binutils-gdb-bc4937f37c130404c8433f604d0d92eab058e5f0.tar.gz
fsf-binutils-gdb-bc4937f37c130404c8433f604d0d92eab058e5f0.tar.bz2
h8/300h stuff.
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3fe4c31..4f62b3d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
Thu Jul 8 08:22:05 1993 Doug Evans (dje@canuck.cygnus.com)
+ * (REGISTER_TYPES): Adjust for h8/300h.
+ (REGISTER_RAW_SIZE): Ditto.
+ (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs
+ on the h8/300h (ints may still be 16 bits).
+ (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
+ EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h. Some
+ thought needed here.
+
* h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h.
(examine_prologue): reg_save_depth is 4 if h8/300h.