Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-01-06 | * arsup.h (interactive), bucomm.h (program_name): Prefix | Per Bothner | 1 | -0/+5 | |
with 'extern', to avoid warnings from some compilers. | |||||
1993-01-06 | > | Steve Chamberlain | 1 | -0/+8 | |
* arparse.y: fix unnecessary shift/reduce | |||||
1992-12-22 | * Makefile.in: Make check depend on all. | Per Bothner | 1 | -0/+9 | |
* Makefile.in (distclean): Remove sysdep.h. * size.c: Use %u format where appropriate. * objdump.c: Standardize: L_SET -> SEEK_SET. * objdump.c: Use new macro bfd_asymbol_bfd. * configure.in: Allow std-host as the default ${mys_host}. | |||||
1992-12-16 | * Makefile.in (dist): Fix permissions before release. | Per Bothner | 1 | -0/+15 | |
* size.c: Use bfd_size_type (and long) where appropriate. * ar.c: Make writing a map the default, to be compatible with SYSV and Posix.2. Remove some bogus kludges that handled __.SYMDEF directly. * NEWS: New file. | |||||
1992-11-08 | include file handling changes | David D. Zuhn | 1 | -0/+6 | |
1992-11-06 | * i960-pinsn.c (MEM_MAX, MEM_SIZ): Set upper bound properly. | John Gilmore | 1 | -0/+4 | |
1992-11-05 | Clean up some old BFD ansification macros. | John Gilmore | 1 | -0/+12 | |
* arsup.h, bucomm.h, objdump.h: Remove EXFUN from binutils. It still remains as a local macro in gmalloc.c, which is derived from some other copy of GNU Malloc somewhere (FIXME). * ar.c, objdump.c, size.c: Replace EXFUN with PROTO. Make static fns really static. * arsup.h: Declare extract_files. | |||||
1992-11-02 | Mon Nov 2 12:36:14 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+10 | |
* config/delta88.mh, config/hp300.mh, config/hppahpux.mh, config/i386v.mh: removed -DUSG from HDEFINES. hosts/delta88.h, hosts/hp300.h, hosts/hppahpux.h, hosts/i386v.h: defined USE_UTIME. hosts/i386v.h: don't define POSIX_UTIME. | |||||
1992-10-14 | * copy.c: Re-do command-line parsing to use getopt_long(). | Per Bothner | 1 | -0/+9 | |
Add long option names. Re-think option letters to be more consistent. * copy.c: New function filter_symbols() for stripping only debug-symbols and/or local symbols. Use these to support the previously-missing options of the old FSF strip. | |||||
1992-10-13 | * configure.in (host): Use ${srcdir}/../bfd/configure.host rather | John Gilmore | 1 | -0/+5 | |
than repeating a copy of it here. | |||||
1992-10-08 | * copy.c (main): Even if is_strip, accept -d argument indicating alternate | Ken Raeburn | 1 | -0/+6 | |
output format. Needed by gdb for Nindy. * m68k-pinsn.c (print_insn_arg): Handle new "`" operand type. | |||||
1992-10-06 | added copy documentation per Roland | Jeffrey Osier | 1 | -0/+5 | |
1992-10-06 | * Makefile.in (*clean rules): Some cleaning up. | Per Bothner | 1 | -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 Gilmore | 1 | -0/+10 | |
* sparc-pinsn.c: Change index to strchr. | |||||
1992-09-15 | Changes to make an installed cross-compiler find everything correctly. | Ian Lance Taylor | 1 | -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-01 | Brought forward from p3: | Ian Lance Taylor | 1 | -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 Bothner | 1 | -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 we32k | Brendan Kehoe | 1 | -0/+4 | |
1992-08-24 | * ar.c (map_over_members): if the element of the archive has a | Steve Chamberlain | 1 | -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-19 | This is for PR 628. | Ian Lance Taylor | 1 | -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-19 | Added option to print the version number. | Rob Savoye | 1 | -0/+8 | |
1992-08-18 | Moved in from p3: | Ian Lance Taylor | 1 | -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 use | Per Bothner | 1 | -0/+5 | |
range to indicate floating point control registers). | |||||
1992-08-12 | * ar.c (main): Don't *always* set the verbose flag! | Per Bothner | 1 | -0/+4 | |
1992-08-05 | * copy.c: When is_strip (because it is invoked as the strip | Per Bothner | 1 | -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-23 | more hp config stuff via xpro | David Henkel-Wallace | 1 | -0/+9 | |
1992-07-18 | removed rcsids | K. Richard Pixley | 1 | -0/+5 | |
1992-07-16 | removed rcsid | K. Richard Pixley | 1 | -0/+4 | |
1992-07-16 | * objdump.c (display_bfd): print state of BFD_IS_RELAXABLE too | Steve Chamberlain | 1 | -0/+4 | |
1992-07-10 | Support -program_suffix (and make -program_prefix actually work). | David Henkel-Wallace | 1 | -0/+4 | |
1992-06-25 | Lint. Remove excess whitespace. | John Gilmore | 1 | -0/+4 | |
1992-06-24 | * nm.c (valueof macro): Add missing parentheses. | Per Bothner | 1 | -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 Gilmore | 1 | -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-13 | Lint | John Gilmore | 1 | -1/+1 | |
1992-06-13 | Lint | John Gilmore | 1 | -0/+4 | |
1992-06-11 | * objdump.1, binutils.texi: Update for --stabs. Also fix | John Gilmore | 1 | -0/+3 | |
objdump's doc to use -- rather than + for long options. (FIXME: Not yet fixed everywhere in binutils.texinfo.) | |||||
1992-06-11 | New feature: --stabs prints out a .stab section from an ELF file. | John Gilmore | 1 | -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-10 | Wed Jun 10 07:53:24 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -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 Bothner | 1 | -0/+5 | |
Add declaration of strdup(). | |||||
1992-05-22 | * Makefile.in: Use srcdir instead of VPATH in ldgram/ldlex | Per Bothner | 1 | -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 Bothner | 1 | -0/+15 | |
* Makefile.in (dist): Generate flex and bison outputs for distribution. | |||||
1992-05-07 | *** empty log message *** | Roland Pesch | 1 | -0/+4 | |
1992-05-07 | * arparse.y: make END call ar_end | Steve Chamberlain | 1 | -0/+7 | |
* arsup.c (ar_end): added, deletes temp file if archive session aborted. | |||||
1992-05-06 | FLEX -> LEX. use bison & flex from ../ if they exist | K. Richard Pixley | 1 | -0/+3 | |
1992-05-06 | remove temporary directory when finished | K. Richard Pixley | 1 | -0/+4 | |
1992-05-05 | * Makefile.in: Bump to version 1.97. | Per Bothner | 1 | -0/+5 | |
* ar.c: Declare errno for machines that need it. | |||||
1992-05-05 | * objdump.c (display_info): Handle error cases without coredump. | John Gilmore | 1 | -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-02 | added test-install target | K. Richard Pixley | 1 | -0/+2 | |
1992-05-01 | sanity test | K. Richard Pixley | 1 | -0/+6 | |
1992-04-21 | rework CFLAGS so that they can be passed on the make command line | K. Richard Pixley | 1 | -0/+47 | |