Add pregenerated documentation for as(1) and ld(1)
This commit is contained in:
parent
4a3e081c7b
commit
bbb0fbde9a
1
contrib/binutils/bfd/doc/bfdver.texi
Normal file
1
contrib/binutils/bfd/doc/bfdver.texi
Normal file
@ -0,0 +1 @@
|
||||
@set VERSION "2.17.50 [FreeBSD] 2007-07-03"
|
13924
contrib/binutils/gas/doc/as.txt
Normal file
13924
contrib/binutils/gas/doc/as.txt
Normal file
File diff suppressed because it is too large
Load Diff
90
contrib/binutils/gas/doc/asconfig.texi
Normal file
90
contrib/binutils/gas/doc/asconfig.texi
Normal file
@ -0,0 +1,90 @@
|
||||
@c $FreeBSD: stable/10/gnu/usr.bin/binutils/doc/asconfig.texi 218822 2011-02-18 20:54:12Z dim $
|
||||
@c Copyright 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2002,
|
||||
@c 2003, 2005
|
||||
@c Free Software Foundation, Inc.
|
||||
@c This file is part of the documentation for the GAS manual
|
||||
|
||||
@c Configuration settings for all-inclusive version of manual
|
||||
|
||||
@c switches:------------------------------------------------------------
|
||||
@c Properties of the manual
|
||||
@c ========================
|
||||
@c Discuss all architectures?
|
||||
@clear ALL-ARCH
|
||||
@c A generic form of manual (not tailored to specific target)?
|
||||
@clear GENERIC
|
||||
@c Include text on assembler internals?
|
||||
@set INTERNALS
|
||||
@c Many object formats supported in this config?
|
||||
@clear MULTI-OBJ
|
||||
|
||||
@c Object formats of interest
|
||||
@c ==========================
|
||||
@clear AOUT
|
||||
@clear COFF
|
||||
@set ELF
|
||||
@clear SOM
|
||||
|
||||
@c CPUs of interest
|
||||
@c ================
|
||||
@clear ALPHA
|
||||
@clear ARC
|
||||
@set ARM
|
||||
@clear BFIN
|
||||
@clear CRIS
|
||||
@clear D10V
|
||||
@clear D30V
|
||||
@clear H8/300
|
||||
@clear HPPA
|
||||
@clear I370
|
||||
@set I80386
|
||||
@clear I860
|
||||
@clear I960
|
||||
@set IA64
|
||||
@clear IP2K
|
||||
@clear M32C
|
||||
@clear M32R
|
||||
@clear xc16x
|
||||
@clear M68HC11
|
||||
@clear M680X0
|
||||
@clear MCORE
|
||||
@set MIPS
|
||||
@clear MMIX
|
||||
@clear MS1
|
||||
@clear MSP430
|
||||
@clear PDP11
|
||||
@clear PJ
|
||||
@set PPC
|
||||
@clear SH
|
||||
@set SPARC
|
||||
@clear TIC54X
|
||||
@clear V850
|
||||
@clear VAX
|
||||
@clear XTENSA
|
||||
@clear Z80
|
||||
@clear Z8000
|
||||
|
||||
@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?
|
||||
@clear IEEEFLOAT
|
||||
|
||||
@c Is a word 32 bits, or 16?
|
||||
@set W32
|
||||
@clear W16
|
||||
|
||||
@c Do symbols have different characters than usual?
|
||||
@clear SPECIAL-SYMS
|
||||
|
||||
@c strings:------------------------------------------------------------
|
||||
@c Name of the assembler:
|
||||
@set AS as
|
||||
@c Name of C compiler:
|
||||
@set GCC gcc
|
||||
@c Name of linker:
|
||||
@set LD ld
|
||||
@c Text for target machine (best not used in generic case; but just in case...)
|
||||
@set TARGET machine specific
|
||||
@c Name of object format NOT SET in generic version
|
||||
@set OBJ-NAME ELF
|
25
contrib/binutils/ld/configdoc.texi
Normal file
25
contrib/binutils/ld/configdoc.texi
Normal file
@ -0,0 +1,25 @@
|
||||
@c ------------------------------ CONFIGURATION VARS:
|
||||
@c 1. Inclusiveness of this manual
|
||||
@set GENERIC
|
||||
|
||||
@c 2. Specific target machines
|
||||
@set ARM
|
||||
@set H8300
|
||||
@set HPPA
|
||||
@set I960
|
||||
@set M68HC11
|
||||
@set MMIX
|
||||
@set MSP430
|
||||
@set POWERPC
|
||||
@set POWERPC64
|
||||
@set Renesas
|
||||
@set SPU
|
||||
@set TICOFF
|
||||
@set WIN32
|
||||
@set XTENSA
|
||||
|
||||
@c 3. Properties of this configuration
|
||||
@clear SingleFormat
|
||||
@set UsesEnvVars
|
||||
@c ------------------------------ end CONFIGURATION VARS
|
||||
|
6564
contrib/binutils/ld/ld.txt
Normal file
6564
contrib/binutils/ld/ld.txt
Normal file
File diff suppressed because it is too large
Load Diff
@ -175,6 +175,8 @@
|
||||
..
|
||||
atm
|
||||
..
|
||||
binutils
|
||||
..
|
||||
legal
|
||||
intel_ipw
|
||||
..
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
SUBDIR= libiberty \
|
||||
SUBDIR= doc\
|
||||
libiberty \
|
||||
libbfd \
|
||||
libopcodes \
|
||||
libbinutils \
|
||||
|
12
gnu/usr.bin/binutils/doc/Makefile
Normal file
12
gnu/usr.bin/binutils/doc/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld
|
||||
|
||||
FILESGROUPS= TOP
|
||||
|
||||
TOPDIR= ${SHAREDIR}/doc/binutils
|
||||
TOP= as.txt ld.txt
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
x
Reference in New Issue
Block a user