Fix ARI warning.
authorJoel Brobecker <brobecker@gnat.com>
Fri, 23 Apr 2010 12:36:05 +0000 (12:36 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 23 Apr 2010 12:36:05 +0000 (12:36 +0000)
        * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.

gdb/ChangeLog
gdb/ppc-linux-nat.c

index 12057a4d00357c35d83bfd56c99b87551404e116..45985bf3839642f3f68fe334d10b0abe44927b9c 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-23  Joel Brobecker  <brobecker@adacore.com>
+
+       Fix ARI warning.
+       * ppc-linux-nat.c (booke_cmp_hw_point): Do not mark inline.
+
 2010-04-20  Chris Moller  <cmoller@redhat.com>
 
        PR 10179
index f7c5bf55eb0b131a545ce1c8f2a0225d56b0c6ce..f61ac5d6fa7da46830aaef15f7d4ffba57c3e2cb 100644 (file)
@@ -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
This page took 0.028286 seconds and 4 git commands to generate.