aboutsummaryrefslogtreecommitdiff
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
commit5b4e28187ca02205dff642b160e10841d69db294 (patch)
tree43942ae53757969d2bd72db2ecac8ffc4055e1ec
parent5395a469da854abccaffc1c62fce59a0a3ed5bb1 (diff)
downloadfsf-binutils-gdb-5b4e28187ca02205dff642b160e10841d69db294.zip
fsf-binutils-gdb-5b4e28187ca02205dff642b160e10841d69db294.tar.gz
fsf-binutils-gdb-5b4e28187ca02205dff642b160e10841d69db294.tar.bz2
* config.bfd (hppa*-*-linux-gnu*): New target
-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 01b2748..8245731 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 c85142c..1bf9286 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)