aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-04-20 22:58:13 +0000
committerKen Raeburn <raeburn@cygnus>1994-04-20 22:58:13 +0000
commita6652b1c62131201431833aa719e3fa902cdc47c (patch)
tree4b497acab3c8e4e0f9e2ba9e4cd71eba5c1f45f5 /gas
parentd924d209d3d7c9284c55cde6aa28da8394f5f36e (diff)
downloadgdb-a6652b1c62131201431833aa719e3fa902cdc47c.zip
gdb-a6652b1c62131201431833aa719e3fa902cdc47c.tar.gz
gdb-a6652b1c62131201431833aa719e3fa902cdc47c.tar.bz2
* config/tc-sparc.c (md_section_align): Always round up to multiple of
alignment power specified in bfd target vector.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 44ea52d..609c6a4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,4 +1,7 @@
-Tue Apr 19 20:27:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+Wed Apr 20 18:46:14 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * config/tc-sparc.c (md_section_align): Always round up to
+ multiple of alignment power specified in bfd target vector.
* gasp.c: Include ctype.h.