From: Joel Brobecker Date: Fri, 23 Apr 2010 12:36:05 +0000 (+0000) Subject: Fix ARI warning. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e4166a49ea402e8ec97329268d80cf75144c4628;p=deliverable%2Fbinutils-gdb.git Fix ARI warning. * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 12057a4d00..45985bf383 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-04-23 Joel Brobecker + + Fix ARI warning. + * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline. + 2010-04-20 Chris Moller PR 10179 diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index f7c5bf55eb..f61ac5d6fa 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