diff options
author | Stu Grossman <grossman@cygnus> | 1995-05-15 21:17:36 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-05-15 21:17:36 +0000 |
commit | 24e1a4e0eb1f2730dff03421d65df73fd5ac43e5 (patch) | |
tree | a5dacb53992cfffcac555b6a720db64ef6ac2573 | |
parent | 96433d032bbb304a739ce18b3882fa3b5d896657 (diff) | |
download | gdb-24e1a4e0eb1f2730dff03421d65df73fd5ac43e5.zip gdb-24e1a4e0eb1f2730dff03421d65df73fd5ac43e5.tar.gz gdb-24e1a4e0eb1f2730dff03421d65df73fd5ac43e5.tar.bz2 |
* sparclite/salib.c (win_ovf win_unf): Make window size constant
into a variable (__WINSIZE) so that it can be controlled via the
.h file.
* sparclite/sparclite.h: Add SL933 #ifdef to set __WINSIZE to 6
for the 933 board.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index beac0ad..3309138 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Mon May 15 12:12:34 1995 Stu Grossman (grossman@cygnus.com) + * sparclite/salib.c (win_ovf win_unf): Make window size constant + into a variable (__WINSIZE) so that it can be controlled via the + .h file. + * sparclite/sparclite.h: Add SL933 #ifdef to set __WINSIZE to 6 + for the 933 board. + * infrun.c: Add #ifdef HP_OS_BUG to all references to trap_expected_after_continue. * (wait_for_inferior): Fix for remote watchpoints. Don't try to |