diff options
author | dim <dim@FreeBSD.org> | 2010-11-11 23:45:19 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-11-11 23:45:19 +0000 |
commit | 872d2c10e7bd1a3d795734eb3f467f710fbff4ea (patch) | |
tree | c4e52bc95637b73d355c0803e39a28386167ff52 /gnu/usr.bin/binutils/gasp | |
parent | 4a9a1d63b991b6579a640b9312ee1985525911b0 (diff) | |
download | FreeBSD-src-872d2c10e7bd1a3d795734eb3f467f710fbff4ea.zip FreeBSD-src-872d2c10e7bd1a3d795734eb3f467f710fbff4ea.tar.gz |
Garbage collect gnu/usr.bin/binutils/{gasp,gdb,gdbreplay}, as these have
not been connected to the build for more than 6 years.
Obtained from: projects/binutils-2.17
Diffstat (limited to 'gnu/usr.bin/binutils/gasp')
-rw-r--r-- | gnu/usr.bin/binutils/gasp/Makefile | 21 | ||||
-rw-r--r-- | gnu/usr.bin/binutils/gasp/gasp.1 | 115 |
2 files changed, 0 insertions, 136 deletions
diff --git a/gnu/usr.bin/binutils/gasp/Makefile b/gnu/usr.bin/binutils/gasp/Makefile deleted file mode 100644 index 51ea9d9..0000000 --- a/gnu/usr.bin/binutils/gasp/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $FreeBSD$ - -.include "../Makefile.inc0" - -.PATH: ${SRCDIR}/gas - -PROG= gasp -SRCS+= gasp.c macro.c sb.c hash.c xregex.h -WARNS?= 2 -CFLAGS+= -DBFD_ASSEMBLER -CFLAGS+= -I${.CURDIR}/../as/${TARGET_ARCH}-freebsd -I${.CURDIR}/../as -CFLAGS+= -I${.CURDIR} -CFLAGS+= -I${SRCDIR} -I${SRCDIR}/gas -I${SRCDIR}/gas/config -DPADD= ${RELTOP}/libiberty/libiberty.a -LDADD= ${DPADD} -CLEANFILES= xregex.h - -xregex.h: - @echo '#include <regex.h>' >${.TARGET} - -.include <bsd.prog.mk> diff --git a/gnu/usr.bin/binutils/gasp/gasp.1 b/gnu/usr.bin/binutils/gasp/gasp.1 deleted file mode 100644 index 5aaff9a..0000000 --- a/gnu/usr.bin/binutils/gasp/gasp.1 +++ /dev/null @@ -1,115 +0,0 @@ -.\" Copyright (c) 1999 -.\" The Regents of the University of California. All rights reserved. -.\" and David E. O'Brien -.\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. -.\" 3. Neither the name of the University nor the names of its contributors -.\" may be used to endorse or promote products derived from this software -.\" without specific prior written permission. -.\" -.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. -.\" -.\" $FreeBSD$ -.\" -.Dd December 29, 1999 -.Dt GASP 1 -.Os -.Sh NAME -.Nm gasp -.Nd the GNU Assembler Macro Preprocessor -.Sh SYNOPSIS -.Nm -.Op Fl adhMpsuv -.Op Fl c Ar char -.Op Fl o Ar outfile -.Op Fl D Ns Ar name=value -.Op Fl I Ns Ar path -.Op infile -.Sh DESCRIPTION -.Nm -is the GNU Assembler Macro Preprocessor. -The argument -.Ar infile -is processed and the resulting text is sent to the standard output. -.Pp -The options are as follows: -.Bl -tag -width "-Dname=value" -.It Fl a -Enter enter alternate macro mode. -Also specifiable as -.Op Fl \-alternate -.It Fl c Ar char -Change the comment character from `!' -Also specifiable as -.Op Fl \-commentchar\ char -.It Fl d -Print limited debugging information. -Also specifiable as -.Op Fl \-debug -.It Fl h -Print the help message. -Also specifiable as -.Op Fl \-help -.It Fl M -Enter MRI compatibility mode -Also specifiable as -.Op Fl \-mri -.It Fl o Ar outfile -Specify the output file. -Also specifiable as -.Op Fl \-output\ outfile -.It Fl p -Print line numbers. -Also specifiable as -.Op Fl \-print -.It Fl s -Copy source through as comments. -Also specifiable as -.Op Fl \-copysource -.It Fl u -Allow unreasonable nesting. -Also specifiable as -.Op Fl \-unreasonable -.It Fl v -Print the program version and exit. -Also specifiable as -.Op Fl \-version -.It Fl D Ns Ar name=value -Define the preprocessor symbol -.Ar name -to have the value specified by "value". -.It Fl I Ns Ar path -Add -.Ar path -to the include path list. -.El -.Sh SEE ALSO -.Xr cpp 1 , -.Xr m4 1 -.Rs -.%T The gasp GNU hypertext system info pages -.Re -.Sh HISTORY -The -.Nm -command is part of the GNU Binutils package. -.Sh AUTHORS -This man page was written by -.An David E. O'Brien . |