Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-06-01 | Add an install-info target too. | Rob Savoye | 1 | -0/+1 | |
1993-06-01 | Add info target. | Rob Savoye | 1 | -1/+1 | |
1993-05-28 | * Makefile.in (install): Also install ar and ranlib in | Per Bothner | 1 | -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-28 | Add a blank install target so the top level makefile won't die. | Rob Savoye | 1 | -0/+1 | |
1993-05-28 | * biutils.texi: revised c++filt chapter | Jeffrey Osier | 2 | -14/+29 | |
1993-05-27 | added things-to-lose sections | K. Richard Pixley | 3 | -2/+7 | |
1993-05-27 | * Makefile.in (FLAGS_TO_PASS): Pass down CC and CFLAGS. | Ian Lance Taylor | 3 | -1/+9 | |
1993-05-26 | configure.in template that supports *only* make check. (for releases) | Rob Savoye | 1 | -0/+16 | |
1993-05-26 | Makefile fragment that supports *only* make check. (for releases) | Rob Savoye | 1 | -0/+76 | |
1993-05-25 | elf32 updates | Ken Raeburn | 2 | -4/+6 | |
1993-05-25 | Makefile.in (DISTSTUFF): Don't build binutils.mm. | Ken Raeburn | 3 | -11/+46 | |
objdump.c (slurp_symtab): Print warning for bad symbol table. | |||||
1993-05-24 | INFO-DIR-ENTRY formatting tweaks | David D. Zuhn | 1 | -1/+1 | |
1993-05-21 | Move printing from bfd to nm and add POSIX and SysV compatibility. | David MacKenzie | 1 | -22/+82 | |
1993-05-21 | Improve error messages. | David MacKenzie | 1 | -0/+21 | |
1993-05-17 | lib directory is no longer present | Ian Lance Taylor | 1 | -1/+0 | |
1993-05-15 | Minor cleanups to c++filt node, and copyright dates. | Roland Pesch | 1 | -12/+12 | |
1993-05-15 | * Makefile.in (underscore.c): Automatically generate | Per Bothner | 1 | -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 Bothner | 1 | -0/+7 | |
1993-05-12 | * objcopy.c: Renamed from copy.c, updated comments accordingly. | Ian Lance Taylor | 5 | -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 Bothner | 1 | -1/+1 | |
1993-05-07 | * Makefile.in (RUNTEST): Define. | Ian Lance Taylor | 1 | -0/+10 | |
(FLAGS_TO_PASS): Pass down RUNTEST. | |||||
1993-05-04 | * Makefile.in: Change definition of $(tooldir) to match FSF. | Per Bothner | 2 | -13/+51 | |
1993-04-30 | Fix typo. | David MacKenzie | 1 | -1/+1 | |
1993-04-30 | Had a duplicate listing for -v. | David MacKenzie | 1 | -8/+1 | |
1993-04-29 | Fix up usage summaries and examples. Document a few missing options. | David MacKenzie | 1 | -26/+34 | |
1993-04-29 | More fixes to usage messages. | David MacKenzie | 1 | -3/+2 | |
1993-04-29 | Document missing options. Use -- instead of + for long options. | David MacKenzie | 5 | -64/+117 | |
1993-04-29 | Add hyphens in usage messages. | David MacKenzie | 2 | -2/+2 | |
1993-04-29 | Clean up usage messages and option parsers. | David MacKenzie | 5 | -122/+155 | |
Add program name to some error messages. | |||||
1993-04-29 | Fix use of @dots and strip usage message. | David MacKenzie | 1 | -23/+30 | |
1993-04-29 | Clean up English and Texinfo usage. | David MacKenzie | 1 | -85/+87 | |
1993-04-27 | Support for the SH. | Steve Chamberlain | 1 | -0/+7 | |
1993-04-22 | Remove so cvs -P will work right. | Rob Savoye | 1 | -31/+0 | |
1993-04-22 | Moved the only file to dejagnu/lib, so this is empty. | Rob Savoye | 1 | -2/+0 | |
1993-04-22 | Moved to dejagnu/lib since it's now real generic. | Rob Savoye | 1 | -108/+0 | |
1993-04-22 | Updated since all the init module names changed. | Rob Savoye | 1 | -6/+7 | |
1993-04-22 | hange nm.all to binutils.all. Remove chill stuff. | Rob Savoye | 1 | -51/+1 | |
1993-04-22 | Add testsuite directory. | Rob Savoye | 1 | -0/+1 | |
1993-04-19 | * Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly | Rob Savoye | 1 | -2/+3 | |
built binaries if they exist. (otherwise the path) | |||||
1993-04-19 | Mostly cleanup. Doesn't prints it's own pass/fail message anymore. | Rob Savoye | 1 | -4/+0 | |
1993-04-19 | Gets names to test from higher level makefile. | Rob Savoye | 1 | -86/+32 | |
1993-04-09 | Please don't add declarations of random system functions to general | Ian Lance Taylor | 2 | -16/+19 | |
source files if you can possibly avoid it. They inevitably fail on some system somewhere. * objdump.c: Removed useless fprintf declaration. | |||||
1993-04-08 | Rename to util-defs.exp and turn into generic procedures. | Rob Savoye | 1 | -81/+37 | |
1993-04-08 | * Makefile.in: Changed check target to use DejaGnu. | Rob Savoye | 1 | -0/+13 | |
1993-04-08 | All use new util_test proc. | Rob Savoye | 7 | -0/+315 | |
1993-04-08 | Replaced by just $(target_os) name. Use new util_test proc. | Rob Savoye | 7 | -421/+0 | |
1993-04-08 | Changed "make check" target to use DejaGnu. | Rob Savoye | 1 | -18/+6 | |
1993-04-08 | Get rid of all the links. | Rob Savoye | 1 | -19/+2 | |
1993-04-02 | New print_address for disassemblers, merge a29k and i960 disassemblers | Jim Kingdon | 3 | -1166/+0 | |
1993-04-01 | remove another reference to sparc-pinsn.c | Jim Kingdon | 1 | -1/+0 | |