mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-09 02:37:38 +00:00
* Makefile.in: added c++filt and objcopy to MANPAGES variable
* .Sanitize: keep c++filt.1 and objcopy.1
This commit is contained in:
parent
463a71db70
commit
3ac620d408
@ -40,6 +40,7 @@ arsup.h
|
|||||||
binutils.texi
|
binutils.texi
|
||||||
bucomm.c
|
bucomm.c
|
||||||
bucomm.h
|
bucomm.h
|
||||||
|
c++filt.1
|
||||||
configure.bat
|
configure.bat
|
||||||
configure.in
|
configure.in
|
||||||
config
|
config
|
||||||
@ -53,6 +54,7 @@ nm.1
|
|||||||
nm.c
|
nm.c
|
||||||
not-ranlib.c
|
not-ranlib.c
|
||||||
not-strip.c
|
not-strip.c
|
||||||
|
objcopy.1
|
||||||
objcopy.c
|
objcopy.c
|
||||||
objdump.1
|
objdump.1
|
||||||
objdump.c
|
objdump.c
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 3 10:40:19 1993 Jeffrey Osier (jeffrey@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: added c++filt and objcopy to MANPAGES variable
|
||||||
|
* .Sanitize: keep c++filt.1 and objcopy.1
|
||||||
|
|
||||||
Thu Jun 3 00:32:52 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
Thu Jun 3 00:32:52 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: rename LOADLIBES to EXTRALIBS
|
* Makefile.in: rename LOADLIBES to EXTRALIBS
|
||||||
|
@ -76,7 +76,7 @@ version=`./../gcc/gcc -dumpversion`
|
|||||||
# Where to find texinfo.tex to format docn with TeX
|
# Where to find texinfo.tex to format docn with TeX
|
||||||
TEXIDIR = $(srcdir)/../texinfo/fsf
|
TEXIDIR = $(srcdir)/../texinfo/fsf
|
||||||
|
|
||||||
MANPAGES= ar nm objdump ranlib size strip
|
MANPAGES= ar nm objdump ranlib size strip c++filt objcopy
|
||||||
|
|
||||||
#CC=gcc -Wall
|
#CC=gcc -Wall
|
||||||
# these two are almost the same program
|
# these two are almost the same program
|
||||||
|
Loading…
x
Reference in New Issue
Block a user