aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-04-20 22:44:52 +0000
committerKen Raeburn <raeburn@cygnus>1994-04-20 22:44:52 +0000
commit4a5bfdbc733ab4433b7dc44ca8ace43ffca338d1 (patch)
tree87730b8cbc60a8cf7aa7a85eb8c91e9d9b7a6452 /bfd
parent71363c410e9988e74aba0879de13d181a1acca7a (diff)
downloadfsf-binutils-gdb-4a5bfdbc733ab4433b7dc44ca8ace43ffca338d1.zip
fsf-binutils-gdb-4a5bfdbc733ab4433b7dc44ca8ace43ffca338d1.tar.gz
fsf-binutils-gdb-4a5bfdbc733ab4433b7dc44ca8ace43ffca338d1.tar.bz2
* coff-sparc.c (sparccoff_vec): Change minimum alignment power to 2, so that
stab sections can be multiples of 4 bytes only.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0924525..51c9156 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Wed Apr 20 16:45:51 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+ * coff-sparc.c (sparccoff_vec): Change minimum alignment power to
+ 2, so that stab sections can be multiples of 4 bytes only.
+
* hosts/i386aix.h: Changes to avoid prototypes conflicts with the
ones defined in stdlib.h. (From Minh Tran-Le.)