aboutsummaryrefslogtreecommitdiff
path: root/gdb/nto-tdep.h
diff options
context:
space:
mode:
authorAleksandar Ristovski <aristovski@qnx.com>2009-06-12 02:32:10 +0000
committerAleksandar Ristovski <aristovski@qnx.com>2009-06-12 02:32:10 +0000
commitc59fcb4cd4df69ce229b21cff60d79d7ff10ea59 (patch)
tree361527ed55cf0d45265138a244d0c74b70dd050a /gdb/nto-tdep.h
parentcabc9e9a238daeb3a75734f23a2f04d3260746f4 (diff)
* nto-tdep.h (nto_generic_supply_gpregset)
(nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove. * nto-tdep.c (nto_generic_supply_gpregset) (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
Diffstat (limited to 'gdb/nto-tdep.h')
-rw-r--r--gdb/nto-tdep.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h
index ef3cce8c48..983fb6c47f 100644
--- a/gdb/nto-tdep.h
+++ b/gdb/nto-tdep.h
@@ -156,15 +156,6 @@ enum gdb_osabi nto_elf_osabi_sniffer (bfd *abfd);
void nto_initialize_signals (void);
-void nto_generic_supply_gpregset (const struct regset *, struct regcache *,
- int, const void *, size_t);
-
-void nto_generic_supply_fpregset (const struct regset *, struct regcache *,
- int, const void *, size_t);
-
-void nto_generic_supply_altregset (const struct regset *, struct regcache *,
- int, const void *, size_t);
-
/* Dummy function for initializing nto_target_ops on targets which do
not define a particular regset. */
void nto_dummy_supply_regset (struct regcache *regcache, char *regs);