Remove stray debugging statement and move prototypes so arm-linux-tdep.c
[deliverable/binutils-gdb.git] / gdb / arm-linux-tdep.c
index 0e4c370ebfdc7b443fbf28af87fd46127116f4a8..f50f7121f49ddcc7f2929f67993a5ae94afb0d30 100644 (file)
 #include "symfile.h"
 #include "objfiles.h"
 
-/* FIXME: Put in common header file shared between arm-tdep.c and
-   arm-linux-tdep.c */
-int arm_pc_is_thumb (CORE_ADDR memaddr);
-
 #ifdef GET_LONGJMP_TARGET
 
 /* Figure out where the longjmp will land.  We expect that we have
@@ -431,10 +427,9 @@ arm_linux_skip_solib_resolver (CORE_ADDR pc)
 
   /* Plug in functions for other kinds of resolvers here.  */
   result = skip_hurd_resolver (pc);
-  printf ("Result = 0x%08lx\n", result);
+
   if (result)
     return result;
-
   
   return 0;
 }
This page took 0.023596 seconds and 4 git commands to generate.