diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-10-06 00:54:53 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-10-06 00:54:53 +0000 |
commit | d89861c7c4c183d0ff166e8b8e2aeccbf3e1e321 (patch) | |
tree | 60456a9628814ed25119b7494f526059a32d2792 /gas | |
parent | 398f584f64021b362462a308c37db2e852c5ebd1 (diff) | |
download | gdb-d89861c7c4c183d0ff166e8b8e2aeccbf3e1e321.zip gdb-d89861c7c4c183d0ff166e8b8e2aeccbf3e1e321.tar.gz gdb-d89861c7c4c183d0ff166e8b8e2aeccbf3e1e321.tar.bz2 |
* config/tc-alpha.c (alpha_align): Only fill with a no-op pattern if alignment
stricter than 4 bytes is requested; in that case, align to a 4-byte boundary
first.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0e56581..bc1de69 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 5 20:17:30 1995 Ken Raeburn <raeburn@cygnus.com> + + * config/tc-alpha.c (alpha_align): Only fill with a no-op pattern + if alignment stricter than 4 bytes is requested; in that case, + align to a 4-byte boundary first. + Wed Oct 4 16:17:02 1995 Kim Knuttila <krk@cygnus.com> * config/tc-ppc.c (parse_toc_entry): New function to parse [toc] |