This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

.align behavior in gas


In recent gas snapshots, it seems that for some i386 targets
(e.g. i386-mach, i386-gnu), gas interprets the .align directive
as a number of bytes; whereas for other targets (e.g. i386-linux)
it is interpreted as log2(nbytes).  Has this always been the case?
Are there any other directives that perform the same function but
have a consistent behavior?  (I looked at gas/read.c, but couldn't
find anything.)  If not, it would be very useful to have a new directive
called, say, '.balign' that always takes a number of bytes, and/or a new
directive called something like '.p2align' that always takes a power of
two.  (I don't care what it is, as long as it's consistent!)   This
should be trivial to do; just a matter of adding a new line or two
to read.c, right?

Thanks!

				Bryan
---
Bryan Ford	baford@cs.utah.edu	University of Utah, CSS
`finger baford@schirf.cs.utah.edu' for PGP key and other info.