aboutsummaryrefslogtreecommitdiff
path: root/gdb/nto-tdep.h
diff options
context:
space:
mode:
authorKris Warkentin <kewarken@qnx.com>2003-05-06 16:47:47 +0000
committerKris Warkentin <kewarken@qnx.com>2003-05-06 16:47:47 +0000
commit47979a4b15b56d6aea5fd872d02dbe9acfeea7f9 (patch)
tree016b185d36adb9facdd953ba28a8901bd826a5a7 /gdb/nto-tdep.h
parentc2967539ef59d9e11b5b15f7eb630555d64da887 (diff)
downloadfsf-binutils-gdb-47979a4b15b56d6aea5fd872d02dbe9acfeea7f9.zip
fsf-binutils-gdb-47979a4b15b56d6aea5fd872d02dbe9acfeea7f9.tar.gz
fsf-binutils-gdb-47979a4b15b56d6aea5fd872d02dbe9acfeea7f9.tar.bz2
Fixed some ARI hits
Diffstat (limited to 'gdb/nto-tdep.h')
-rw-r--r--gdb/nto-tdep.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h
index ac6f628..e22e8fd 100644
--- a/gdb/nto-tdep.h
+++ b/gdb/nto-tdep.h
@@ -29,23 +29,22 @@
/* Generic functions in nto-tdep.c. */
-extern void nto_init_solib_absolute_prefix PARAMS ((void));
+extern void nto_init_solib_absolute_prefix (void);
-char **nto_parse_redirection
-PARAMS ((char *start_argv[], char **in, char **out, char **err));
+char **nto_parse_redirection (char *start_argv[], char **in,
+ char **out, char **err);
-int proc_iterate_over_mappings PARAMS ((int (*func) (int, CORE_ADDR)));
+int proc_iterate_over_mappings (int (*func) (int, CORE_ADDR));
-void nto_relocate_section_addresses
-PARAMS ((struct so_list *, struct section_table *));
+void nto_relocate_section_addresses (struct so_list *, struct section_table *);
-int nto_map_arch_to_cputype PARAMS ((const char *));
+int nto_map_arch_to_cputype (const char *);
-int nto_find_and_open_solib PARAMS ((char *, unsigned, char **));
+int nto_find_and_open_solib (char *, unsigned, char **);
/* Dummy function for initializing nto_target_ops on targets which do
not define a particular regset. */
-void nto_dummy_supply_regset PARAMS ((char *regs));
+void nto_dummy_supply_regset (char *regs);
/* Target operations defined for Neutrino targets (<target>-nto-tdep.c). */