diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-08-18 16:09:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-08-18 16:09:04 +0000 |
commit | 61d8d407cd6459f2b790e91b5e244440a3015786 (patch) | |
tree | a780fcec5901d85ad05928fa639841f17d4842e6 /gdb/configure.tgt | |
parent | 0c52bd593a665a1301083a57d69df9c8a357a2c1 (diff) | |
download | gdb-61d8d407cd6459f2b790e91b5e244440a3015786.zip gdb-61d8d407cd6459f2b790e91b5e244440a3015786.tar.gz gdb-61d8d407cd6459f2b790e91b5e244440a3015786.tar.bz2 |
2002-08-18 Andrew Cagney <ac131313@redhat.com>
* config/pa/tm-hppa.h (hppa_store_return_value): Declare.
(hppa_value_returned_from_stack): Declare.
(hppa_extract_return_value): Declare.
* config/pa/hppa.mt: New file.
* configure.tgt: Recognize hppa*-*-*.
* MAINTAINERS: Change HPPA target to hppa-elf. Still broken.
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 999e2c8..8c9c741 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -83,6 +83,7 @@ hppa*64*-*-hpux11*) gdb_target=hppa64 ;; hppa*-*-hpux*) gdb_target=hppahpux ;; hppa*-*-hiux*) gdb_target=hppahpux ;; hppa*-*-osf*) gdb_target=hppaosf ;; +hppa*-*-*) gdb_target=hppa ;; i[3456]86-sequent-bsd*) gdb_target=symmetry ;; i[3456]86-sequent-sysv4*) gdb_target=ptx4 ;; |