aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1992-10-08* copy.c (main): Even if is_strip, accept -d argument indicating alternateKen Raeburn1-0/+6
output format. Needed by gdb for Nindy. * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type.
1992-10-06added copy documentation per RolandJeffrey Osier1-0/+5
1992-10-06 * Makefile.in (*clean rules): Some cleaning up.Per Bothner1-0/+13
* Makefile.in (dist): Make diststuff in gprof for a dist. * ar.c (do_show_version): New function. * ar.c (main): Fix so "ar -V" works.
1992-09-26* i960-pinsn.c: Change bzero to memset.John Gilmore1-0/+10
* sparc-pinsn.c: Change index to strchr.
1992-09-15Changes to make an installed cross-compiler find everything correctly.Ian Lance Taylor1-0/+17
Tue Sep 15 15:26:38 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in (install): if $(tooldir) exists, install nm and strip in $(tooldir)/bin.
1992-09-01Brought forward from p3:Ian Lance Taylor1-0/+5
Sun Aug 30 21:18:59 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: map program names through program_transform_name when installing.
1992-08-31 * Makefile.in: Bump to versions 1.97.90.Per Bothner1-0/+7
* cplus-dem.c: Removed. Was nowhere used - and if some programs are changed to to demangling should now use the versions in libiberty.
1992-08-27 * configure.in: add we32kBrendan Kehoe1-0/+4
1992-08-24 * ar.c (map_over_members): if the element of the archive has aSteve Chamberlain1-0/+8
null name, fill it in. * nm.c (do_one_rel_file): only warn if a bfd's flags say there will be symbols and there aren't any.
1992-08-19This is for PR 628.Ian Lance Taylor1-0/+4
Wed Aug 19 11:20:25 1992 Ian Lance Taylor (ian@cygnus.com) * m68k-pinsn.c: handle new operand type 'r', introduced for cas2.
1992-08-19Added option to print the version number.Rob Savoye1-0/+8
1992-08-18Moved in from p3:Ian Lance Taylor1-0/+6
Tue Aug 18 13:28:44 1992 Ian Lance Taylor (ian@cygnus.com) * config/mh-apollo68v: removed -g from CC definition. * Makefile.in: always create installation directories.
1992-08-18 * m68k-pinsn.c: Minor fix in style of output (don't usePer Bothner1-0/+5
range to indicate floating point control registers).
1992-08-12 * ar.c (main): Don't *always* set the verbose flag!Per Bothner1-0/+4
1992-08-05 * copy.c: When is_strip (because it is invoked as the stripPer Bothner1-0/+15
program), follow traditional argv processing: 'strip file1 file2' now strips file1 and file2, rather than stripping file1 (as input), leaving output in file2.
1992-07-23more hp config stuff via xproDavid Henkel-Wallace1-0/+9
1992-07-18removed rcsidsK. Richard Pixley1-0/+5
1992-07-16removed rcsidK. Richard Pixley1-0/+4
1992-07-16 * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE tooSteve Chamberlain1-0/+4
1992-07-10Support -program_suffix (and make -program_prefix actually work).David Henkel-Wallace1-0/+4
1992-06-25Lint. Remove excess whitespace.John Gilmore1-0/+4
1992-06-24 * nm.c (valueof macro): Add missing parentheses.Per Bothner1-0/+5
(Their lack screwed up numeric_forward().)
1992-06-14* objdump.c (dump_elf_stabs): Also dump .stab.index and .stab.excl sections.John Gilmore1-0/+7
(dump_elf_stabs_1): Split out main body of old dump_elf_stabs. * objdump.1, binutils.texi: Document new sections dumped.
1992-06-13LintJohn Gilmore1-1/+1
1992-06-13LintJohn Gilmore1-0/+4
1992-06-11* objdump.1, binutils.texi: Update for --stabs. Also fixJohn Gilmore1-0/+3
objdump's doc to use -- rather than + for long options. (FIXME: Not yet fixed everywhere in binutils.texinfo.)
1992-06-11New feature: --stabs prints out a .stab section from an ELF file.John Gilmore1-0/+7
Installed under #ifdef ELF_STAB_DISPLAY so it can be easily disabled, since it requires bfd-internals header files and such.
1992-06-10Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-0/+11
* objdump.c(display_info), patches from mohring@informatik.tu-muenchen.de to print the table much more nicely.
1992-05-27 * arlex.l: Don't include <sysdep.h> (unneeded conflicts).Per Bothner1-0/+5
Add declaration of strdup().
1992-05-22 * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlexPer Bothner1-0/+5
rules, since these are used when building a distribution. * Makefile.in (arlex.c): Don't re-direct output, since that leaves a bogus output files if it fails.
1992-05-22 * Makefile.in: Better lex support.Per Bothner1-0/+15
* Makefile.in (dist): Generate flex and bison outputs for distribution.
1992-05-07*** empty log message ***Roland Pesch1-0/+4
1992-05-07 * arparse.y: make END call ar_endSteve Chamberlain1-0/+7
* arsup.c (ar_end): added, deletes temp file if archive session aborted.
1992-05-06FLEX -> LEX. use bison & flex from ../ if they existK. Richard Pixley1-0/+3
1992-05-06remove temporary directory when finishedK. Richard Pixley1-0/+4
1992-05-05 * Makefile.in: Bump to version 1.97.Per Bothner1-0/+5
* ar.c: Declare errno for machines that need it.
1992-05-05* objdump.c (display_info): Handle error cases without coredump.John Gilmore1-0/+6
Close the dummy temporary file we open in the loop. * Makefile.in (arsup.o): Add kludge to build with Sun Make.
1992-05-02added test-install targetK. Richard Pixley1-0/+2
1992-05-01sanity testK. Richard Pixley1-0/+6
1992-04-21rework CFLAGS so that they can be passed on the make command lineK. Richard Pixley1-0/+47
1992-01-24 * copy.c, nm.c, objdump.c, size.c : changed to use theSteve Chamberlain1-0/+12
new reloc scheme.
1991-12-30Make `make' output more readable.John Gilmore1-0/+34
1991-12-07Fri Dec 6 23:02:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-3/+29
* Makefile.in: added standards.text support. install using INSTALL_PROGRAM and INSTALL_DATA. * configure.in: configure now does all of it's work from objdir so make file existence tests against ${srcdir}. Thu Dec 5 22:46:22 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-12-01Sat Nov 30 18:58:40 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-0/+10
* am29k-pinsn.c m68k-pinsn.c nm.c sparc-pinsn.c: now point to where the header files have moved to.
1991-11-18Various improvements.Per Bothner1-0/+4
1991-11-18 * Makefile.in: Bump to version 1.92.Per Bothner1-0/+29
* 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-07*** empty log message ***Steve Chamberlain1-0/+17
1991-10-28 * ar.c (write_archive.c): added unlink before rename since someSteve Chamberlain1-0/+5
systems can't rename onto an existant file.
1991-10-21 * nm.c: now doesn't crash if a symbol with no section and noSteve Chamberlain1-0/+9
SEC_ABS appears.
1991-10-16 * Makefile.in, ar.c, bucomm.c, copy.c, cplus-dem.c, filemode.c,Per Bothner1-0/+15
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.