projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29b7118
)
Do not allow BFD_ALIGN to wrap
author
Michael Meissner
<gnu@the-meissners.org>
Thu, 5 Feb 1998 19:38:28 +0000
(19:38 +0000)
committer
Michael Meissner
<gnu@the-meissners.org>
Thu, 5 Feb 1998 19:38:28 +0000
(19:38 +0000)
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index d2dab4897dd8a4c9656a0b413e630d96bc9ff785..9865767bcc7e2aed4cc8462cb3326212ea41c2ae 100644
(file)
--- 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>