aboutsummaryrefslogtreecommitdiff
path: root/sim/igen
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-06-06 00:31:08 +0000
committerAndrew Cagney <cagney@redhat.com>1997-06-06 00:31:08 +0000
commit0bdfae11670839582c4cbff69e6c9aa00fdc9d57 (patch)
tree162cb5012c1b24fc1fcd4ee1322f8c35606a4ee4 /sim/igen
parent897f67b74ff76fec559a5d79d530c8975a11ebd2 (diff)
downloadgdb-0bdfae11670839582c4cbff69e6c9aa00fdc9d57.zip
gdb-0bdfae11670839582c4cbff69e6c9aa00fdc9d57.tar.gz
gdb-0bdfae11670839582c4cbff69e6c9aa00fdc9d57.tar.bz2
Clean up formatting of instruction traces.
Diffstat (limited to 'sim/igen')
-rw-r--r--sim/igen/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog
index 808f861..038f891 100644
--- a/sim/igen/ChangeLog
+++ b/sim/igen/ChangeLog
@@ -1,5 +1,38 @@
+Thu Jun 5 17:14:32 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * igen.c (print_itrace_prefix): Move printing of insn prefix to
+ here.
+ (print_itrace_format): Drop printing of MY_NAME in instruction
+ trace. Printing of insn prefix moved.
+ (print_itrace): Ditto.
+
+Fri May 30 11:27:37 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * gen-icache.c (print_icache_function_header): Pass
+ table_line_entry instead of separate file and line.
+
+ * table.c (table_entry_read): Set assembler source file/line-nr to
+ the current not initial file.
+ (table_entry_read): Fix line numbering of source files.
+
+ table.h (table_line_entry): New structure. Exactly specifies a
+ source file/line-nr.
+ (table_*_entry): Add this to all.
+
+ table.c (table_entry_print_cpp_line_nr): Change to use values from
+ a table_line_entry struct.
+ (table_entry_read): Save table_line_entry in all structures read.
+
+ gen-icache.c, gen-support.c, gen-idecode.c, gen-semantics.c,
+ gen-model.c: Update all references.
+
Thu May 29 10:29:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
+ * igen.c (print_my_defines): Define MY_NAME - a string. For
+ MY_PREFIX, undefine the name of the function incase some dumb
+ header defined it. it.
+ (print_itrace): Use MY_NAME not MY_PREFIX.
+
* lf.c (lf_write): New function write an N character buffer to the
file.