diff options
author | Randolph Chung <tausq@debian.org> | 2004-04-29 03:36:50 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-04-29 03:36:50 +0000 |
commit | 50306a9d6e841ab553686e8d5fdff834238ba7f1 (patch) | |
tree | c5a0d431e1112649dbdfef0fd871b41857912ce7 /gdb/configure.tgt | |
parent | 2a6228efce9502933c5f9f1ab1e74d90da7466ee (diff) | |
download | gdb-50306a9d6e841ab553686e8d5fdff834238ba7f1.zip gdb-50306a9d6e841ab553686e8d5fdff834238ba7f1.tar.gz gdb-50306a9d6e841ab553686e8d5fdff834238ba7f1.tar.bz2 |
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.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index aee9c7d..646b258 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -74,6 +74,7 @@ frv-*-*) gdb_target=frv ;; hppa*64*-*-hpux11*) gdb_target=hppa64 ;; hppa*-*-hpux*) gdb_target=hppahpux ;; hppa*-*-hiux*) gdb_target=hppahpux ;; +hppa*-*-linux*) gdb_target=linux ;; hppa*-*-*) gdb_target=hppa ;; i[34567]86-ncr-*) gdb_target=ncr3000 ;; |