diff options
author | Doug Evans <dje@google.com> | 2009-02-22 19:31:20 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-02-22 19:31:20 +0000 |
commit | 08c1f091a1714567f8ef8fb9b48b905c9066a5f3 (patch) | |
tree | 5fc7aca20c46f0b480871cff090e884047368607 /gdb | |
parent | 63807e1d0d57fe810b93dfef77291de153f02db4 (diff) | |
download | gdb-08c1f091a1714567f8ef8fb9b48b905c9066a5f3.zip gdb-08c1f091a1714567f8ef8fb9b48b905c9066a5f3.tar.gz gdb-08c1f091a1714567f8ef8fb9b48b905c9066a5f3.tar.bz2 |
Fix up some formatting.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 15f7904..d8eb22c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -208,16 +208,15 @@ 2009-02-20 Pierre Muller <muller@ics.u-strasbg.fr> - * Extend use of i386_use_watchpoints to all i386 native files + Extend use of i386_use_watchpoints to all i386 native files using hardware watchpoints. - go32-nat.c (init_go32_ops): Call i386_use_watchpoints. - i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto. - windows-nat.c (init_windows_ops): Ditto. - config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR. - config/i386/nm-cygwin64.h: Ditto. - config/i386/nm-fbsd.h: Ditto. - config/i386/nm-go32.h: Ditto. - + * go32-nat.c (init_go32_ops): Call i386_use_watchpoints. + * i386fbsd-nat.c (_initialize_i386fbsd_nat): Ditto. + * windows-nat.c (init_windows_ops): Ditto. + * config/i386/nm-cygwin.h: Define I386_WATCHPOINTS_IN_TARGET_VECTOR. + * config/i386/nm-cygwin64.h: Ditto. + * config/i386/nm-fbsd.h: Ditto. + * config/i386/nm-go32.h: Ditto. 2009-02-19 Joel Brobecker <brobecker@adacore.com> |