Re-added with correct permissions
[deliverable/binutils-gdb.git] / gdb / arch-utils.h
index c2c339860a556f01600ec4130ffce77b926a78fd..bed207fb31ed4bb75e86ed535cf97e53d88e926d 100644 (file)
@@ -27,9 +27,6 @@ struct minimal_symbol;
 struct type;
 struct gdbarch_info;
 
-/* gdbarch trace variable */
-extern int gdbarch_debug;
-
 /* An implementation of gdbarch_displaced_step_copy_insn for
    processors that don't need to modify the instruction before
    single-stepping the displaced copy.
@@ -172,9 +169,6 @@ extern void default_gen_return_address (struct gdbarch *gdbarch,
 extern const char *default_auto_charset (void);
 extern const char *default_auto_wide_charset (void);
 
-extern enum target_signal default_target_signal_from_host (struct gdbarch *,
-                                                          int);
-extern int default_target_signal_to_host (struct gdbarch *,
-                                         enum target_signal);
-
+extern int default_return_in_first_hidden_param_p (struct gdbarch *,
+                                                  struct type *);
 #endif
This page took 0.024959 seconds and 4 git commands to generate.