* Makefile.in (check): Add a dummy else clause to the if
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index c1bb9fca1989100dc6eebfc084b3e51470c90e07..774dbb83cc8a529dbbc8fccfd676061900a16cdf 100644 (file)
@@ -1,5 +1,327 @@
+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
+       prev_function non const.  Copy functionname into an malloc buffer
+       when setting prev_function, instead of assuming that the string
+       will last forever.
+
+       * nm.c: Include libiberty.h.
+       (sort_by_size): New static variable.
+       (long_options): Add --size-sort.
+       (usage): Mention --size-sort.
+       (numeric_forward): Make static.  Change from void * to PTR.
+       (numeric_reverse): Likewise.
+       (non_numeric_forward, non_numeric_reverse): Likewise.
+       (sorters): Change declaration from void * to PTR.
+       (size_forward, sort_symbol_by_size): New static functions.
+       (display_rel_file): Handle sort_by_size.
+       (filter_symbols): If sort_by_size, discard absolute and undefined
+       symbols.
+       * binutils.texi (nm): Document --size-sort.
+       * nm.1: Document --size-sort.
+
+Tue Sep 13 21:06:06 1994  Jeff Law  (law@snake.cs.utah.edu)
+
+       * objcopy.c (copy_main): Initialize input_filename and
+       output_filename to NULL.
+
+Tue Sep 13 14:17:24 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * Makefile.in (version.o): Depend upon Makefile, so that version.o
+       gets rebuilt when make variable VERSION is changed.
+
+       * objdump.c (dump_section_header): Print the SEC_NEVER_LOAD flag.
+
+Wed Aug 24 12:40:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * configure.in: Change i[34]86 to i[345]86.
+
+Tue Aug 23 11:00:40 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * ar.c (ranlib_touch): Don't update the archive map if there isn't
+       one.
+
+Mon Aug 22 16:02:18 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * ar.c: Include libiberty.h.
+       (inarch): Remove variable.
+       (map_over_members): Make static.  Add arch argument, and use it
+       instead of inarch.  Change all callers.
+       (main): Treat --version as -v.  Accept -t argument.  Accept any
+       number of archive arguments.  Catch and use open_inarch return
+       value, rather than using inarch.
+       (open_inarch): Return newly opened BFD, rather than using inarch.
+       (do_quick_append): Make archive_filename const.
+       (write_archive): Add iarch argument, and use it instead of inarch.
+       Change all callers.
+       (delete_members, move_members, replace_members): Likewise.
+       (ranlib_only): Don't exit on success.  Catch and use open_inarch
+       return value.
+       (ranlib_touch): New function.
+       * arsup.h (map_over_members): Don't declare.
+       (ar_end, ar_extract): Declare.
+       (open_inarch): Change return value in declaration to bfd *.
+       * arsup.c (map_over_list): Make static. Always pass two arguments
+       to function.  Add arch argument, and use it instead of inarch.
+       Change all callers.
+       (ar_directory_doer): Make static.  Add ignored second argument.
+       Change all callers.
+       (ar_directory): Use open_inarch return value rather than inarch.
+       (ar_addlib_doer): Make static.
+       (ar_addlib): Use open_inarch return value rather than inarch.
+       (ar_extract): Remove unused local variable abfd.
+
+Thu Aug 11 14:55:57 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       Add support for removing named sections to objcopy and strip.
+       * objcopy.c (struct section_list): Define.
+       (remove_sections): New static variable.
+       (strip_options, copy_options): Add remove-section.
+       (copy_usage, strip_usage): Mention -R and --remove-section.
+       (setup_section): If section is in remove_sections list, ignore it.
+       (copy_section): Likewise.
+       (strip_main, copy_main): Handle -R.
+       * binutils.texi, objcopy.1, strip.1: Document new options.
+
+Wed Aug 10 10:19:55 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value,
+       so as not to conflict with the symvalue typedef in bfd.h.
+
+Mon Aug  1 13:19:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * nlmheader.y: Per current NetWare docs, accept a revision number
+       of 0 and treat a revision number greater than 26 as 0.
+
+Mon Jul 25 12:58:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * objdump.c (objdump_print_address): Correct handling of end of
+       symbols when looking for next symbol with a different value.
+
+Fri Jul 22 16:48:34 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * nm.c (numeric_forward): Treat undefined symbols as "less than"
+       defined symbols with zero values.  If numeric values are equal, or
+       both symbols are undefined, sort alphabetically.  Don't assume
+       that the difference of two bfd_vma values will truncate to "int"
+       and still have the same sign.
+       (numeric_reverse): Call numeric_forward and negate the result.
+       (print_symbol_info_bsd): For undefined symbols, print leading
+       spaces equivalent to the width of a printed bfd_vma, rather than
+       assuming that 8 will look right.
+
+Fri Jul 22 10:36:50 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
+
+       * coffgrok.c (doit):  Zero all fields of new structure. 
+       * srconv.c (sysroff_swap_*_out): Remove redundant trailing arg. 
+       * sysinfo.y: Generate sysroff_swap_*_out without requiring extra
+       arg.
+
+Fri Jul 22 10:09:53 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * nlmheader.y: Make "stack" and "stacksize" synonyms in the lexer
+         rather than the parser.
+
+Thu Jul 21 10:25:09 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * config/mh-alphaosf, config/mh-apollo68v, config/mh-delta88:
+       Remove; obsolete.
+
+Sat Jul 16 22:34:39 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * objdump.c (slurp_dynamic_symtab): Try to get the dynamic symbols
+       even if the bfd is not marked DYNAMIC.  ELF executables are not
+       marked DYNAMIC, but do have dynamic symbols.
+
+Fri Jul 15 01:41:35 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
+
+       * coffgrok.c (do_where): Make data with no type 'int'.
+       (do_define):  Keep info on source file of a symbol.
+       * coffgrok.h (coff_symbol): New field.
+       * srconv.c (PROGRAM_VERSION): Now 1.3
+       (wr_rl): Use external ref number for symbol.
+       (wr_dus): Only keep one source file per debug unit.
+       (wr_dln): Always emit line numbers for first source file,
+       (wr_globals):  Emit globals in the du of their owning source file.
+
+Mon Jul 11 15:59:03 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * nlmheader.y: Null terminate var_hdr->threadName.
+
+Fri Jul  8 17:33:22 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
+
+       * Makefile.in (syslex.o, sysinfo.o): Permit C source files to be
+       in $(srcdir), as they will be for FSF releases.
+
+Wed Jul  6 01:13:14 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * nlmconv.c (setup_sections): Preserve existing section flags when
+       copying in flags from a new section.
+
+Tue Jul  5 15:56:01 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
+
+       * objcopy.c: Include libiberty.h.
+       (copy_file): If output_target is NULL, set it to the target of the
+       input file.
+
+Wed Jun 29 17:17:14 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
+
+       * nlmconv.c (link_inputs): Fixed memory allocation bug.
+
+Thu Jun 23 12:52:46 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
+
+       * configure.in: Change --with-targets to --enable-targets.
+
 Tue Jun 21 12:53:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
 
+       * Makefile.in (sysinfo): Does not depend upon $(ADDL_LIBS).
+
+       * nlmconv.c (powerpc_build_stubs): Don't generate the PowerPC
+       NetWare custom header; no longer needed.
+       (powerpc_mangle_relocs): Convert relocs against the uninitialized
+       data section into relocs against the data section.
+
        * configure.in: Set nlmconv_defs to -DNLMCONV_cputype for all the
        netware targets.  Write it into Makefile as NLMCONV_DEFS.
        * Makefile.in (nlmconv.o): Pass $(NLMCONV_DEFS) to $(CC).
This page took 0.035713 seconds and 4 git commands to generate.