aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-08-20 08:26:35 +0000
committerNick Clifton <nickc@redhat.com>2007-08-20 08:26:35 +0000
commit75ea27361921613b07803462ad3fd9f70196bea4 (patch)
treeb105354dd2b4669630ab575fc46a1a6417a75233 /bfd/ChangeLog
parent80a62b542ea40a6e8f1338e352a38311d4a24602 (diff)
downloadgdb-75ea27361921613b07803462ad3fd9f70196bea4.zip
gdb-75ea27361921613b07803462ad3fd9f70196bea4.tar.gz
gdb-75ea27361921613b07803462ad3fd9f70196bea4.tar.bz2
* elflink.c (elf_fixup_link_order): Rewrite conversion of s->alignment_power
into an offset mask in order to avoid a gcc error message.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 73206a1..1ac3321 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2007-08-20 Nick Clifton <nickc@redhat.com>
+
+ * elflink.c (elf_fixup_link_order): Rewrite conversion of
+ s->alignment_power into an offset mask in order to avoid a gcc
+ error message.
+
2007-08-17 Jakub Jelinek <jakub@redhat.com>
* config.bfd: Handle sparcv*-*-linux-* the same as sparc-*-linux-*.