diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-03-13 20:49:39 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-03-13 20:49:39 +0000 |
commit | 1520d7e9b99a714dae0c9fcd01ae644253569517 (patch) | |
tree | 0c86fd34129203fd6fd3d6c1f1c11387ebece181 /sim/h8300 | |
parent | 323d0e9d8faf6154198cefc36c22c65c47b7dcdf (diff) | |
download | gdb-1520d7e9b99a714dae0c9fcd01ae644253569517.zip gdb-1520d7e9b99a714dae0c9fcd01ae644253569517.tar.gz gdb-1520d7e9b99a714dae0c9fcd01ae644253569517.tar.bz2 |
* compile.c (sim_open): New SIM_DESC result. Argument is now in
argv form.
(other sim_*): New SIM_DESC argument.
Diffstat (limited to 'sim/h8300')
-rw-r--r-- | sim/h8300/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 41edbb1..c1380a6 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,16 @@ +Thu Mar 13 12:48:05 1997 Doug Evans <dje@canuck.cygnus.com> + + * compile.c (sim_open): New SIM_DESC result. Argument is now in + argv form. + (other sim_*): New SIM_DESC argument. + +Tue Feb 4 13:36:29 1997 Doug Evans <dje@canuck.cygnus.com> + + * Makefile.in (@COMMON_MAKEFILE_FRAG): Use + COMMON_{PRE,POST}_CONFIG_FRAG instead. + * configure.in: sinclude ../common/aclocal.m4. + * configure: Regenerated. + Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com) * configure configure.in Makefile.in: Update to new configure |