diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-04-20 22:58:13 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-04-20 22:58:13 +0000 |
commit | a6652b1c62131201431833aa719e3fa902cdc47c (patch) | |
tree | 4b497acab3c8e4e0f9e2ba9e4cd71eba5c1f45f5 /gas | |
parent | d924d209d3d7c9284c55cde6aa28da8394f5f36e (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |