This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: improve .align docs


This patch clarifies the behaviour for .align on PowerPC targets (it
slightly re-words the whole sentence, too).  Okay for mainline?

Cheers, Ben


2008-08-13  Ben Elliston  <bje@au.ibm.com>

        * doc/as.texinfo (Align): Document the PowerPC behaviour.

Index: as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.182
diff -u -p -r1.182 as.texinfo
--- as.texinfo  6 Aug 2008 15:42:15 -0000       1.182
+++ as.texinfo  13 Aug 2008 01:04:23 -0000
@@ -4022,7 +4022,7 @@ the location counter until it is a multi
 is already a multiple of 8, no change is needed.  For the tic54x, the
 first expression is the alignment request in words.
 
-For other systems, including the i386 using a.out format, and the arm and
+For other systems, including ppc, i386 using a.out format, arm and
 strongarm, it is the
 number of low-order zero bits the location counter must have after
 advancement.  For example @samp{.align 3} advances the location




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