diff options
author | Doug Evans <dje@google.com> | 1997-11-24 20:43:38 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-11-24 20:43:38 +0000 |
commit | 4b5545c9f0259a7fea597c4479f4215195be7562 (patch) | |
tree | 97f7159d98e4fc5651dc4f7667a432acf63add73 /sim | |
parent | f375dd7d0e1f00a01a1304199891864dd6a1d552 (diff) | |
download | gdb-4b5545c9f0259a7fea597c4479f4215195be7562.zip gdb-4b5545c9f0259a7fea597c4479f4215195be7562.tar.gz gdb-4b5545c9f0259a7fea597c4479f4215195be7562.tar.bz2 |
* sim-model.c (model_options): Use '\0' for `shortopt'.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/common/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 89f4723..ddf391d 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -7,6 +7,8 @@ Mon Nov 24 12:09:59 1997 Doug Evans <devans@seba.cygnus.com> * Make-common.in (all): Add .gdbinit. * gdbinit.in: Add dump command. + * sim-model.c (model_options): Use '\0' for `shortopt'. + Sun Nov 23 10:57:00 1997 Andrew Cagney <cagney@b1.cygnus.com> * sim-fpu.c (sim_fpu_abs, sim_fpu_neg, sim_fpu_inv), sim-fpu.h: |