diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-08-23 15:06:53 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-08-23 15:06:53 +0000 |
commit | 640b227fa06026b55842f14aebd36ec0d041fb26 (patch) | |
tree | 3a8e775e8758704c9412a792e1e709d28614ebc6 /gdb/ChangeLog | |
parent | 7e326afc1928a24aa05f7acc42b32cee994a49d0 (diff) | |
download | binutils-gdb-640b227fa06026b55842f14aebd36ec0d041fb26.tar.gz |
* proc-api.c (rw_table): Do not include a row for PCDSTOP if the
corresponding macro is not defined. Likewise for PCNICE, PCSHOLD
and PCUNKILL.
(write_with_trace): Conditionalize out the switch branch handling
PCSHOLD if the corresponding macro is not defined. Likewise for
PRSABORT and PRSTOP.
This change will be needed by the Interix port.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5c047fc876e..7b55f3e1dbf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2002-08-23 Donn Terry <dterry@microsoft.com> + + * proc-api.c (rw_table): Do not include a row for PCDSTOP if the + corresponding macro is not defined. Likewise for PCNICE, PCSHOLD + and PCUNKILL. + (write_with_trace): Conditionalize out the switch branch handling + PCSHOLD if the corresponding macro is not defined. Likewise for + PRSABORT and PRSTOP. + This change will be needed by the Interix port. + 2002-08-22 Elena Zannoni <ezannoni@redhat.com> * rs6000-tdep.c (struct rs6000_framedata): Add saved_ev and |