summaryrefslogtreecommitdiff
path: root/gdb/ppc-linux-nat.c
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2010-04-23 12:36:05 +0000
committerJoel Brobecker <brobecker@gnat.com>2010-04-23 12:36:05 +0000
commite4166a49ea402e8ec97329268d80cf75144c4628 (patch)
tree685ab603712dc39e21c6ddfd4e5fae2b5bfe05e9 /gdb/ppc-linux-nat.c
parent8bd10a10b3917698e13bb1101d13c93d8c1db3a1 (diff)
downloadbinutils-gdb-e4166a49ea402e8ec97329268d80cf75144c4628.tar.gz
Fix ARI warning.
* ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
Diffstat (limited to 'gdb/ppc-linux-nat.c')
-rw-r--r--gdb/ppc-linux-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c
index f7c5bf55eb0..f61ac5d6fa7 100644
--- a/gdb/ppc-linux-nat.c
+++ b/gdb/ppc-linux-nat.c
@@ -1508,7 +1508,7 @@ ppc_linux_region_ok_for_hw_watchpoint (CORE_ADDR addr, int len)
}
/* This function compares two ppc_hw_breakpoint structs field-by-field. */
-static inline int
+static int
booke_cmp_hw_point (struct ppc_hw_breakpoint *a, struct ppc_hw_breakpoint *b)
{
return (a->trigger_type == b->trigger_type