diff options
author | Joel Brobecker <brobecker@gnat.com> | 2010-04-23 12:36:05 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2010-04-23 12:36:05 +0000 |
commit | e4166a49ea402e8ec97329268d80cf75144c4628 (patch) | |
tree | 685ab603712dc39e21c6ddfd4e5fae2b5bfe05e9 /gdb/ppc-linux-nat.c | |
parent | 8bd10a10b3917698e13bb1101d13c93d8c1db3a1 (diff) | |
download | binutils-e4166a49ea402e8ec97329268d80cf75144c4628.zip binutils-e4166a49ea402e8ec97329268d80cf75144c4628.tar.gz binutils-e4166a49ea402e8ec97329268d80cf75144c4628.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index f7c5bf5..f61ac5d 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 |