From 7fa2737c9edd7ceaedc1b5fc1b2a8aeceff066c3 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 28 Feb 2004 15:38:04 +0000 Subject: * 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. --- gdb/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/ChangeLog') 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 + * 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 instead of "readline/readline.h". Include it after and "gdb_curses.h". -- cgit v1.1