aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-nat.c
AgeCommit message (Collapse)AuthorFilesLines
2003-04-142003-04-08 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+1
* s390-nat.c: Include asm/types.h for addr_t.
2002-07-15From Gerhard Tonn <TON@de.ibm.com>:Andrew Cagney1-12/+26
* s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect instead of supply_register.
2001-11-06* s390-nat.c: #include "regcache.h", to get declaration forJim Blandy1-0/+1
`supply_register'. (The last change already added the dependency of s390-nat.o on regcache.h. Oops.)
2001-11-06* gdb/s390-nat.c (s390_register_u_addr): Pass proper arguments toJim Blandy1-4/+5
internal_error.
2001-11-01use xmalloc() and xfree().Andrew Cagney1-2/+2
2001-10-13S/390 31 & 64 bit target and GNU/Linux native support.Andrew Cagney1-0/+308
Contributed by D.J. Barrow <djbarrow@de.ibm.com> of IBM. * s390-nat.c, s390-tdep.c: New file. * config/s390/nm-linux.h, config/s390/s390.mh: New file. * config/s390/s390.mt, config/s390/s390x.mt: New file. * config/s390/tm-linux.h, config/s390/tm-s390.h: New file. * config/s390/xm-linux.h: New file. * NEWS: Update. * MAINTAINERS: Update.