mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-26 18:03:33 +08:00
782d79636d
* 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]). |
||
---|---|---|
.. | ||
.Sanitize | ||
alloca.c | ||
am29k-pinsn.c | ||
ar.1 | ||
ar.c | ||
binutils.texi | ||
binutils.texinfo | ||
bucomm.c | ||
ChangeLog | ||
config.sub | ||
configure | ||
configure.in | ||
copy.c | ||
cplus-dem.c | ||
filemode.c | ||
gmalloc.c | ||
i960-pinsn.c | ||
is-ranlib.c | ||
is-strip.c | ||
m68k-pinsn.c | ||
Makefile.in | ||
maybe-ranlib.c | ||
maybe-strip.c | ||
nm.1 | ||
nm.c | ||
not-ranlib.c | ||
not-strip.c | ||
objdump.1 | ||
objdump.c | ||
ostrip.c | ||
ranlib.1 | ||
ranlib.sh | ||
size.1 | ||
size.c | ||
sparc-pinsn.c | ||
strip.1 | ||
strip.c | ||
TODO | ||
version.c |