2004-04-24 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Thu, 29 Apr 2004 03:36:50 +0000 (03:36 +0000)
committerRandolph Chung <tausq@debian.org>
Thu, 29 Apr 2004 03:36:50 +0000 (03:36 +0000)
commit50306a9d6e841ab553686e8d5fdff834238ba7f1
treec5a0d431e1112649dbdfef0fd871b41857912ce7
parent2a6228efce9502933c5f9f1ab1e74d90da7466ee
2004-04-24  Randolph Chung  <tausq@debian.org>

* configure.host (hppa*-*-linux*): New target.
* configure.tgt (hppa*-*-linux*): Likewise.
* hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
gdbarch_init_osabi() call earlier so that osabi-specific frame
unwinders can be registered first.
* config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
hppa-linux-nat.c.
* config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
(PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
* config/pa/linux.mh: New file.
* config/pa/linux.mt: New file.
* config/pa/nm-linux.h: New file.
* config/pa/xm-linux.h: New file.
* hppa-linux-nat.c: New file.
* hppa-linux-tdep.c: New file.
12 files changed:
gdb/ChangeLog
gdb/config/djgpp/fnchange.lst
gdb/config/pa/linux.mh [new file with mode: 0644]
gdb/config/pa/linux.mt [new file with mode: 0644]
gdb/config/pa/nm-linux.h [new file with mode: 0644]
gdb/config/pa/tm-hppa.h
gdb/config/pa/xm-linux.h [new file with mode: 0644]
gdb/configure.host
gdb/configure.tgt
gdb/hppa-linux-nat.c [new file with mode: 0644]
gdb/hppa-linux-tdep.c [new file with mode: 0644]
gdb/hppa-tdep.c
This page took 0.04064 seconds and 4 git commands to generate.