aboutsummaryrefslogtreecommitdiff
path: root/sim/d10v/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-10-30 22:43:02 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-10-30 22:43:02 +0000
commitb30cdd35653c3ad1ffb93a465972ea9a89928c03 (patch)
tree0b3e0d5b0da8268687f158e5af4e34db072c8dfd /sim/d10v/ChangeLog
parent193e41979c76e8e4c5793924158cbce854ae4f5c (diff)
downloadgdb-b30cdd35653c3ad1ffb93a465972ea9a89928c03.zip
gdb-b30cdd35653c3ad1ffb93a465972ea9a89928c03.tar.gz
gdb-b30cdd35653c3ad1ffb93a465972ea9a89928c03.tar.bz2
Fix -t option to work with memory mapping; Print PC in some error messages
Diffstat (limited to 'sim/d10v/ChangeLog')
-rw-r--r--sim/d10v/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/sim/d10v/ChangeLog b/sim/d10v/ChangeLog
index aafc877..2d640f5 100644
--- a/sim/d10v/ChangeLog
+++ b/sim/d10v/ChangeLog
@@ -1,3 +1,22 @@
+Wed Oct 30 17:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * interp.c (bfd.h) Don't include it here any more.
+ (text{,_start,_end}): Move here from simops.c and make extern.
+ (decode_pc): New function to return the PC as an address that the
+ debugger can use.
+ (dmem_addr): Print decoded PC in error message.
+ (pc_addr): Ditto.
+
+ * simops.c (bfd.h) Don't include it here any more.
+ (text{,_start,_end}): Move to simops.c.
+ (trace_input_func): Move decoding of PC, and looking up .text
+ start to decode_pc.
+
+ * d10v_sim.h (bfd.h): Include it here.
+ (text{,_start,_end}): Add external declarations.
+ (exec_bfd): Ditto.
+ (decode_pc): Ditto.
+
Tue Oct 29 12:13:52 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* interp.c (sim_size): Now allocates unified memory for imap segments