diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-10-02 15:47:57 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-10-02 15:47:57 +0000 |
commit | 8eab189bcef119a2350135bf02c191606c22cf1d (patch) | |
tree | 22fe26d0b579322e5c22322b9e786ba51c5cee05 /sim/ppc/ChangeLog | |
parent | d8d46596e6de6a92e14b4e941ba8c5502ef52f3f (diff) | |
download | gdb-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/ChangeLog | 7 |
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. |