aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Collapse)AuthorFilesLines
1995-12-12 * Makefile.in (clean): Remove $(DEMANGLER_PROG).1. From RonaldIan Lance Taylor1-0/+5
F. Guilmette <rfg@monkeys.com>.
1995-12-11 * mac-binutils.r: Fix copyright and version strings.Stan Shebs3-4/+8
* Makefile.in (version): Remove, no longer used.
1995-12-05Fix .idata doc bug.David Edelsohn1-3/+1
1995-12-05Document the .idata section.David Edelsohn1-0/+39
1995-12-01 * mpw-make.sed (install, install-only): Edit in Mac-specificStan Shebs2-0/+23
install procedure.
1995-12-01PowerPC changesKim Knuttila2-29/+306
1995-11-29 * dlltool.c (fill_ordinals): Don't reference d_export_vec ifDavid Edelsohn2-4/+8
there are no exported functions.
1995-11-27 * binutils-all/objcopy.exp: Correct fail calls to always use theIan Lance Taylor1-0/+5
same string as the pass call.
1995-11-27 * configure: Regenerate with autoconf 2.7.Ian Lance Taylor1-0/+4
1995-11-22 * dlltool.c (fill_ordinals): Start assigning ordinals at 1.Ian Lance Taylor2-7/+13
PR 8500.
1995-11-22 * lib/utils-lib.exp (prune_system_crud): Discard -g -O warningsIan Lance Taylor2-0/+64
from native compilers on OSF/1 and SunOS.
1995-11-22 * Makefile.in (EXPECT): Use $$r, not $${rootme}.Ian Lance Taylor2-5/+10
(check): Set r, not rootme.
1995-11-21 * configure.in: Use BFD_NEED_DECLARATION.Ian Lance Taylor3-54/+268
* acconfig.h: Put NEED_DECLARATION_FPRINTF in @TOP@ section. * configure, config.in: Rebuild with autoconf 2.6.
1995-11-16version 2.6Ken Raeburn2-4/+35
1995-11-15 * binutils-all/objcopy.exp: If assembly fails, call unresolved.Ian Lance Taylor4-3/+190
Test running objcopy and strip on a final executable. * binutils-all/testprog.c: New file. * config/default.exp (STRIP, STRIPFLAGS): Define. (binutils_compile): New procedure. * lib/utils-lib.exp (default_binutils_compile): New procedure.
1995-11-14 * dlltool.c: Use FOPEN_* macros rather than "r" or "w".Ian Lance Taylor1-0/+2
1995-11-14 * dlltool.c (fill_ordinals): Correct memset call.Ian Lance Taylor2-1/+28
1995-11-12 * mpw-make.sed (DEMANGLER_PROG): Edit out attempts to do anythingStan Shebs2-0/+16
with the man page.
1995-11-10 binutils.texi: modified from 95q4Victoria Mixon1-23/+23
1995-11-08 * arsup.c (ar_open): Cast malloc return value.Ian Lance Taylor1-0/+4
1995-11-07Small PPC support changesKim Knuttila1-0/+5
1995-11-07 * configure.in: Don't treat rs6000-*-lynx* specially.Ian Lance Taylor4-30/+23
* configure: Rebuild. * config/rslynx: Remove. * Makefile.in: Remove @target_makefile_fragment@.
1995-11-06 * bucomm.h: Include <sys/types.h>.Ian Lance Taylor3-25/+9
* ar.c: Don't include <sys/types.h> or <stdio.h>. * bucomm.c, dlltool.c, nlmconv.c, objcopy.c, objdump.c: Likewise.
1995-11-03 * objdump.c: Include <sys/types.h>.Ian Lance Taylor2-0/+3
1995-11-03fix *-motorola-sysv3* to sysv*Ian Lance Taylor1-1/+1
1995-11-03 Permit user to override DEMANGLER_PROG from command line. FromIan Lance Taylor2-3/+14
Manfred Hollstein <manfred@lts.sel.alcatel.de>. * Makefile.in ($(DEMANGLER_PROG)): Depend upon $(DEMANGLER_PROG).1. (install): Don't depend upon $(DEMANGLER_PROG).1. Only install $(DEMANGLER_PROG).1 if $(DEMANGLER_PROG) is not empty.
1995-11-01Wed Nov 1 15:09:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 ↵Ian Lance Taylor2-2/+13
<manfred@lts.sel.alcatel.de> * binutils-all/objcopy.exp: Add setup_xfails for m68*-motorola-sysv3* and m88*-motorola-sysv3*.
1995-11-01Wed Nov 1 15:04:57 1995 Manfred Hollstein KS/EF4A 60/1F/110 #40283 ↵Ian Lance Taylor2-1/+6
<manfred@lts.sel.alcatel.de> * Makefile.in (syslex.o): add -I$(srcdir) if compiling in a separate directory.
1995-10-30 * objdump.c (objdump_print_value): New static function.Ian Lance Taylor2-15/+76
(objdump_print_address): Use it. If we need the right section for the symbol, and we can't find it, print an offset from the section rather than using a symbol from some other section. PR 8251.
1995-10-28Thu Oct 26 10:23:14 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain2-198/+490
* dlltool.c (no_idata4, no_idata5): New. (arm_jtab): Use correct encoding of jump instruction. (usage, main, make_head, make_tail): Act on no_idata4, no_idata5.
1995-10-25 * mpw-make.sed: Edit paths to generated y.tab.[ch] files.Stan Shebs2-0/+8
1995-10-20 * binutils.texi: Change --with-targets to --enable-targets.Ian Lance Taylor2-1/+5
1995-10-20 * Makefile.in: Remove extraneous tab on otherwise empty line,Fred Fish2-2/+17
which confuses many non-GNU versions of "make".
1995-10-13Do not give error message if dlltool was not builtMichael Meissner1-5/+7
1995-10-13Fri Oct 13 11:04:37 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-0/+11
* deflex.l: Allow quoting of IDs. * defparse.y (%union): string deleted. (command): DESCRIPTION takes ID. * dlltool.c (gen_def_file): Quote outgoing name if necessary. Preserve NONAME. (gen_lib_file): Run ranlib. (workout_prefix): Deleted. (main, usage, long_options): Add --as, --ranlib, --ar options.
1995-10-11Wed Oct 11 13:36:13 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain2-58/+164
* dlltool.c (mtable): HOW_ALIGN_LONG, new. (d_ord): Deleted. (d_low_ord, d_high_ord, d_named_funcs): New. (gen_exp_file): Create noname entries correctly. (gen_lib_file): Dump exports alphabetically. (process_duplicates): Count nonamed functions. (fill_ordinals): Keep track of highest ord too. (mangle_defs): Create alphabetically ordered list of names.
1995-10-10Tue Oct 10 09:39:09 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain2-2/+6
* Makefile.in (TOOL_PROGS): Include DLLTOOL_PROG.
1995-10-09Mon Oct 9 13:06:31 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain2-186/+241
* dlltool.c (add_underscore): New. (xlate): Use new name. (main, usage): Update.
1995-10-06Mon Sep 25 22:49:32 1995 Andreas Schwab ↵Ken Raeburn7-24/+34
<schwab@issan.informatik.uni-dortmund.de> * nm.c (print_symname): Don't try to demangle an empty name. * objdump.c (slurp_symtab): Reset symcount if there are no symbols. (slurp_dynamic_symtab): Likewise, for dynsymcount. (disassemble_data): Fix memory leak: free sorted_syms when done. (display_bfd): Likewise, for syms and dynsyms. (dump_relocs): Don't print header before possibly generating an error message. (dump_dynamic_relocs): Likewise. * ar.1, nm.1, objdump.1, size.1, strings.1, strip.1: Fix typos and formatting bugs.
1995-10-06* sysinfo.y: Eliminate unused terminals "[" and "]" and unused nonterminalKen Raeburn1-0/+5
"name". One s/r conflict remains.
1995-10-06 * ar.c (do_quick_append): Comment out.Ian Lance Taylor1-0/+8
(replace_members): Add quick argument. (main): Don't call do_quick_append. (open_inarch): Don't call quick_append to create an empty archive. Instead call bfd_openw/bfd_set_format/bfd_close.
1995-10-06* bucomm.c: Always include time.h.Ken Raeburn1-0/+4
1995-10-05 * objdump.c (compare_symbols): Sort gnu_compiled and gcc2_compiledIan Lance Taylor2-30/+69
symbols after other symbols with the same value. Likewise for symbols which look like file names. (objdump_print_address): Always chose the first reasonable symbol with a given value. PR 8148.
1995-10-04 * arsup.c (ar_save): Use rename, not unlink/link/unlink.Ian Lance Taylor1-0/+4
1995-10-02 * binutils-all/ar.exp: New file.Ian Lance Taylor3-12/+30
* binutils-all/bintest.s: Make text_symbol and data_symbol global. Add new static symbols static_text_symbol and static_data_symbol. * binutils-all/nm.exp: Adjust accordingly. * config/default.exp (AR): Set if not set. (binutils_remove): New procedure. * lib/utils-lib.exp (default_binutils_run): Call prune_system_crud on program output. Use verbose -log instead of both verbose and send_log. (default_binutils_remove): New procedure.
1995-10-02 * lib/utils-lib.exp (default_binutils_assemble): CallIan Lance Taylor2-1/+39
prune_system_crud on assembler output.
1995-10-02 * strings.c (main): Exit with zero status if no files are givenIan Lance Taylor1-1/+16
and standard input is read.
1995-09-29Comings and goings of Mac-specific files.Stan Shebs1-1/+2
1995-09-29 * mpw-config.in: Calculate underscore and put into makefileStan Shebs4-554/+123
fragment, generate config.h. * mpw-make.sed: New file, sed commands to edit Unix makefile into MPW syntax. * mpw-make.in: Remove. * mac-binutils.r: New file, Mac resources.
1995-09-28 * dlltool.c: (gen_exp_file): Always emit a .reloc section if relocatable.Steve Chamberlain1-0/+8
(imp_name_lab): New. (gen_def_file): New. (gen_lib_file): Use imp_name_lab. (main): Initialize imp_name_lab.