diff options
author | Tom Tromey <tromey@redhat.com> | 1998-04-24 20:39:48 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1998-04-24 20:39:48 +0000 |
commit | b1df34b9ed5f1d8f24a9ce671e88ccf10128c2c2 (patch) | |
tree | 6c657192803d921a9fbb3f175b6c4333268b3206 /sim/mn10300/ChangeLog | |
parent | 409595b8891219a47351e44a220b2dd0bedd665d (diff) | |
download | gdb-b1df34b9ed5f1d8f24a9ce671e88ccf10128c2c2.zip gdb-b1df34b9ed5f1d8f24a9ce671e88ccf10128c2c2.tar.gz gdb-b1df34b9ed5f1d8f24a9ce671e88ccf10128c2c2.tar.bz2 |
* configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
* configure.in: Don't call sinclude.
Diffstat (limited to 'sim/mn10300/ChangeLog')
-rw-r--r-- | sim/mn10300/ChangeLog | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/sim/mn10300/ChangeLog b/sim/mn10300/ChangeLog index ffb2d51..440fb7e 100644 --- a/sim/mn10300/ChangeLog +++ b/sim/mn10300/ChangeLog @@ -1,14 +1,25 @@ +Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche> + + * configure: Regenerated to track ../common/aclocal.m4 changes. + * config.in: Ditto. + +Fri Apr 24 11:19:07 1998 Tom Tromey <tromey@cygnus.com> + + * configure.in: Don't call sinclude. + Tue Apr 14 10:03:02 1998 Andrew Cagney <cagney@b1.cygnus.com> + * mn10300_sim.h: Declare all functions in op_utils.c using + INLINE_SIM_MAIN. + * op_utils.c: Ditto. + * sim-main.c: New file. Include op_utils.c. + * mn10300.igen (mov, cmp): Use new igen operators `!' and `=' to differentiate between MOV/CMP immediate/register instructions. * configure.in (SIM_AC_OPTION_INLINE): Add and enable. * configure: Regenerate. - * sim-main.h: Define SIM_MAIN_INLINE=0 so that generated - semantics.c does not include the still to be created sim-main.c. - Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com> * configure: Regenerated to track ../common/aclocal.m4 changes. |