aboutsummaryrefslogtreecommitdiff
path: root/binutils/copy.c
AgeCommit message (Collapse)AuthorFilesLines
1992-01-24 * copy.c, nm.c, objdump.c, size.c : changed to use theSteve Chamberlain1-1/+4
new reloc scheme.
1991-12-08 * bucomm.h: created to hold prototypes of bucomm.cSteve Chamberlain1-4/+4
* 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-9/+21
* 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-10-16 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner1-2/+19
i960-pinsn.c, m68k-pinsn.c, nm.c, objdump.c, size.c, sparc-pinsn.c, * strip.c: Add or update Copyright notice. * TODO: Add note on 'nm -a'. * version.c: Update version number to 1.90. * Makefile.in: Fix making of documentation for dist.
1991-10-11Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.John Gilmore1-2/+1
1991-10-01Use the new architecture functionsSteve Chamberlain1-4/+6
1991-05-21*** empty log message ***Steve Chamberlain1-1/+1
1991-05-20Mon May 20 16:14:07 1991 Steve Chamberlain (steve at cygint.cygnus.com)Steve Chamberlain1-7/+9
* Changed some types to work with 64 bit object files
1991-05-12CSteve Chamberlain1-5/+7
VS: ----------------------------------------------------------------------
1991-05-04Fix =&'s in copy.cJohn Gilmore1-2/+2
1991-04-08Fixed some bd in which temp files and directory were left around.David Henkel-Wallace1-8/+9
Dir itself has a short enough name to function under sysv.
1991-04-04*** empty log message ***Steve Chamberlain1-1/+1
1991-03-26If stripping, don't copy reloc infoSteve Chamberlain1-28/+36
1991-03-26Now returns correct status.Steve Chamberlain1-87/+83
1991-03-21Back from Intel with SteveDavid Henkel-Wallace1-0/+410