diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-03-13 20:47:43 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-03-13 20:47:43 +0000 |
commit | 323d0e9d8faf6154198cefc36c22c65c47b7dcdf (patch) | |
tree | 85829608c02609b4799c224396d7cb1f117260c5 /sim/erc32 | |
parent | 395adcffb2f30545cee30c2decb3d5cf867ba736 (diff) | |
download | gdb-323d0e9d8faf6154198cefc36c22c65c47b7dcdf.zip gdb-323d0e9d8faf6154198cefc36c22c65c47b7dcdf.tar.gz gdb-323d0e9d8faf6154198cefc36c22c65c47b7dcdf.tar.bz2 |
* interf.c (sim_open): New SIM_DESC result. Argument is now in
argv form.
(other sim_*): New SIM_DESC argument.
Diffstat (limited to 'sim/erc32')
-rw-r--r-- | sim/erc32/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 98a8fd1..07ad862 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,16 @@ +Thu Mar 13 12:46:04 1997 Doug Evans <dje@canuck.cygnus.com> + + * interf.c (sim_open): New SIM_DESC result. Argument is now in + argv form. + (other sim_*): New SIM_DESC argument. + +Tue Feb 4 13:35:20 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 |