mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 22:10:32 +00:00
* 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.
This commit is contained in:
parent
cabc9e9a23
commit
c59fcb4cd4
@ -1,3 +1,10 @@
|
||||
2009-06-11 Aleksandar Ristovski <aristovski@qnx.com>
|
||||
|
||||
* 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 <aristovski@qnx.com>
|
||||
|
||||
* i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user