diff options
author | Jeff Law <law@redhat.com> | 2000-05-18 16:48:14 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-05-18 16:48:14 +0000 |
commit | 0b76fe778f3b9042b47a9974a4a6c84cebd42f8e (patch) | |
tree | 290ef49c131586e0ade3b6a61b0c0cc16afc2eb1 /ld | |
parent | 53f07fe99f6edbad8aad182cba252f99e5a45c4b (diff) | |
download | gdb-0b76fe778f3b9042b47a9974a4a6c84cebd42f8e.zip gdb-0b76fe778f3b9042b47a9974a4a6c84cebd42f8e.tar.gz gdb-0b76fe778f3b9042b47a9974a4a6c84cebd42f8e.tar.bz2 |
* configure.tgt (hppa*64*-*-*): Enable PA64 target.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/configure.tgt | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5465848..60d6eca 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Thu May 18 10:47:57 2000 Jeffrey A Law (law@cygnus.com) + + * configure.tgt (hppa*64*-*-*): Enable PA64 target. + 2000-05-17 S. Bharadwaj Yadavalli <sby@scrugs.lkg.dec.com> Rick Gorton <gorton@scrugs.lkg.dec.com> diff --git a/ld/configure.tgt b/ld/configure.tgt index 7d8f146..b567b87 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -203,7 +203,7 @@ m68*-hp*-netbsd*) targ_emul=m68k4knbsd ;; m68*-*-netbsd*) targ_emul=m68knbsd ;; m68*-*-psos*) targ_emul=m68kpsos ;; m68*-*-rtems*) targ_emul=m68kcoff ;; -#hppa*w*-*) targ_emul=elf64hppa ;; +hppa*64*-*) targ_emul=elf64hppa ;; hppa*-*-*elf*) targ_emul=hppaelf ;; hppa*-*-linux-gnu*) targ_emul=hppaelf ;; hppa*-*-lites*) targ_emul=hppaelf ;; |