aboutsummaryrefslogtreecommitdiff
path: root/sim/common/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-11-21 19:05:09 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-11-21 19:05:09 +0000
commit42647d5b8c69603ea53b6c31d19c004a0608d82e (patch)
tree859fdbadae90231e686733ddd196e6564d42b7d3 /sim/common/ChangeLog
parent821b702f92c049761c98c1c98126e49a3c45ac69 (diff)
downloadgdb-42647d5b8c69603ea53b6c31d19c004a0608d82e.zip
gdb-42647d5b8c69603ea53b6c31d19c004a0608d82e.tar.gz
gdb-42647d5b8c69603ea53b6c31d19c004a0608d82e.tar.bz2
* mild gx prototype tweak
start-sanitize-gxsim 1998-11-21 Frank Ch. Eigler <fche@elastic.org> * sim-gx.c (sim_gx_block_translate): Generate computed goto for __GNUC__ instead of plain switch() for gx block entry. Lose "-g" compile option for gx block. end-sanitize-gxsim
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r--sim/common/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index eb82a7b..c2cf5b4 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,11 @@
+start-sanitize-gxsim
+1998-11-21 Frank Ch. Eigler <fche@elastic.org>
+
+ * sim-gx.c (sim_gx_block_translate): Generate computed
+ goto for __GNUC__ instead of plain switch() for gx block
+ entry. Lose "-g" compile option for gx block.
+
+end-sanitize-gxsim
1998-11-18 Doug Evans <devans@casey.cygnus.com>
* Make-common.in (cgen-utils.o): Depend on cgen-engine.h.