aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1996-03-11 21:59:47 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1996-03-11 21:59:47 +0000
commite10bb7b3e9548019333d30c527e0051db4514c92 (patch)
treebf7ac818a71f3f6593f53b31fdcaa787d8cd29dd
parent741fd619cb043e018b67eace2023d19f59d470f0 (diff)
downloadgdb-e10bb7b3e9548019333d30c527e0051db4514c92.zip
gdb-e10bb7b3e9548019333d30c527e0051db4514c92.tar.gz
gdb-e10bb7b3e9548019333d30c527e0051db4514c92.tar.bz2
* run.c (main): Print error message if argument is invalid.
(usage): Improve text.
-rw-r--r--sim/h8300/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog
index 479e4849..d1c5fb9 100644
--- a/sim/h8300/ChangeLog
+++ b/sim/h8300/ChangeLog
@@ -4,6 +4,8 @@ Mon Mar 11 09:53:25 1996 Doug Evans <dje@charmed.cygnus.com>
(sim_resume, sleep insn): Check program exit status in r0.
* run.c: #include <signal.h>.
(main): Abort if program got SIGILL.
+ Print error message if argument is invalid.
+ (usage): Improve text.
Wed Feb 21 12:15:00 1996 Ian Lance Taylor <ian@cygnus.com>