diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-04-12 17:04:42 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-04-12 17:04:42 +0000 |
commit | d03cef9d487c6483cef99f53d30288c2eeb27901 (patch) | |
tree | 18d531190ee78c8c853ef49c4d502ad333db7ae4 /gdb/ChangeLog | |
parent | c63ce875537178489c14607623e0456e16bbcccc (diff) | |
download | gdb-d03cef9d487c6483cef99f53d30288c2eeb27901.zip gdb-d03cef9d487c6483cef99f53d30288c2eeb27901.tar.gz gdb-d03cef9d487c6483cef99f53d30288c2eeb27901.tar.bz2 |
* go32-nat.c (go32_insert_hw_breakpoint): When there are no more
hardware breakpoint resources, return EBUSY.
(go32_handle_nonaligned_watchpoint): If the argument WHAT is not
one of the enumerated values, return EINVAL.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6f11eed..f534d3e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2000-04-12 Eli Zaretskii <eliz@is.elta.co.il> + * go32-nat.c (go32_insert_hw_breakpoint): When there are no more + hardware breakpoint resources, return EBUSY. + (go32_handle_nonaligned_watchpoint): If the argument WHAT is not + one of the enumerated values, return EINVAL. + +2000-04-12 Eli Zaretskii <eliz@is.elta.co.il> + * README: Mention special build instructions for DJGPP. * NEWS: Update with FP features on x87 platforms, and DJGPP-related changes. |