diff options
author | Aleksandar Ristovski <aristovski@qnx.com> | 2009-06-12 02:32:10 +0000 |
---|---|---|
committer | Aleksandar Ristovski <aristovski@qnx.com> | 2009-06-12 02:32:10 +0000 |
commit | c59fcb4cd4df69ce229b21cff60d79d7ff10ea59 (patch) | |
tree | 361527ed55cf0d45265138a244d0c74b70dd050a /gdb/nto-tdep.h | |
parent | cabc9e9a238daeb3a75734f23a2f04d3260746f4 (diff) | |
download | binutils-gdb-c59fcb4cd4df69ce229b21cff60d79d7ff10ea59.tar.gz |
* 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.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/nto-tdep.h b/gdb/nto-tdep.h index ef3cce8c482..983fb6c47f0 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); |