Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-11-18 | * Makefile.in: Bump to version 1.92. | Per Bothner | 1 | -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] name | Roland Pesch | 1 | -2/+6 | |
Makefile.in: improve texi2roff workarounds | |||||
1991-11-06 | Added nm.1, objdump.1, ranlib.1, size.1 and strip.1 | Steve Chamberlain | 1 | -1/+10 | |
1991-11-05 | Added README to .Sanitize | Steve Chamberlain | 1 | -1/+6 | |
Made Makefile.in install using ddestdir | |||||
1991-10-10 | updating | K. Richard Pixley | 1 | -2/+4 | |
1991-10-08 | Remove configure and config.sub from the expected list. | John Gilmore | 1 | -3/+4 | |
1991-10-08 | Add binutils.texinfo, and change *-ranlib.o to *-ranlib.c. | John Gilmore | 1 | -4/+8 | |
1991-10-07 | * ar.c, Makefile.in, new files {is,not,maybe}-ranlib.c: | Per Bothner | 1 | -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-01 | Added config.sub | Steve Chamberlain | 1 | -1/+5 | |
1991-07-15 | *** empty log message *** | Steve Chamberlain | 1 | -1/+5 | |
1991-05-23 | Initial revision | K. Richard Pixley | 1 | -0/+66 | |