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]

Re: [PATCH v2 RESEND] Document .Nbyte assembler directives


On 07/03/17 07:36, Alan Modra wrote:
I've committed this variant.  nios2 and pru also document these
directives, mentioning that they are unaligned, so I've left that
target specific doco in place.

diff --git a/gas/ChangeLog b/gas/ChangeLog
index f9af65d6..4153dbe 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2017-03-07  Tobin C. Harding  <me@tobin.cc>
+	    Alan Modra  <amodra@gmail.com>
+
+	* doc/as.texinfo (2byte, 4byte, 8byte): Document.
+	* doc/c-arm.texi (2byte, 4byte, 8byte): Omit if ELF.

With this patch I get now using makeinfo (GNU texinfo) 4.13:

make[4]: Entering directory `/build/git-build/b-binutils-git-powerpc-rtems4.12/gas/doc'
make[4]: Nothing to be done for `install-exec-am'.
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ for f in as.info as.info-[0-9] as.info-[0-9][0-9] as.i[0-9] as.i[0-9][0-9]; do \
    if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
  done; \
else :; fi && \
if makeinfo --split-size=5000000 --split-size=5000000 -I "/home/EB/sebastian_h/archive/binutils-git/gas/doc" -I "/home/EB/sebastian_h/archive/binutils-git/gas/../libiberty" -I "/home/EB/sebastian_h/archive/binutils-git/gas/../bfd/doc" -I ../../bfd/doc -I /home/EB/sebastian_h/archive/binutils-git/gas/doc \ -o as.info `test -f 'as.texinfo' || echo '/home/EB/sebastian_h/archive/binutils-git/gas/doc/'`as.texinfo; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./as.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7342: Node `2byte' requires a sectioning command (e.g., @unnumberedsubsec). /home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7352: Node `4byte' requires a sectioning command (e.g., @unnumberedsubsec). /home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7362: Node `8byte' requires a sectioning command (e.g., @unnumberedsubsec). /home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7374: Prev field of node `Deprecated' not pointed to. /home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7362: This node (8byte) has the bad Next. /home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7362: `8byte' has no Up field (perhaps incorrect sectioning?). /home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7352: `4byte' has no Up field (perhaps incorrect sectioning?). /home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7342: `2byte' has no Up field (perhaps incorrect sectioning?). /home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7330: Next field of node `Zero' not pointed to (perhaps incorrect sectioning?). /home/EB/sebastian_h/archive/binutils-git/gas/doc/as.texinfo:7342: This node (2byte) has the bad Prev. makeinfo: Removing output file `as.info' due to errors; use --force to preserve.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.


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