aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-10-07 21:46:12 +0000
committerKen Raeburn <raeburn@cygnus>1993-10-07 21:46:12 +0000
commitfb32909add6f1c2bfac2133d41ff1f399bc40207 (patch)
tree71462aedd99f37401ecee5c45353867e15282af3 /bfd/ChangeLog
parentfd32a1ddc0ab08ab71b6c24e4940d5d2cecccf33 (diff)
downloadgdb-fb32909add6f1c2bfac2133d41ff1f399bc40207.zip
gdb-fb32909add6f1c2bfac2133d41ff1f399bc40207.tar.gz
gdb-fb32909add6f1c2bfac2133d41ff1f399bc40207.tar.bz2
* aoutx.h (howto_table_std): Correct the "size" field in some entries.
* reloc.c (reloc_howto_type): Change documentation to dispel any notion that the "size" field is a power-of-two indicator.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 78d05b7..b7298b8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 7 17:34:07 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * aoutx.h (howto_table_std): Correct the "size" field in some
+ entries.
+
+ * reloc.c (reloc_howto_type): Change documentation to dispel any
+ notion that the "size" field is a power-of-two indicator.
+
Thu Oct 7 10:50:38 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
* coffswap.h: (bfd_swap_reloc_in): a symndx is signed.