aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-08-10 18:51:53 +0000
committerJeff Law <law@redhat.com>1999-08-10 18:51:53 +0000
commitfc91f6585b08c2d55317f868d0a1437c1f69b9b9 (patch)
tree54c596b001ee698727fbff4b7af2f96140bfaab8 /bfd/ChangeLog
parent9c492adce5bb8cf1422878cfd5e294fabed9b2b9 (diff)
downloadgdb-fc91f6585b08c2d55317f868d0a1437c1f69b9b9.zip
gdb-fc91f6585b08c2d55317f868d0a1437c1f69b9b9.tar.gz
gdb-fc91f6585b08c2d55317f868d0a1437c1f69b9b9.tar.bz2
* elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
R_HPPA_SEGBASE and R_HPPA_SEGREL32. * cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info list.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b1f6a39..228e30d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+Tue Aug 10 12:48:09 1999 Jeffrey A Law (law@cygnus.com)
+
+ * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Handle
+ R_HPPA_SEGBASE and R_HPPA_SEGREL32.
+ * cpu-hppa.c (bfd_hppa20w_arch): New entry in architecture info
+ list.
+
Tue Aug 10 00:34:29 1999 Mark P. Mitchell <mark@codesourcery.com>
Ralf Baechle <ralf@uni-koblenz.de>