aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1998-02-05 19:38:28 +0000
committerMichael Meissner <gnu@the-meissners.org>1998-02-05 19:38:28 +0000
commitb494ec3e8168b9a26abea57d6c1e90a431910067 (patch)
tree50ae1ad3f1ec6e1b2a767067899291bbd17e1b3b /bfd
parent29b7118aec42737536c9e593208d7968c1220fe8 (diff)
downloadbinutils-b494ec3e8168b9a26abea57d6c1e90a431910067.zip
binutils-b494ec3e8168b9a26abea57d6c1e90a431910067.tar.gz
binutils-b494ec3e8168b9a26abea57d6c1e90a431910067.tar.bz2
Do not allow BFD_ALIGN to wrap
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d2dab48..9865767 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,7 +1,8 @@
Thu Feb 5 14:21:34 1998 Michael Meissner <meissner@cygnus.com>
- * libbfd.h (BFD_ALIGN): If rounding up would cause the address to
- wrap, just return all 1's bits instead.
+ * libbfd-in.h (BFD_ALIGN): If rounding up would cause the address
+ to wrap, just return all 1's bits instead.
+ * libbfd.h: Regenerate.
Thu Feb 5 11:51:05 1998 Ian Lance Taylor <ian@cygnus.com>