aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-02-28 15:38:04 +0000
committerMark Kettenis <kettenis@gnu.org>2004-02-28 15:38:04 +0000
commit7fa2737c9edd7ceaedc1b5fc1b2a8aeceff066c3 (patch)
tree864e6e084532e29a756136676960471ab2d33176 /gdb/ChangeLog
parent9671aeef937ebeafc0a44d2224a0cd76f3e9bfee (diff)
downloadfsf-binutils-gdb-7fa2737c9edd7ceaedc1b5fc1b2a8aeceff066c3.zip
fsf-binutils-gdb-7fa2737c9edd7ceaedc1b5fc1b2a8aeceff066c3.tar.gz
fsf-binutils-gdb-7fa2737c9edd7ceaedc1b5fc1b2a8aeceff066c3.tar.bz2
* i386-nat.c: Reformat to be closer to coding standards.
(i386_handle_nonaligned_watchpoint): Rename local variable `rv' to `retval'. Make variables `align' and `size' local to while-loop. (i386_stopped_data_address): Rename local variable `ret' to `addr'. (_initialize_i386_nat): New prototype.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cd38e54..6653708 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2004-02-28 Mark Kettenis <kettenis@gnu.org>
+ * i386-nat.c: Reformat to be closer to coding standards.
+ (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
+ `retval'. Make variables `align' and `size' local to while-loop.
+ (i386_stopped_data_address): Rename local variable `ret' to `addr'.
+ (_initialize_i386_nat): New prototype.
+
* tui/tui.c: Include <readline/readline.h> instead of
"readline/readline.h". Include it after <term.h> and
"gdb_curses.h".