daily update
[deliverable/binutils-gdb.git] / gdb / i386-linux-tdep.c
index bfb0e1c70718681bee8800e81d2ecfc0d970eb41..8475d7a8e1062e36064e84a1023edc38f7c9d74a 100644 (file)
@@ -459,10 +459,10 @@ i386_linux_intx80_sysenter_syscall_record (struct regcache *regcache)
 #define I386_LINUX_xstate      270
 #define I386_LINUX_frame_size  732
 
-int
+static int
 i386_linux_record_signal (struct gdbarch *gdbarch,
                           struct regcache *regcache,
-                          enum target_signal signal)
+                          enum gdb_signal signal)
 {
   ULONGEST esp;
 
@@ -682,7 +682,7 @@ i386_linux_core_read_description (struct gdbarch *gdbarch,
    which does not seem worth it.  The same effect is achieved by patching that
    'nop' instruction there instead.  */
 
-struct displaced_step_closure *
+static struct displaced_step_closure *
 i386_linux_displaced_step_copy_insn (struct gdbarch *gdbarch,
                                     CORE_ADDR from, CORE_ADDR to,
                                     struct regcache *regs)
This page took 0.024535 seconds and 4 git commands to generate.