diff options
author | Aleksandar Ristovski <aristovski@qnx.com> | 2009-06-12 02:32:09 +0000 |
---|---|---|
committer | Aleksandar Ristovski <aristovski@qnx.com> | 2009-06-12 02:32:09 +0000 |
commit | 670f24233bbc15fb62dee9c2267c0f22cd03fa71 (patch) | |
tree | 8d4c24ba044a859bd4917e79d8370a2ad9526c42 /gdb/nto-tdep.h | |
parent | 4688c31093f8962806654ccd6cd187f76449ded2 (diff) | |
download | gdb-670f24233bbc15fb62dee9c2267c0f22cd03fa71.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); |