aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-linux-nat.c
AgeCommit message (Collapse)AuthorFilesLines
2002-02-24s/Linux/.../Andrew Cagney1-2/+3
Fix PR gdb/378.
2001-11-17 * sparc-linux-nat.c (fill_gregset): Replace read_register_genDaniel Jacobowitz1-9/+9
with regcache_collect. (fill_fpregset): Likewise.
2001-11-17 * Makefile.in: Add mips-linux-nat.c, mips-linux-tdep.c,Daniel Jacobowitz1-0/+99
and sparc-linux-nat.c to ALLDEPFILES. Add dependencies. * config/sparc/linux.mh: Add sparc-linux-nat.o to NATDEPFILES. * sparc-linux-nat.c: New file, from Mark Kettenis.