aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1995-10-02 15:47:57 +0000
committerMichael Meissner <gnu@the-meissners.org>1995-10-02 15:47:57 +0000
commit8eab189bcef119a2350135bf02c191606c22cf1d (patch)
tree22fe26d0b579322e5c22322b9e786ba51c5cee05 /sim/ppc/ChangeLog
parentd8d46596e6de6a92e14b4e941ba8c5502ef52f3f (diff)
downloadgdb-8eab189bcef119a2350135bf02c191606c22cf1d.zip
gdb-8eab189bcef119a2350135bf02c191606c22cf1d.tar.gz
gdb-8eab189bcef119a2350135bf02c191606c22cf1d.tar.bz2
Add switch processing in gdb.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r--sim/ppc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index dfaef04..ed3b900 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,10 @@
+Mon Oct 2 11:46:37 1995 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * sim_calls.c (sim_open): Add argument processing to add the same
+ switches main.c accepts for the standalone processor.
+ * main.c (main): Add comment saying to update sim_calls.c when
+ adding switches.
+
Sun Oct 1 13:52:59 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* main.c (printf_filtered): Correct to match new prototype.