aboutsummaryrefslogtreecommitdiff
path: root/binutils/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1995-09-29Comings and goings of Mac-specific files.Stan Shebs1-1/+2
1995-09-07 * config.in: Rename from config.h.in.Ian Lance Taylor1-1/+1
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in. Check for config.h:config.in when creating stamp-h. * configure: Rebuild. * Makefile.in (stamp-h): Depend upon config.in rather than config.h.in. Set CONFIG_HEADERS to config.h:config.in when calling config.status.
1995-09-06 * configure.in: Rewrite to use autoconf.Ian Lance Taylor1-0/+4
* 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-06-14Wed Jun 14 13:27:22 1995 Steve Chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-0/+3
* deflex.l, defparse.y, dlltool.c: New files. * Makefile.in, configure.in: Support for them. Mon Jun 12 11:27:54 1995 Steve Chamberlain <sac@slash.cygnus.com> * sysdump.c: Include sysdep.h (main): Open input with FOPEN_RB. binutils/7137
1995-04-11Always keep MPW supportStan Shebs1-8/+2
1994-06-28Remove more GM-specific stuffStan Shebs1-8/+4
1994-06-03note renamingKen Raeburn1-1/+1
1994-05-20Remove sanitization of PowerPC NetWare.Ian Lance Taylor1-21/+0
1994-03-08 * coffgrok.[ch]: New files, understand coff objects.Steve Chamberlain1-1/+9
* coffdump.c: Uses coffgrok to dump out the debug info of a coff file. * sysroff.info: Description of a SYSROFF object file. * sysinfo.y, syslex.l: Parse info file, generate a reader, writer, header files and a printer. * srconv.c: Uses coffgrok.c and sysroff.info to convert a coff file to a SYSROFF file.
1994-02-26Sanitization changes to reflect other comings and goingsStan Shebs1-3/+9
1994-02-21 * nlmconv.c: Include libiberty.h.Ian Lance Taylor1-0/+21
start-sanitize-powerpc-netware Support for PowerPC NetWare. * nlmconv.c (main): For PowerPC NetWare, automatically define the special symbols __toc_start. (select_output_format): Handle bfd_arch_powerpc. (mangle_relocs): Likewise. (powerpc_mangle_relocs): New function. end-sanitize-powerpc-netware
1994-01-26Removed objdump.hStan Shebs1-2/+1
1994-01-23Sat Jan 22 16:25:09 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-3/+7
* mpw-build.in: New file, build script fragment for MPW make. * mpw-make.in: New file, MPW makefile fragment for binutils. (Normally automatically generated from Makefile.in.)
1993-11-17 * nlmconv.1: new man pageJeffrey Osier1-0/+1
* objcopy.1: fixed format errors
1993-08-10Added new files.Ian Lance Taylor1-0/+3
1993-06-26 * strings.c, strings.1: New files.David MacKenzie1-0/+2
* binutils.texi: Document strings.
1993-06-03 * Makefile.in: added c++filt and objcopy to MANPAGES variableJeffrey Osier1-0/+2
* .Sanitize: keep c++filt.1 and objcopy.1
1993-05-27added things-to-lose sectionsK. Richard Pixley1-0/+2
1993-05-12 * objcopy.c: Renamed from copy.c, updated comments accordingly.Ian Lance Taylor1-1/+1
* Makefile.in, binutils.texi: Renamed copy to objcopy. * is-strip.c, maybe-strip.c, not-strip.c: Updated comments for rename of copy to objcopy.
1993-04-22Add testsuite directory.Rob Savoye1-0/+1
1993-04-02New print_address for disassemblers, merge a29k and i960 disassemblersJim Kingdon1-2/+0
1993-04-01remove another reference to sparc-pinsn.cJim Kingdon1-1/+0
1993-04-01merge binutils and gdb sparc disassemblersJim Kingdon1-21/+0
1993-03-19 * m68k-pinsn.c: Removed. Subsumed by ../opcodes/m68k-dis.c.Per Bothner1-2/+0
* i386-pinsn.c: Removed. Subsumed by ../opcodes/i386-dis.c. * Makefile.in: Adjust accordingly. * objdump.c: Support new-style disassemblers (ones that use the interface of ../include/dis-asm.h).
1993-03-09Removed obsolete Makefile.dos.Ian Lance Taylor1-1/+0
1993-02-13removing excess verbosityDavid D. Zuhn1-1/+0
1993-02-13keep NEWS, remove RCS cruftDavid D. Zuhn1-1/+1
1992-08-31 * Makefile.in: Bump to versions 1.97.90.Per Bothner1-1/+0
* cplus-dem.c: Removed. Was nowhere used - and if some programs are changed to to demangling should now use the versions in libiberty.
1992-07-23more hp config stuff via xproDavid Henkel-Wallace1-0/+1
1992-05-01keep sanity.shK. Richard Pixley1-1/+2
1992-05-01Add support for 386 disassemblySteve Chamberlain1-0/+1
1992-04-15Wed Apr 15 14:33:07 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-0/+4
* arsup.c, arsup.h, arparse.y, arlex.l: support for archive scripting language.
1992-02-21Dj renamingSteve Chamberlain1-2/+2
1991-12-17Make it sanitize v9 out of sparc-pinsn.c.John Gilmore1-83/+19
1991-12-12Added configdos.bat, makefile.dosSteve Chamberlain1-1/+6
1991-12-08 * bucomm.h: created to hold prototypes of bucomm.cSteve Chamberlain1-15/+31
* objdump.h: created to hold prototyes of objdump.c * am29k-pinsn.c: include objdump.h * ar.c: include bucomm.h, get ar.h from the right place and include libbfd.h * bucomm.c: defunize bfd_fatal * copy.c: include bucomm.h, lint. * i960-pinsn.h: include bucomm.h * m68k-pinsn.h: lint * nm.c: include bucomm.h, lint * objdump.c: lint * sparc-pinsn.c: include objdump.h
1991-11-18 * Makefile.in: Bump to version 1.92.Per Bothner1-3/+24
* version.c, Makefile.in: Get version string from Makefile. * copy.c, is-strip.c, not-strip.c, maybe-strip.c, Makefile.in: Make the same change that we earlier did for ar/ranlib: Generate two different binaries for strip and copy and use a global variable with different values to distinguish ostrip from copy. (-1 means to use argv[0] to decide, so you can get the old behavior, but it is no longer the default). * copy.c (copy_file): Set EXEC_P of output bfd if input is so. * copy.c (main): If is_strip==-1, compare last 5 chars of argv[0], not the whole path. * copy.c (main): Return 0, not 1. * copy.c (setup_sections): Fix due to change in bfd_make_section now failing if asked for a duplicate section. * strip.c, ostrip.c: Removed obsolete files. * ar.c, not-ranlib.c, maybe-ranlib.c: Change encoding of is_ranlib variable to be consistent with is_strip for strip.copy (i.e -1 to means use argv[0]).
1991-11-15.Sanitize: reflect someone's apocopation of binutils.texi[nfo] nameRoland Pesch1-2/+6
Makefile.in: improve texi2roff workarounds
1991-11-06Added nm.1, objdump.1, ranlib.1, size.1 and strip.1Steve Chamberlain1-1/+10
1991-11-05Added README to .SanitizeSteve Chamberlain1-1/+6
Made Makefile.in install using ddestdir
1991-10-10updatingK. Richard Pixley1-2/+4
1991-10-08Remove configure and config.sub from the expected list.John Gilmore1-3/+4
1991-10-08Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c.John Gilmore1-4/+8
1991-10-07 * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c:Per Bothner1-1/+14
Make two different binaries for ar and ranlib, instead of distinguishing them at run time using argv[0]. (Old behavior is still available if you "make ar_with_ranlib", but it is not the default.) * ranlib.sh (new): An alternative one-line shell implementation of ranlib.
1991-09-01Added config.subSteve Chamberlain1-1/+5
1991-07-15*** empty log message ***Steve Chamberlain1-1/+5
1991-05-23Initial revisionK. Richard Pixley1-0/+66