* Makefile.in (check): Add a dummy else clause to the if
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 35cca2c5acb62d93729e705f0c9e4694aa8d5f7b..774dbb83cc8a529dbbc8fccfd676061900a16cdf 100644 (file)
@@ -1,3 +1,144 @@
+Wed Oct 19 14:09:16 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * Makefile.in (check): Add a dummy else clause to the if
+       statement.
+
+       * objcopy.c (copy_object): Revert yesterday's change.
+       * binutils.texi, objcopy.1: Remove special mention of --set-start
+       and `binary' output format.
+
+Tue Oct 18 11:12:01 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * objcopy.c (copy_object): If the output file format is `binary',
+       and the start address was not set using --set-start, default the
+       start address to zero.  This hack is because the `binary' output
+       file format uses the start address to set the virtual address of
+       the first byte in the file.
+       * binutils.texi, objcopy.1: Add some notes on generating S-records
+       and binary files.
+
+       * nm.c (print_symdef_entry): Call print_symname to print the
+       symbol name, so that --demangle works.
+
+       * Makefile.in (mostlyclean): Remove tmpdir.
+
+       * objcopy.c (struct section_list): Add fields used, adjust, val.
+       (adjust_start, set_start_set, set_start): New static variables.
+       (adjust_section_vma, adjust_sections): New static variables.
+       (copy_options): Add --adjust-start, --adjust-vma,
+       --adjust-section-vma, --adjust-warnings, --no-adjust-warnings,
+       --set-start.
+       (parse_vma): New static function.
+       (copy_usage): Mention new options.
+       (copy_object): Handle --set-start and --adjust-start.
+       (setup_section): Correct type of last argument to PTR.  Set used
+       field if section is removed.  Handle --adjust-vma and
+       --adjust-section-vma.
+       (copy_section): Correct type of last argument to PTR.
+       (mark_symbols_used_in_relocations): Likewise.
+       (strip_main): Clear used field when handling -R.
+       (copy_main): Handle new options.
+       * binutils.texi (objcopy): Document new options.
+       * objcopy.1: Document new options.
+
+Fri Oct 14 14:38:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * configure.in (configdirs): Remove definition--testsuite is no
+       longer configured.
+       * Makefile.in (testsuite): Remove target.
+       (site.exp): New target.
+       (check): Rewrite.
+       (clean, distclean): Don't recur into testsuite directory.
+
+Thu Oct 13 19:24:09 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (VERSION): Updated to 2.5.
+       * Version 2.5 released.
+
+Tue Oct 11 15:26:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * Makefile.in (sysdump.o): Depends upon sysroff.c.
+
+Mon Oct 10 13:50:30 1994  J.T. Conklin  (jtc@rtl.cygnus.com)
+
+       * nlmconv.c (link_inputs): Pass -Ur flag to ld so that the
+         ctor/dtor tables needed by C++ programs are built.
+
+Sun Oct  9 18:04:00 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
+
+       * Makefile.in (srconv.o): Add dependence on sysroff.c.
+
+Tue Oct  4 12:19:51 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * configure.in: Use ${config_shell} when running config.bfd.
+
+       * Makefile.in (sysroff.h): Split target away from sysroff.c.
+       (srconv.o, sysdump.o): New targets.
+       (srconv, sysdump): Don't depend upon sysroff.c.
+
+Wed Sep 28 13:04:34 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * Makefile.in (arparse.c): Don't ignore errors from mv.
+       (sysinfo.c): Likewise.  Also, depend upon arparse.c, to prevent a
+       parallel make from trying to build both arparse.c and sysinfo.c
+       simultaneously.
+       (nlmheader.c): Similar change.
+       (arparse.h): Separate target from arparse.c, so that a parallel
+       make does not try to build both at once.  Depend upon arparse.c.
+       (sysinfo.h): Similar change.
+
+       * objdump.c (disassemble_data): Pass the reloc buffer to free, not
+       the pointer used to loop over the relocs.
+
+Sat Sep 24 16:16:57 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * objdump.c (disassemble_data): Cast result of xmalloc.
+
+Wed Sep 21 19:30:35 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * objdump.c (sorted_syms, sorted_symcount): New global variables.
+       (objdump_print_address): Use sorted_syms and sorted_symcount
+       instead of syms and symcount.
+       (disassemble_data): Don't bother to get the relocs before looping
+       over the sections.  Before filtering and sorting the symbol table,
+       copy it into sorted_syms.
+
+Fri Sep 16 11:27:39 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * objdump.c (struct objdump_disasm_info): Add field require_sec.
+       (objdump_print_address): If aux->require_sec, require that the
+       symbol be in aux->sec even if HAS_RELOC is not set.  If we can't
+       find a smaller symbol in the right section, look for a larger one.
+       (disassemble_data): Set aux.require_sec around the
+       objdump_print_address call for the instruction address.
+
+Thu Sep 15 21:43:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * ar.c: Call xexit rather than exit.
+       (output_filename, output_file, output_bfd): New static variables.
+       (remove_output): New static function.
+       (main): Call xatexit (remove_output).  Call xexit rather than
+       returning.
+       (extract_file): Set output_filename and output_file while output
+       file is open.
+       (write_archive): Likewise, but use output_bfd, not output_file.
+       * arsup.c: Include libiberty.h.  Call xexit rather than exit.
+       * bucomm.c: Likewise.
+
+       * objdump.c (disassemble_all): New global variable.
+       (usage): Document --disassemble-all.
+       (long_options): Add disassemble-all as a synonym for -D.
+       (compare_symbols): Make pointers const.
+       (compare_relocs): New static function.
+       (disassemble_data): Rename disassemble to disassemble_fn to avoid
+       shadowing.  If dump_reloc_info, print relocs along with
+       disassembly.  Skip sections which are not SEC_CODE unless
+       disassemble_all or only is set.
+       (display_bfd): Don't call dump_relocs if disassemble is set.
+       (main): Accept and handle -D.
+       * binutils.texi: Document -D/--disassemble-all.
+       * objdump.1: Likewise.
+
 Wed Sep 14 12:19:07 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
 
        * objdump.c (disassemble_data): Initialize prevline to 0.  Make
This page took 0.027841 seconds and 4 git commands to generate.