From owner-svn-src-projects@FreeBSD.ORG Mon Nov 1 19:47:04 2010 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 122951065670; Mon, 1 Nov 2010 19:47:04 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DAA398FC08; Mon, 1 Nov 2010 19:47:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oA1Jl3uY085286; Mon, 1 Nov 2010 19:47:03 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oA1Jl35M085283; Mon, 1 Nov 2010 19:47:03 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201011011947.oA1Jl35M085283@svn.freebsd.org> From: Dimitry Andric Date: Mon, 1 Nov 2010 19:47:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r214643 - projects/binutils-2.17/gnu/usr.bin/binutils/doc X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2010 19:47:04 -0000 Author: dim Date: Mon Nov 1 19:47:03 2010 New Revision: 214643 URL: http://svn.freebsd.org/changeset/base/214643 Log: Update doc Makefile and texinfo config file. Modified: projects/binutils-2.17/gnu/usr.bin/binutils/doc/Makefile projects/binutils-2.17/gnu/usr.bin/binutils/doc/asconfig.texi Modified: projects/binutils-2.17/gnu/usr.bin/binutils/doc/Makefile ============================================================================== --- projects/binutils-2.17/gnu/usr.bin/binutils/doc/Makefile Mon Nov 1 19:46:18 2010 (r214642) +++ projects/binutils-2.17/gnu/usr.bin/binutils/doc/Makefile Mon Nov 1 19:47:03 2010 (r214643) @@ -14,9 +14,9 @@ MAKEINFOFLAGS+= --no-validate MAKEINFOFLAGS+= -I ${SRCDIR}/libiberty MAKEINFOFLAGS+= -I ${SRCDIR}/bfd/doc -CLEANFILES= configdoc.texi config.texi gasver.texi ldver.texi +CLEANFILES= bfdver.texi configdoc.texi config.texi gasver.texi ldver.texi -as.info: as.texinfo asconfig.texi c-i386.texi gasver.texi +as.info: as.texinfo asconfig.texi bfdver.texi c-i386.texi gasver.texi ld.info: ld.texinfo bfdsumm.texi ldver.texi configdoc.texi configdoc.texi: gen-doc.texi @@ -25,7 +25,7 @@ configdoc.texi: gen-doc.texi .PATH: ${SRCDIR}/binutils/doc binutils.info: binutils.texi config.texi -config.texi gasver.texi ldver.texi: +bfdver.texi config.texi gasver.texi ldver.texi: echo "@set VERSION ${VERSION}" > ${.TARGET} .include Modified: projects/binutils-2.17/gnu/usr.bin/binutils/doc/asconfig.texi ============================================================================== --- projects/binutils-2.17/gnu/usr.bin/binutils/doc/asconfig.texi Mon Nov 1 19:46:18 2010 (r214642) +++ projects/binutils-2.17/gnu/usr.bin/binutils/doc/asconfig.texi Mon Nov 1 19:47:03 2010 (r214643) @@ -63,11 +63,11 @@ @clear Z80 @clear Z8000 -@c Does this version of the assembler use the difference-table kluge? +@c Does this version of the assembler use the difference-table kludge? @clear DIFF-TBL-KLUGE @c Do all machines described use IEEE floating point? -@set IEEEFLOAT +@clear IEEEFLOAT @c Is a word 32 bits, or 16? @set W32 @@ -84,6 +84,6 @@ @c Name of linker: @set LD ld @c Text for target machine (best not used in generic case; but just in case...) -@set TARGET i386 -@c Name of object format (NOT SET in generic version) +@set TARGET machine specific +@c Name of object format NOT SET in generic version @set OBJ-NAME ELF