diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-11-05 01:08:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-11-05 01:08:12 +0000 |
commit | 22de994d0e830082802fdd9033af16fb34f58dde (patch) | |
tree | 66f2ea7484d24edad824f4b5fc00b94ee9f43de1 /sim/mips/ChangeLog | |
parent | 44f5c4d7bc5e9df23f2156ce7fe42bc67fbc6c83 (diff) | |
download | gdb-22de994d0e830082802fdd9033af16fb34f58dde.zip gdb-22de994d0e830082802fdd9033af16fb34f58dde.tar.gz gdb-22de994d0e830082802fdd9033af16fb34f58dde.tar.bz2 |
Delete -l and -n options, didn't do anything.
Rename option trace to dinero-trace & dinero-file - -t clashed with
common options.
Enable common trace options.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 4aa5146..1d1ef9f 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,16 @@ +Wed Nov 5 11:21:11 1997 Andrew Cagney <cagney@b1.cygnus.com> + + * sim-main.h (WITH_TRACE): Delete definition. Enables common + trace options. + + * interp.c (logfh, logfile): Delete globals. + (sim_open, sim_close): Delete code opening & closing log file. + (mips_option_handler): Delete -l and -n options. + (OPTION mips_options): Ditto. + + * interp.c (OPTION mips_options): Rename option trace to dinero. + (mips_option_handler): Update. + Wed Nov 5 09:35:59 1997 Andrew Cagney <cagney@b1.cygnus.com> * interp.c (fetch_str): New function. |