diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-11-14 04:35:47 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-11-14 04:35:47 +0000 |
commit | 92fa45795dc1b8427de0c1e310bbe1bd52d4bd05 (patch) | |
tree | b9e8e3d84758508a6d59901dca64974cecafdda7 /sim/common/ChangeLog | |
parent | fca5abc13a6d7df76b3ecef15c31a77973fb35e2 (diff) | |
download | gdb-92fa45795dc1b8427de0c1e310bbe1bd52d4bd05.zip gdb-92fa45795dc1b8427de0c1e310bbe1bd52d4bd05.tar.gz gdb-92fa45795dc1b8427de0c1e310bbe1bd52d4bd05.tar.bz2 |
* Personal prototype "gx" translation-based JIT engine for M32R.
[ChangeLog]
start-sanitize-gxsim
1998-11-13 Frank Ch. Eigler <fche@elastic.org>
* configure.in: Added "--enable-sim-gx" option.
* configure: Regenerated.
end-sanitize-gxsim
[common/ChangeLog]
1998-11-13 Frank Ch. Eigler <fche@elastic.org>
start-sanitize-gxsim
* Make-common.im: Build sim-gx.o and sim-gx-run.o.
* sim-gx.c: New file: target-independent gx routines.
* sim-gx.h: Declarations for gx structs and routines.
* sim-gx-run.c: New file: target-independent gx driver.
* sim-base.h: Add gx block vector to state struct.
end-sanitize-gxsim
* aclocal.m4: Add tests for dlopen family.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index b7e6f2e..8a334a2 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,15 @@ +1998-11-13 Frank Ch. Eigler <fche@elastic.org> + +start-sanitize-gxsim + * Make-common.im: Build sim-gx.o and sim-gx-run.o. + * sim-gx.c: New file: target-independent gx routines. + * sim-gx.h: Declarations for gx structs and routines. + * sim-gx-run.c: New file: target-independent gx driver. + * sim-base.h: Add gx block vector to state struct. +end-sanitize-gxsim + * aclocal.m4: Add tests for dlopen family. + * config.in: Regenerated. + Wed Nov 11 14:02:25 1998 Doug Evans <devans@canuck.cygnus.com> * sim-hload.c (sim_load): Pass `prog_name' to sim_load_file, not NULL. |