diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-04-26 20:02:18 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-04-26 20:02:18 +0000 |
commit | 931a8fab1b43ccf65c169feeea6001294b55e86a (patch) | |
tree | 8239904b1a7fbb2d21a639480fe3f31a54a2957c /gas/ChangeLog | |
parent | 094a7e43924acee8758d8994fd4d3e54e0bee8e8 (diff) | |
download | gdb-931a8fab1b43ccf65c169feeea6001294b55e86a.zip gdb-931a8fab1b43ccf65c169feeea6001294b55e86a.tar.gz gdb-931a8fab1b43ccf65c169feeea6001294b55e86a.tar.bz2 |
Support for more portable alignment handling in assembly code, based on patches
from Bryan Ford <baford@schirf.cs.utah.edu>:
* read.c (potable): Added balign and p2align, for aligning by bytes or powers
of two independent of what ".align" does for a given target.
* doc/as.texinfo: Document them.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 59469c3..93c2f5d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Wed Apr 26 15:54:10 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + Support for more portable alignment handling in assembly code, + based on patches from Bryan Ford <baford@schirf.cs.utah.edu>: + * read.c (potable): Added balign and p2align, for aligning by + bytes or powers of two independent of what ".align" does for a + given target. + * doc/as.texinfo: Document them. + Tue Apr 25 11:12:04 1995 Rob Savoye <rob@thepub.cygnus.com> * configure, configure.in: Look for m68k-*-vxworks* rather than |