summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-07-08 11:33:37 +0000
committerJeff Law <law@redhat.com>1999-07-08 11:33:37 +0000
commit506b17bad53585938e50386a920943470b054469 (patch)
tree642e10ff91e1dbbc898a8cf1fcffd8e201473174 /bfd
parent9197987459757fc7736d43a96cfca76f3c2ba94e (diff)
downloadgdb-506b17bad53585938e50386a920943470b054469.tar.gz
* config.bfd (hppa*-*-linux-gnu*): New target
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/config.bfd2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 01b27485c97..8245731993b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * config.bfd (hppa*-*-linux-gnu*): New target
+
1999-07-07 Mark Mitchell <mark@codesourcery.com>
* elf-bfd.h (_bfd_mips_elf_section_from_shdr): Constify.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index c85142cd7ff..1bf9286a68f 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -193,7 +193,7 @@ case "${targ}" in
targ_underscore=yes
;;
- hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-sysv4* | hppa*-*-rtems*)
+ hppa*-*-*elf* | hppa*-*-linux-gnu* | hppa*-*-lites* | hppa*-*-sysv4* | hppa*-*-rtems*)
targ_defvec=bfd_elf32_hppa_vec
;;
#if defined (HOST_HPPAHPUX) || defined (HOST_HPPABSD) || defined (HOST_HPPAOSF) || defined (HOST_HPPAMPEIX)