diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f659711c09..5cb11f01fc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2009-06-11 Aleksandar Ristovski + + * 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. + 2009-06-11 Aleksandar Ristovski * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define. diff --git a/gdb/nto-tdep.c b/gdb/nto-tdep.c index b4f1bdeb67..005527cbbb 100644 --- a/gdb/nto-tdep.c +++ b/gdb/nto-tdep.c @@ -327,27 +327,6 @@ nto_in_dynsym_resolve_code (CORE_ADDR pc) return 0; } -void -nto_generic_supply_gpregset (const struct regset *regset, - struct regcache *regcache, int regnum, - const void *gregs, size_t len) -{ -} - -void -nto_generic_supply_fpregset (const struct regset *regset, - struct regcache *regcache, int regnum, - const void *fpregs, size_t len) -{ -} - -void -nto_generic_supply_altregset (const struct regset *regset, - struct regcache *regcache, int regnum, - const void *altregs, size_t len) -{ -} - void nto_dummy_supply_regset (struct regcache *regcache, char *regs) { 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);