1994-02-27 05:42:44 +08:00
|
|
|
# .Sanitize for devo/binutils.
|
1991-05-24 06:49:14 +09:00
|
|
|
|
1994-01-23 08:34:31 +08:00
|
|
|
# Each directory to survive its way into a release will need a file
|
1991-05-24 06:49:14 +09:00
|
|
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
|
|
|
# and must exist in the order specified by this file. Each directory
|
|
|
|
# in the tree will be processed, top down, in the following order.
|
|
|
|
|
|
|
|
# Hash started lines like this one are comments and will be deleted
|
|
|
|
# before anything else is done. Blank lines will also be squashed
|
|
|
|
# out.
|
|
|
|
|
|
|
|
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
|
|
|
# line are executed as a /bin/sh shell script before anything else is
|
1994-01-26 11:46:17 +08:00
|
|
|
# done in this directory.
|
1991-05-24 06:49:14 +09:00
|
|
|
|
|
|
|
Do-first:
|
|
|
|
|
|
|
|
# All files listed between the "Things-to-keep:" line and the
|
|
|
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
|
|
|
# Directories listed in this section will have their own Sanitize
|
|
|
|
# called. Directories not listed will be removed in their entirety
|
|
|
|
# with rm -rf.
|
|
|
|
|
|
|
|
Things-to-keep:
|
|
|
|
|
|
|
|
ChangeLog
|
1997-08-01 11:49:39 +08:00
|
|
|
Makefile.am
|
1991-05-24 06:49:14 +09:00
|
|
|
Makefile.in
|
1993-02-13 16:52:56 +08:00
|
|
|
NEWS
|
1991-12-08 09:14:09 +08:00
|
|
|
README
|
* configure.in: Rewrite to use autoconf.
* aclocal.m4: New file.
* configure: New file, built by autoconf.
* acconfig.h: New file.
* config.h.in: New file, built by autoheader.
* Makefile.in: Various changes for new configure script. Also:
(PROGS): Remove $(SYSINFO_PROG).
(ALL_CFLAGS): Remove $(TDEFINES).
(version.o): Use $(ALL_CFLAGS).
(cplus-dem.o, dlltool.o, nlmconv.o): Likewise.
(sysdump.o): Depend upon bucomm.h and config.h.
(srconv.o, arsup.o, strings.o): Depend upon config.h.
(filemode.o): Don't depend upon ../bfd/sysdep.h.
(bucomm.o): Depend upon config.h, not ../bfd/sysdep.h.
(size.o, objdump.o, nm.o, ar.o, objcopy.o): Likewise.
(nlmheader.o, nlmconv.o): Likewise.
(distclean): Don't remove sysdep.h.
* bucomm.h: Include "ansidecl.h", <stdio.h>, and "config.h".
Include "fopen-same.h" or "fopen-bin.h", based on
USE_BINARY_FOPEN. Include <errno.h>, and declare errno if it is
not a macro. Include <unistd.h>, <string.h>, <strings.h>,
<stdlib.h>, and <fcntl.h> if they are present. Declare strchr,
strrchr, and strstr if no string header file exists. Include
<sys/file.h> if it exists and <fcntl.h> does not. Define
O_RDONLY and O_RDWR if necessary.
* ar.c: Don't include "sysdep.h". Do include <sys/types.h> and
<sys/stat.h>. Use HAVE_GOOD_UTIME_H rather than POSIX_UTIME. Use
HAVE_UTIMES rather than !USE_UTIME. Don't include <errno.h>, and
don't declare errno.
* arsup.c: Don't include <sysdep.h>.
* bucomm.c: Don't include "sysdep.h". Include <stdio.h>,
<sys/types.h>, and <sys/stat.h>. Include <time.h> if it defines
time_t. Define time_t if necessary.
* coffdump.c: Don't include "sysdep.h".
* coffgrok.c, filemode.c, nlmconv.c, size.c: Likewise.
* srconv.c, strings.c: Likewise.
* nm.c: Don't include "sysdep.h". Don't try to define HAVE_SBRK.
* objcopy.c: Don't include "sysdep.h". Include <sys/types.h> and
<sys/stat.h>.
(simple_copy): Use creat rather than assuming that O_CREAT is
defined.
* objdump.c: Don't include "sysdep.h". Use
NEED_DECLARATION_PRINTF rather than !FPRINTF_ALREADY_DECLARED.
* sysdump.c: Include "bfd.h" and "bucomm.h". Don't include
"sysdep.h" or <stdlib.h>.
(dump_symbol_info): Rename from symbol_info. Change all callers.
1995-09-06 08:52:07 +08:00
|
|
|
acconfig.h
|
1997-08-01 11:49:39 +08:00
|
|
|
acinclude.m4
|
* configure.in: Rewrite to use autoconf.
* aclocal.m4: New file.
* configure: New file, built by autoconf.
* acconfig.h: New file.
* config.h.in: New file, built by autoheader.
* Makefile.in: Various changes for new configure script. Also:
(PROGS): Remove $(SYSINFO_PROG).
(ALL_CFLAGS): Remove $(TDEFINES).
(version.o): Use $(ALL_CFLAGS).
(cplus-dem.o, dlltool.o, nlmconv.o): Likewise.
(sysdump.o): Depend upon bucomm.h and config.h.
(srconv.o, arsup.o, strings.o): Depend upon config.h.
(filemode.o): Don't depend upon ../bfd/sysdep.h.
(bucomm.o): Depend upon config.h, not ../bfd/sysdep.h.
(size.o, objdump.o, nm.o, ar.o, objcopy.o): Likewise.
(nlmheader.o, nlmconv.o): Likewise.
(distclean): Don't remove sysdep.h.
* bucomm.h: Include "ansidecl.h", <stdio.h>, and "config.h".
Include "fopen-same.h" or "fopen-bin.h", based on
USE_BINARY_FOPEN. Include <errno.h>, and declare errno if it is
not a macro. Include <unistd.h>, <string.h>, <strings.h>,
<stdlib.h>, and <fcntl.h> if they are present. Declare strchr,
strrchr, and strstr if no string header file exists. Include
<sys/file.h> if it exists and <fcntl.h> does not. Define
O_RDONLY and O_RDWR if necessary.
* ar.c: Don't include "sysdep.h". Do include <sys/types.h> and
<sys/stat.h>. Use HAVE_GOOD_UTIME_H rather than POSIX_UTIME. Use
HAVE_UTIMES rather than !USE_UTIME. Don't include <errno.h>, and
don't declare errno.
* arsup.c: Don't include <sysdep.h>.
* bucomm.c: Don't include "sysdep.h". Include <stdio.h>,
<sys/types.h>, and <sys/stat.h>. Include <time.h> if it defines
time_t. Define time_t if necessary.
* coffdump.c: Don't include "sysdep.h".
* coffgrok.c, filemode.c, nlmconv.c, size.c: Likewise.
* srconv.c, strings.c: Likewise.
* nm.c: Don't include "sysdep.h". Don't try to define HAVE_SBRK.
* objcopy.c: Don't include "sysdep.h". Include <sys/types.h> and
<sys/stat.h>.
(simple_copy): Use creat rather than assuming that O_CREAT is
defined.
* objdump.c: Don't include "sysdep.h". Use
NEED_DECLARATION_PRINTF rather than !FPRINTF_ALREADY_DECLARED.
* sysdump.c: Include "bfd.h" and "bucomm.h". Don't include
"sysdep.h" or <stdlib.h>.
(dump_symbol_info): Rename from symbol_info. Change all callers.
1995-09-06 08:52:07 +08:00
|
|
|
aclocal.m4
|
1997-03-28 05:35:00 +08:00
|
|
|
addr2line.1
|
|
|
|
addr2line.c
|
1991-11-06 17:06:02 +08:00
|
|
|
ar.1
|
1991-12-08 09:14:09 +08:00
|
|
|
ar.c
|
1992-04-16 05:36:37 +08:00
|
|
|
arlex.l
|
1992-05-02 07:30:01 +08:00
|
|
|
arparse.y
|
1992-04-16 05:36:37 +08:00
|
|
|
arsup.c
|
|
|
|
arsup.h
|
1991-11-16 07:34:35 +08:00
|
|
|
binutils.texi
|
1991-05-24 06:49:14 +09:00
|
|
|
bucomm.c
|
1991-12-08 09:14:09 +08:00
|
|
|
bucomm.h
|
1996-01-03 06:48:58 +08:00
|
|
|
budbg.h
|
1994-03-09 05:53:19 +08:00
|
|
|
coffdump.c
|
|
|
|
coffgrok.c
|
|
|
|
coffgrok.h
|
1995-09-08 01:12:26 +08:00
|
|
|
config.in
|
* configure.in: Rewrite to use autoconf.
* aclocal.m4: New file.
* configure: New file, built by autoconf.
* acconfig.h: New file.
* config.h.in: New file, built by autoheader.
* Makefile.in: Various changes for new configure script. Also:
(PROGS): Remove $(SYSINFO_PROG).
(ALL_CFLAGS): Remove $(TDEFINES).
(version.o): Use $(ALL_CFLAGS).
(cplus-dem.o, dlltool.o, nlmconv.o): Likewise.
(sysdump.o): Depend upon bucomm.h and config.h.
(srconv.o, arsup.o, strings.o): Depend upon config.h.
(filemode.o): Don't depend upon ../bfd/sysdep.h.
(bucomm.o): Depend upon config.h, not ../bfd/sysdep.h.
(size.o, objdump.o, nm.o, ar.o, objcopy.o): Likewise.
(nlmheader.o, nlmconv.o): Likewise.
(distclean): Don't remove sysdep.h.
* bucomm.h: Include "ansidecl.h", <stdio.h>, and "config.h".
Include "fopen-same.h" or "fopen-bin.h", based on
USE_BINARY_FOPEN. Include <errno.h>, and declare errno if it is
not a macro. Include <unistd.h>, <string.h>, <strings.h>,
<stdlib.h>, and <fcntl.h> if they are present. Declare strchr,
strrchr, and strstr if no string header file exists. Include
<sys/file.h> if it exists and <fcntl.h> does not. Define
O_RDONLY and O_RDWR if necessary.
* ar.c: Don't include "sysdep.h". Do include <sys/types.h> and
<sys/stat.h>. Use HAVE_GOOD_UTIME_H rather than POSIX_UTIME. Use
HAVE_UTIMES rather than !USE_UTIME. Don't include <errno.h>, and
don't declare errno.
* arsup.c: Don't include <sysdep.h>.
* bucomm.c: Don't include "sysdep.h". Include <stdio.h>,
<sys/types.h>, and <sys/stat.h>. Include <time.h> if it defines
time_t. Define time_t if necessary.
* coffdump.c: Don't include "sysdep.h".
* coffgrok.c, filemode.c, nlmconv.c, size.c: Likewise.
* srconv.c, strings.c: Likewise.
* nm.c: Don't include "sysdep.h". Don't try to define HAVE_SBRK.
* objcopy.c: Don't include "sysdep.h". Include <sys/types.h> and
<sys/stat.h>.
(simple_copy): Use creat rather than assuming that O_CREAT is
defined.
* objdump.c: Don't include "sysdep.h". Use
NEED_DECLARATION_PRINTF rather than !FPRINTF_ALREADY_DECLARED.
* sysdump.c: Include "bfd.h" and "bucomm.h". Don't include
"sysdep.h" or <stdlib.h>.
(dump_symbol_info): Rename from symbol_info. Change all callers.
1995-09-06 08:52:07 +08:00
|
|
|
configure
|
1992-02-22 07:06:42 +08:00
|
|
|
configure.bat
|
1997-04-02 05:22:54 +08:00
|
|
|
configure.com
|
1991-05-24 06:49:14 +09:00
|
|
|
configure.in
|
1994-06-04 05:36:26 +08:00
|
|
|
cxxfilt.man
|
1995-06-15 04:28:36 +08:00
|
|
|
dlltool.c
|
1997-06-12 05:18:10 +08:00
|
|
|
dlltool.h
|
1996-01-03 06:48:58 +08:00
|
|
|
debug.c
|
|
|
|
debug.h
|
|
|
|
dep-in.sed
|
1995-06-15 04:28:36 +08:00
|
|
|
defparse.y
|
|
|
|
deflex.l
|
1991-05-24 06:49:14 +09:00
|
|
|
filemode.c
|
1996-01-05 05:35:04 +08:00
|
|
|
ieee.c
|
1991-12-08 09:14:09 +08:00
|
|
|
is-ranlib.c
|
|
|
|
is-strip.c
|
1995-09-29 11:11:46 +08:00
|
|
|
mac-binutils.r
|
1996-06-19 03:10:39 +08:00
|
|
|
makefile.vms
|
1991-12-08 09:14:09 +08:00
|
|
|
maybe-ranlib.c
|
|
|
|
maybe-strip.c
|
1995-04-12 02:45:25 +08:00
|
|
|
mpw-config.in
|
1995-09-29 11:11:46 +08:00
|
|
|
mpw-make.sed
|
1993-11-18 06:51:16 +08:00
|
|
|
nlmconv.1
|
1993-08-11 01:50:28 +08:00
|
|
|
nlmconv.c
|
|
|
|
nlmconv.h
|
|
|
|
nlmheader.y
|
1991-12-08 09:14:09 +08:00
|
|
|
nm.1
|
1991-05-24 06:49:14 +09:00
|
|
|
nm.c
|
1991-12-08 09:14:09 +08:00
|
|
|
not-ranlib.c
|
|
|
|
not-strip.c
|
1993-06-04 01:44:34 +08:00
|
|
|
objcopy.1
|
1993-05-13 03:08:53 +08:00
|
|
|
objcopy.c
|
1991-12-08 09:14:09 +08:00
|
|
|
objdump.1
|
1991-05-24 06:49:14 +09:00
|
|
|
objdump.c
|
1996-01-03 06:48:58 +08:00
|
|
|
prdbg.c
|
1991-12-08 09:14:09 +08:00
|
|
|
ranlib.1
|
1991-10-08 07:14:30 +08:00
|
|
|
ranlib.sh
|
1997-06-23 05:35:35 +08:00
|
|
|
rclex.l
|
|
|
|
rcparse.y
|
1997-06-26 08:59:44 +08:00
|
|
|
resbin.c
|
1997-06-23 08:08:54 +08:00
|
|
|
rescoff.c
|
1997-06-23 05:35:35 +08:00
|
|
|
resrc.c
|
1996-04-17 01:53:58 +08:00
|
|
|
rdcoff.c
|
1996-01-03 06:48:58 +08:00
|
|
|
rddbg.c
|
1992-05-02 07:30:01 +08:00
|
|
|
sanity.sh
|
1991-12-08 09:14:09 +08:00
|
|
|
size.1
|
1991-05-24 06:49:14 +09:00
|
|
|
size.c
|
1994-03-09 05:53:19 +08:00
|
|
|
srconv.c
|
1996-01-03 06:48:58 +08:00
|
|
|
stabs.c
|
1997-08-01 11:49:39 +08:00
|
|
|
stamp-h.in
|
1993-06-26 14:37:17 +08:00
|
|
|
strings.1
|
|
|
|
strings.c
|
1991-12-08 09:14:09 +08:00
|
|
|
strip.1
|
1994-03-09 05:53:19 +08:00
|
|
|
sysdump.c
|
|
|
|
sysinfo.y
|
|
|
|
syslex.l
|
|
|
|
sysroff.info
|
1993-04-22 12:38:31 +08:00
|
|
|
testsuite
|
1991-05-24 06:49:14 +09:00
|
|
|
version.c
|
1997-06-23 05:35:35 +08:00
|
|
|
windres.h
|
|
|
|
windres.c
|
1996-03-21 05:51:25 +08:00
|
|
|
wrstabs.c
|
1991-05-24 06:49:14 +09:00
|
|
|
|
1993-05-27 14:44:29 +08:00
|
|
|
Things-to-lose:
|
|
|
|
|
1991-05-24 06:49:14 +09:00
|
|
|
Do-last:
|