aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorLuis Machado <luisgpm@br.ibm.com>2008-08-08 15:30:27 +0000
committerLuis Machado <luisgpm@br.ibm.com>2008-08-08 15:30:27 +0000
commitb7622095eb47002620e2afdb26ec910078d48d29 (patch)
tree3cfaf41c17da6e8973697c4616d88683ba1cf083 /gdb/ChangeLog
parent2dc38344f418c9abe65755308ef6db836a61103a (diff)
downloadgdb-b7622095eb47002620e2afdb26ec910078d48d29.zip
gdb-b7622095eb47002620e2afdb26ec910078d48d29.tar.gz
gdb-b7622095eb47002620e2afdb26ec910078d48d29.tar.bz2
* ppc-linux-nat.c: Include "auxv.h" and "elf/common.h".
Define PPC_FEATURE_BOOKE. (ppc_linux_get_hwcap): New function. (ppc_linux_region_ok_for_hw_watchpoint): Handle PowerPC 440 4-bytes alignment restrictions. (ppc_linux_insert_watchpoint): Handle PowerPC 440-specific positioning of the read/write flags. (ppc_linux_watchpoint_addr_within_range): Handle PowerPC 440 4-bytes alignment.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ca67fec..5e6ad60 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,15 @@
+2008-08-08 Luis Machado <luisgpm@br.ibm.com>
+
+ * ppc-linux-nat.c: Include "auxv.h" and "elf/common.h".
+ Define PPC_FEATURE_BOOKE.
+ (ppc_linux_get_hwcap): New function.
+ (ppc_linux_region_ok_for_hw_watchpoint): Handle PowerPC 440
+ 4-bytes alignment restrictions.
+ (ppc_linux_insert_watchpoint): Handle PowerPC 440-specific
+ positioning of the read/write flags.
+ (ppc_linux_watchpoint_addr_within_range): Handle PowerPC 440
+ 4-bytes alignment.
+
2008-08-08 Pedro Alves <pedro@codesourcery.com>
Use ptid_t.tid to store thread ids instead of ptid_t.pid.