* Makefile.in: Bump to version 1.92.
authorPer Bothner <per@bothner.com>
Mon, 18 Nov 1991 08:04:14 +0000 (08:04 +0000)
committerPer Bothner <per@bothner.com>
Mon, 18 Nov 1991 08:04:14 +0000 (08:04 +0000)
commit782d79636ddeb80ecbf5e1503b6627b3d0fd3b0c
tree6c12d366370a0d4bb3584f8b3bd4dcb1503e631c
parentcf0cdb8751c96075b833e64af3aaea4d4fd012f5
* Makefile.in:  Bump to version 1.92.
* 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]).
binutils/.Sanitize
binutils/ChangeLog
binutils/copy.c
This page took 0.024865 seconds and 4 git commands to generate.