gdb/
[deliverable/binutils-gdb.git] / gdb / arm-symbian-tdep.c
index 7994a9cf6400267a51ccb4d094ba2400b6a0559e..cc4a784f2328544ad4cf3dcdea2a2fe20e49e393 100644 (file)
@@ -29,7 +29,7 @@
 /* If PC is in a DLL import stub, return the address of the `real'
    function belonging to the stub.  */
 
-CORE_ADDR
+static CORE_ADDR
 arm_symbian_skip_trampoline_code (struct frame_info *frame, CORE_ADDR pc)
 {
   struct gdbarch *gdbarch;
@@ -121,6 +121,9 @@ arm_symbian_osabi_sniffer (bfd *abfd)
   return GDB_OSABI_SYMBIAN;
 }
 
+/* -Wmissing-prototypes */
+extern initialize_file_ftype _initialize_arm_symbian_tdep;
+
 void
 _initialize_arm_symbian_tdep (void)
 {
This page took 0.023958 seconds and 4 git commands to generate.