gold: Add sparc IFUNC support to Gold.
[deliverable/binutils-gdb.git] / gdb / remote-sim.c
index ee73cce47c5285bbe327955faa3676af9a27328c..75a7941cb33a280b2df3e78ff395d3db70c1361e 100644 (file)
@@ -1239,7 +1239,7 @@ gdbsim_pid_to_str (struct target_ops *ops, ptid_t ptid)
 
 /* Simulator memory may be accessed after the program has been loaded.  */
 
-int
+static int
 gdbsim_has_all_memory (struct target_ops *ops)
 {
   struct sim_inferior_data *sim_data
@@ -1251,7 +1251,7 @@ gdbsim_has_all_memory (struct target_ops *ops)
   return 1;
 }
 
-int
+static int
 gdbsim_has_memory (struct target_ops *ops)
 {
   struct sim_inferior_data *sim_data
This page took 0.024283 seconds and 4 git commands to generate.