summaryrefslogtreecommitdiff
path: root/gdb/s390-nat.c
Commit message (Collapse)AuthorAgeFilesLines
* * config/arm/linux.mt: Remove code protected by GDBSERVER define.Daniel Jacobowitz2003-06-201-7/+0
| | | | | | | | | | | | | | | | | | * config/arm/nm-linux.h: Likewise. * config/arm/tm-linux.h: Likewise. * config/ia64/nm-linux.h: Likewise. * config/ia64/tm-ia64.h: Likewise. * config/s390/tm-linux.h: Likewise. * config/s390/tm-s390.h: Likewise. * s390-nat.c: Likewise. * s390-tdep.c: Likewise. * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES. * config/ia64/linux.mt: Likewise. * config/m68k/linux.mh: Likewise. * config/mips/linux.mt: Likewise. * config/powerpc/linux.mh: Likewise. * config/sh/linux.mt: Likewise.
* * s390-nat.c (supply_gregset, fill_gregset): On the s390x, theJim Blandy2003-06-031-2/+42
| | | | | | elements of gregset_t are 64 bits each, but access registers are still 32 bits, so they're packed two per gregset_t element. Unpack/pack them properly.
* 2003-04-08 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-04-141-0/+1
| | | | * s390-nat.c: Include asm/types.h for addr_t.
* From Gerhard Tonn <TON@de.ibm.com>:Andrew Cagney2002-07-151-12/+26
| | | | | * s390-nat.c (fill_fpregset, fill_gregset): Use regcache_collect instead of supply_register.
* * s390-nat.c: #include "regcache.h", to get declaration forJim Blandy2001-11-061-0/+1
| | | | | `supply_register'. (The last change already added the dependency of s390-nat.o on regcache.h. Oops.)
* * gdb/s390-nat.c (s390_register_u_addr): Pass proper arguments toJim Blandy2001-11-061-4/+5
| | | | internal_error.
* use xmalloc() and xfree().Andrew Cagney2001-11-011-2/+2
|
* S/390 31 & 64 bit target and GNU/Linux native support.Andrew Cagney2001-10-131-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.