aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
1993-06-18 * objdump.c (syms2): Removed unused variable.Per Bothner2-86/+77
* objdump.c (remove_useless_symbols): New function. * objdump.c (comp): Simplify. * objdump.c (dis-assemble_data): Make simpler and more efficient how we filter out useless symbols: Just filter BEFORE the sort (using remove_useless_symbols). * objdump.c (objdump_print_address): Simplify. Change output syntax to match gdb.
1993-06-18Look in the right place for bfd.h.Steve Chamberlain1-1/+1
1993-06-18single-quote $program_transform_nameDavid D. Zuhn1-2/+2
1993-06-18canonicalize install.sh locationDavid D. Zuhn2-1/+6
1993-06-16 * Makefile.in (install, install-info): remove parentdir support,David D. Zuhn2-18/+16
use INSTALL_XFORM; define INSTALL_XFORM
1993-06-14o - sizeIan Lance Taylor1-0/+5
Currently assumes that the only relevant sections are named .text, .data and either .bss or .stack. This is not very general, and it doesn't work for ECOFF.
1993-06-11Add some nm comments.David MacKenzie1-12/+7
1993-06-11 * objcopy.c (copy_object): Fix bad size passed to xmalloc().Per Bothner1-0/+24
1993-06-07 * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.Per Bothner1-111/+2
* configure.in: No longer need to configure to get sysdep.h. * objcopy.c (copy_object): Fix symbol table handling.
1993-06-04update INFO-DIR-ENTRYDavid D. Zuhn1-1/+1
1993-06-04change srctriggeer to a local FILE not a DIRECTORYDavid D. Zuhn1-1/+1
1993-06-03 * c++filt.1: fixed %^*(^% typoJeffrey Osier1-1/+2
1993-06-03hack backquoted command in Makefile.in to always have zero exit statusKen Raeburn2-1/+6
1993-06-03 * Makefile.in: added c++filt and objcopy to MANPAGES variableJeffrey Osier3-1/+8
* .Sanitize: keep c++filt.1 and objcopy.1
1993-06-03rename LOADLIBES to EXTRALIBSDavid D. Zuhn2-12/+16
1993-06-03 * c++filt.1, objcopy.1: new man pagesJeffrey Osier3-0/+242
1993-06-03 binutils.texi: put in zoo's info-dir entry stuff (it's cleaner)Jeffrey Osier1-1/+1
1993-06-02 binutils.texi: final tweaks for c++filt chapterJeffrey Osier1-0/+18
1993-06-01Add an install-info target too.Rob Savoye1-0/+1
1993-06-01Add info target.Rob Savoye1-1/+1
1993-05-28 * Makefile.in (install): Also install ar and ranlib inPer Bothner1-0/+2
$(tooldir)/bin; needed for building libgcc.a. * objdump.c (objdump_print_address): Fix the check "coincidental" label matches by dis-allowing undefined or com symbols.
1993-05-28Add a blank install target so the top level makefile won't die.Rob Savoye1-0/+1
1993-05-28 * biutils.texi: revised c++filt chapterJeffrey Osier2-14/+29
1993-05-27added things-to-lose sectionsK. Richard Pixley3-2/+7
1993-05-27 * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS.Ian Lance Taylor3-1/+9
1993-05-26configure.in template that supports *only* make check. (for releases)Rob Savoye1-0/+16
1993-05-26Makefile fragment that supports *only* make check. (for releases)Rob Savoye1-0/+76
1993-05-25elf32 updatesKen Raeburn2-4/+6
1993-05-25Makefile.in (DISTSTUFF): Don't build binutils.mm.Ken Raeburn3-11/+46
objdump.c (slurp_symtab): Print warning for bad symbol table.
1993-05-24INFO-DIR-ENTRY formatting tweaksDavid D. Zuhn1-1/+1
1993-05-21Move printing from bfd to nm and add POSIX and SysV compatibility.David MacKenzie1-22/+82
1993-05-21Improve error messages.David MacKenzie1-0/+21
1993-05-17lib directory is no longer presentIan Lance Taylor1-1/+0
1993-05-15Minor cleanups to c++filt node, and copyright dates.Roland Pesch1-12/+12
1993-05-15 * Makefile.in (underscore.c): Automatically generatePer Bothner1-4/+33
(using nm) a file with the variable prepends_underscore. * Makefile.in (c++filt): Link underscore.o with cplus-dem.o so that initial underscores get removed iff appropriate. * binutils.texi: Preliminary documentation for c++filt. * Makefile.in, binutils.texi: Set to version 2.2.
1993-05-14 * NEWS: Mention copy->objcopy renaming and new c++filt program.Per Bothner1-0/+7
1993-05-12 * objcopy.c: Renamed from copy.c, updated comments accordingly.Ian Lance Taylor5-704/+52
* Makefile.in, binutils.texi: Renamed copy to objcopy. * is-strip.c, maybe-strip.c, not-strip.c: Updated comments for rename of copy to objcopy.
1993-05-11 * binutils.texi (strip, -v option): Fix typo.Per Bothner1-1/+1
1993-05-07 * Makefile.in (RUNTEST): Define.Ian Lance Taylor1-0/+10
(FLAGS_TO_PASS): Pass down RUNTEST.
1993-05-04 * Makefile.in: Change definition of $(tooldir) to match FSF.Per Bothner2-13/+51
1993-04-30Fix typo.David MacKenzie1-1/+1
1993-04-30Had a duplicate listing for -v.David MacKenzie1-8/+1
1993-04-29Fix up usage summaries and examples. Document a few missing options.David MacKenzie1-26/+34
1993-04-29More fixes to usage messages.David MacKenzie1-3/+2
1993-04-29Document missing options. Use -- instead of + for long options.David MacKenzie5-64/+117
1993-04-29Add hyphens in usage messages.David MacKenzie2-2/+2
1993-04-29Clean up usage messages and option parsers.David MacKenzie5-122/+155
Add program name to some error messages.
1993-04-29Fix use of @dots and strip usage message.David MacKenzie1-23/+30
1993-04-29Clean up English and Texinfo usage.David MacKenzie1-85/+87
1993-04-27Support for the SH.Steve Chamberlain1-0/+7