From: Andrew Cagney Date: Fri, 6 Jun 1997 00:31:08 +0000 (+0000) Subject: Clean up formatting of instruction traces. X-Git-Tag: gdb-4_18~5412 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bdfae11670839582c4cbff69e6c9aa00fdc9d57;p=platform%2Fupstream%2Fbinutils.git Clean up formatting of instruction traces. --- 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 + + * 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 + + * 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 + * 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.