aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-04-14 18:09:12 +0000
committerStan Shebs <shebs@codesourcery.com>1994-04-14 18:09:12 +0000
commit1a000744e69640482b0dea4f153fcee77305ff5f (patch)
tree7361945b8fbd0b490528bd0aa377bc76c0235a48 /bfd
parent2f06dd5c7582db776c94dc4642b7e8db17763667 (diff)
downloadfsf-binutils-gdb-1a000744e69640482b0dea4f153fcee77305ff5f.zip
fsf-binutils-gdb-1a000744e69640482b0dea4f153fcee77305ff5f.tar.gz
fsf-binutils-gdb-1a000744e69640482b0dea4f153fcee77305ff5f.tar.bz2
Wed Apr 13 11:50:07 1994 Stan Shebs (shebs@andros.cygnus.com)
* coff-sparc.c (sparccoff_vec): Set minimum alignment power to 3.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/coff-sparc.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c0d641b..d15cd7e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -27,6 +27,10 @@ Thu Apr 14 13:05:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
and BFD_RELOC_PCREL_LO16.
* bfd-in2.h: Rebuilt.
+Wed Apr 13 11:50:07 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * coff-sparc.c (sparccoff_vec): Set minimum alignment power to 3.
+
Tue Apr 12 13:36:20 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* som.c (som_write_fixups): Always emit at least
diff --git a/bfd/coff-sparc.c b/bfd/coff-sparc.c
index 568f66b..e1c3f3d 100644
--- a/bfd/coff-sparc.c
+++ b/bfd/coff-sparc.c
@@ -231,7 +231,7 @@ bfd_target
'/', /* ar_pad_char */
15, /* ar_max_namelen */
- 2, /* minimum alignment power */
+ 3, /* minimum alignment power */
bfd_getb64, bfd_getb_signed_64, bfd_putb64,
bfd_getb32, bfd_getb_signed_32, bfd_putb32,
bfd_getb16, bfd_getb_signed_16, bfd_putb16, /* data */