Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-08-13 | remove mention of nm | David MacKenzie | 1 | -15/+9 | |
1993-08-13 | * Makefile.in ($(NM_PROG)): Depend on demangle.o. | David MacKenzie | 3 | -16/+35 | |
(demangle.o): New target. (cplus-dem.o): Depend on it, to force compilation order when doing parallel compiles. * nm.c (print_symbol_info_{bsd,sysv,posix}): Take a bfd arg. (struct output_fns print_symbol_info): Ditto. (long_options, usage, main): Add -C --demangle option. (print_symname): New function, demangling if requested. (print_symbols, print_symbol_info_{bsd,sysv,posix}): Use it. | |||||
1993-08-12 | Wed Aug 11 22:57:23 1993 David J. Mackenzie (djm@thepub.cygnus.com) | David MacKenzie | 1 | -64/+79 | |
* Makefile.in: Put CFLAGS last in compilation rules and omit from linking rules. Use ARCHDEFS to compile objdump.c. Update dependencies. * configure.in: Construct ARCHDEFS based on the BFD target makefile fragments. * objdump.c: Conditionalize calls to the print_insn_ARCH functions according to ARCHDEFS. | |||||
1993-08-12 | * ar.c: Removed obsolete and non-functional GNU960 code. | Ian Lance Taylor | 1 | -0/+4 | |
1993-08-11 | * size.c (berkeley_sum): New function. | Ian Lance Taylor | 2 | -6/+47 | |
(bsssize, datasize, textsize): New global variables. (bss_section_name, data_section_name, text_section_name): Removed. (print_berkeley_format): Map berkeley_sum over all the sections, rather than only reporting sizes of specifically named sections. * Makefile.in ($(OBJDUMP_PROG)): Removed dependency on size.o. | |||||
1993-08-11 | Write out all the header information, except the SHARELIB stuff which | Ian Lance Taylor | 1 | -0/+877 | |
is still not implemented. | |||||
1993-08-10 | Added new files. | Ian Lance Taylor | 1 | -0/+3 | |
1993-08-10 | Checkpoint of NLM conversion program. | Ian Lance Taylor | 1 | -0/+80 | |
* nlmconv.c, nlmconv.h, nlmheader.y: New files for program to convert object files into NetWare Loadable Modules. * Makefile.in (NLMCONV_PROG): New macro, define to be nlmconv. (PROGS): Add NLMCONV_PROG. (nlmheader.c, nlmheader.o, nlmconv.o, $(NLMCONV_PROG)): New targets. | |||||
1993-08-05 | make failure nonfatal | David MacKenzie | 1 | -0/+4 | |
1993-08-04 | fix doc bug | David MacKenzie | 2 | -2/+4 | |
1993-08-02 | add nm -B | David MacKenzie | 3 | -4/+40 | |
1993-07-17 | posix.2 final changes | David MacKenzie | 1 | -0/+7 | |
1993-07-16 | remove /dev/null kludge | David MacKenzie | 1 | -0/+6 | |
1993-07-15 | * objdump.c (disassemble_data): Handle the m88k. | Ian Lance Taylor | 2 | -22/+35 | |
(display_bfd): Use bfd_errmsg, rather than just claiming that the bfd is not an object file. | |||||
1993-07-13 | * Makefile.in (TAGS): make work again by naming directories | K. Richard Pixley | 1 | -0/+6 | |
explicitly rather than depending on undefined macros. (INSTALL_XFORM): correct bad install target. | |||||
1993-07-03 | * Doc fixes. | David MacKenzie | 2 | -28/+51 | |
1993-06-28 | * Makefile.in: Note dependencies on bucomm.h. | David MacKenzie | 9 | -219/+499 | |
(cplus-dem.o): Link c++filt with version.o. * strings.c: Include bucomm.h and add prototypes to other decls. Remove -h option. * bucomm.h: Declare xrealloc. * nm.c, objcopy.c, objdump.c, size.c, strings.c (main, usage): Add --help option. Put "GNU" in the version message. (usage): Take stream and exit status as args. (main): Pass new args to usage. | |||||
1993-06-26 | * Fix a couple of typos. | David MacKenzie | 1 | -2/+3 | |
1993-06-26 | * Makefile.in: Add rules for strings. | David MacKenzie | 2 | -5/+13 | |
1993-06-26 | * strings.c, strings.1: New files. | David MacKenzie | 4 | -4/+581 | |
* binutils.texi: Document strings. | |||||
1993-06-26 | Elf bfd routines and types are now size-independent again. | Ken Raeburn | 2 | -6/+23 | |
1993-06-18 | * objdump.c (syms2): Removed unused variable. | Per Bothner | 2 | -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-18 | Look in the right place for bfd.h. | Steve Chamberlain | 1 | -1/+1 | |
1993-06-18 | single-quote $program_transform_name | David D. Zuhn | 1 | -2/+2 | |
1993-06-18 | canonicalize install.sh location | David D. Zuhn | 2 | -1/+6 | |
1993-06-16 | * Makefile.in (install, install-info): remove parentdir support, | David D. Zuhn | 2 | -18/+16 | |
use INSTALL_XFORM; define INSTALL_XFORM | |||||
1993-06-14 | o - size | Ian Lance Taylor | 1 | -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-11 | Add some nm comments. | David MacKenzie | 1 | -12/+7 | |
1993-06-11 | * objcopy.c (copy_object): Fix bad size passed to xmalloc(). | Per Bothner | 1 | -0/+24 | |
1993-06-07 | * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h. | Per Bothner | 1 | -111/+2 | |
* configure.in: No longer need to configure to get sysdep.h. * objcopy.c (copy_object): Fix symbol table handling. | |||||
1993-06-04 | update INFO-DIR-ENTRY | David D. Zuhn | 1 | -1/+1 | |
1993-06-04 | change srctriggeer to a local FILE not a DIRECTORY | David D. Zuhn | 1 | -1/+1 | |
1993-06-03 | * c++filt.1: fixed %^*(^% typo | Jeffrey Osier | 1 | -1/+2 | |
1993-06-03 | hack backquoted command in Makefile.in to always have zero exit status | Ken Raeburn | 2 | -1/+6 | |
1993-06-03 | * Makefile.in: added c++filt and objcopy to MANPAGES variable | Jeffrey Osier | 3 | -1/+8 | |
* .Sanitize: keep c++filt.1 and objcopy.1 | |||||
1993-06-03 | rename LOADLIBES to EXTRALIBS | David D. Zuhn | 2 | -12/+16 | |
1993-06-03 | * c++filt.1, objcopy.1: new man pages | Jeffrey Osier | 3 | -0/+242 | |
1993-06-03 | binutils.texi: put in zoo's info-dir entry stuff (it's cleaner) | Jeffrey Osier | 1 | -1/+1 | |
1993-06-02 | binutils.texi: final tweaks for c++filt chapter | Jeffrey Osier | 1 | -0/+18 | |
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. |