* config.in: Rename from config.h.in.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index a8332506d9826355fe8f231b47e58f743ff01513..e10af9f2a5f3c1650e6c837f6da04f46fb33cd2b 100644 (file)
@@ -1,5 +1,774 @@
+Thu Sep  7 12:12:17 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config.in: Rename from config.h.in.
+       * configure.in: Call AC_CONFIG_HEADER with config.h:config.in.
+       Check for config.h:config.in when creating stamp-h.
+       * configure: Rebuild.
+       * Makefile.in (stamp-h): Depend upon config.in rather than
+       config.h.in.  Set CONFIG_HEADERS to config.h:config.in when
+       calling config.status.
+
+       * Makefile.in (distclean): Remove config.h, stamp-h, and
+        config.log.
+
+       * nm.c (value_format): Initialize based on BFD64 and
+       BFD_HOST_64BIT_LONG.
+       (print_radix): New static variable.
+       (set_print_radix): Set print_radix.  Adjust changes to
+       value_format.
+       (print_value): New static function, to print 64 bit octal and
+       decimal values correctly.
+       (print_symbol_info_bsd): Check BFD64, not BFD_HOST_64_BIT.  Use
+       print_value.
+       (print_symbol_info_sysv): Use print_value.
+       (print_symbol_info_posix): Likewise.
+
+Wed Sep  6 15:02:55 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (*.o): Remove incorrect dependencies on
+       $(BFDDIR)/hosts/std-host.h.
+
+       * Makefile.in (INSTALL_DATA): Add -m 644.
+       (INSTALL_XFORM1): Likewise.
+       (CC_FOR_BUILD): Set to @CC_FOR_BUILD@ rather than $(CC).
+       (mostlyclean): Remove config.log.
+       (distclean): Remove config.cache.
+
+       * configure.in: Call BFD_CC_FOR_BUILD and BFD_BINARY_FOPEN.
+       * configure: Rebuild.
+
+Tue Sep  5 20:22:42 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Rewrite to use autoconf.
+       * aclocal.m4: New file.
+       * configure: New file, built by autoconf.
+       * acconfig.h: New file.
+       * config.h.in: New file, built by autoheader.
+       * Makefile.in: Various changes for new configure script.  Also:
+       (PROGS): Remove $(SYSINFO_PROG).
+       (ALL_CFLAGS): Remove $(TDEFINES).
+       (version.o): Use $(ALL_CFLAGS).
+       (cplus-dem.o, dlltool.o, nlmconv.o): Likewise.
+       (sysdump.o): Depend upon bucomm.h and config.h.
+       (srconv.o, arsup.o, strings.o): Depend upon config.h.
+       (filemode.o): Don't depend upon ../bfd/sysdep.h.
+       (bucomm.o): Depend upon config.h, not ../bfd/sysdep.h.
+       (size.o, objdump.o, nm.o, ar.o, objcopy.o): Likewise.
+       (nlmheader.o, nlmconv.o): Likewise.
+       (distclean): Don't remove sysdep.h.
+       * bucomm.h: Include "ansidecl.h", <stdio.h>, and "config.h".
+       Include "fopen-same.h" or "fopen-bin.h", based on
+       USE_BINARY_FOPEN.  Include <errno.h>, and declare errno if it is
+       not a macro.  Include <unistd.h>, <string.h>, <strings.h>,
+       <stdlib.h>, and <fcntl.h> if they are present.  Declare strchr,
+       strrchr, and strstr if no string header file exists.  Include
+       <sys/file.h> if it exists and <fcntl.h> does not.  Define
+       O_RDONLY and O_RDWR if necessary.
+       * ar.c:  Don't include "sysdep.h".  Do include <sys/types.h> and
+       <sys/stat.h>.  Use HAVE_GOOD_UTIME_H rather than POSIX_UTIME.  Use
+       HAVE_UTIMES rather than !USE_UTIME.  Don't include <errno.h>, and
+       don't declare errno.
+       * arsup.c: Don't include <sysdep.h>.
+       * bucomm.c: Don't include "sysdep.h".  Include <stdio.h>,
+       <sys/types.h>, and <sys/stat.h>.  Include <time.h> if it defines
+       time_t.  Define time_t if necessary.
+       * coffdump.c: Don't include "sysdep.h".
+       * coffgrok.c, filemode.c, nlmconv.c, size.c: Likewise.
+       * srconv.c, strings.c: Likewise.
+       * nm.c: Don't include "sysdep.h".  Don't try to define HAVE_SBRK.
+       * objcopy.c: Don't include "sysdep.h".  Include <sys/types.h> and
+       <sys/stat.h>.
+       (simple_copy): Use creat rather than assuming that O_CREAT is
+       defined.
+       * objdump.c: Don't include "sysdep.h".  Use
+       NEED_DECLARATION_PRINTF rather than !FPRINTF_ALREADY_DECLARED.
+       * sysdump.c: Include "bfd.h" and "bucomm.h".  Don't include
+       "sysdep.h" or <stdlib.h>.
+       (dump_symbol_info): Rename from symbol_info.  Change all callers.
+       
+Mon Sep  4 14:30:00 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in (host_makefile_frag): Don't set.  Substitute for
+       @CC@, @CFLAGS@, @HDEFINES@ and @LDFLAGS@ in Makefile.
+       * Makefile.in (AR_FLAGS): Set to rc rather than qv.
+       (CC): Define as @CC@.
+       (CFLAGS): Set to @CFLAGS@.
+       (LDFLAGS): Define as @LDFLAGS@.
+       (ALL_CFLAGS): Use @HDEFINES@ rather than $(HDEFINES).
+
+       * configure.in: Don't bother to call config.bfd for each target.
+       Just call it for the default target, and use the shell variable to
+       decide whether underscores are used.
+
+Thu Aug 31 19:21:48 1995  Jason Molenda    (crash@phydeaux.cygnus.com)
+
+       * configure.in: match i[3-6]86-*-win32, not just i386-*-win32.
+
+Thu Aug 31 16:30:22 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * dlltool.c (add_indirect): New.
+       (asm_prefix): New
+       (gen_exp_file): Timestamp should be 0. Insert prefix when
+       needed. New code for indirection.
+       (gen_lib_file): Timestamp should be 0. Insert prefix
+       when needed.
+       (usage): Document --add-indirect.
+       (main): Cope with new option.
+
+       * objdump.c (dump_private_headers): New.
+       (usage): Document new option.
+       (long_option): Add private-headers.
+       (dump_bfd_private_header): New.
+       (main): Cope with new option.
+
+Thu Aug 31 04:09:16 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * dlltool.c (run): Add missing 3rd arg to waitpid.
+
+Wed Aug 30 11:02:11 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * Makefile.in (TOOL_PROGS): Include dlltool if needed.
+
+Tue Aug 29 13:25:21 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * dlltool.c (rva): Deleted.
+       (rvaafter, rva_before): Use new assembler pseudo.
+       (flush_page, gen_exp_file, gen_lib_file): Use new way of RVAing.
+       (gen_exp_file): Don't generate .edata if no need.
+       (gen_lib_file): Don't make timestamp.
+       Put _iname in idata$7.
+       (workout_prefix): Fix memory initialization bug.
+       (usage): Tidy up, delete many single char options.
+       (main): rva option is gone.
+
+Mon Aug 21 18:41:28 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * dlltool.c (options): image-base is a synonym for rva.
+       (gen_lib_file): Put dll name into ibase$7.
+
+Sun Aug 20 09:59:00 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       Modified to generate archives and objects rather than .s files.
+       * dlltool.c (run) New function.
+       (gen_exp_file, gen_lib_file): Use run.
+       (workout_prefix): New.
+       (usage): Document new options.
+       (main): Parse new options.
+
+Wed Aug 16 16:26:52 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * dlltool.c (gen_exp_file): Fix RVA handling.
+       (rva_s, rva_n): Delete.
+
+Fri Aug 11 18:27:18 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * nm.c (main): Ignore -e.
+
+Thu Aug 10 17:35:00 1995  Ken Raeburn  <raeburn@cygnus.com>
+
+       * Makefile.in (config.texi): New target.  Write out a setting for
+       texinfo variable VERSION.
+       (binutils.dvi, binutils.info): Depend on it.
+       * binutils.texi: Include it, and reference @value{VERSION} instead
+       of explicitly specifying 2.2(!).
+
+Thu Aug 10 16:07:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * coffgrok.c (do_type): Handle array dimensions the same way gdb
+       does.
+
+Tue Aug  8 17:10:42 1995  steve chamberlain  <sac@slash.cygnus.com>
+
+       * dlltool.c (mtable): New fields.
+       (ASM_RVA_BEFORE, ASM_RVA_AFTER): New.
+       (flush_page): Use new macros.
+
+Sat Aug  5 00:16:37 1995  Jeff Law  (law@snake.cs.utah.edu)
+
+       * objcopy.c (mark_symbols_used_in_relocations): Handle sections
+       with no relocations.
+       * coffgrok.c (do_sections_p1): Likewise.
+
+Mon Jul 31 12:51:06 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * strings.c (print_strings): For compatibility with existing
+       strings programs, print strings which are not terminated with a
+       null byte or a newline.
+       * binutils.texi, strings.1: Update documentation accordingly.
+
+       * ar.c (replace_members): For compatibility with existing ar
+       programs, permit users to add the same file multiple times.
+
+Tue Jul 25 11:21:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * strings.c (DATA_FLAGS): Remove SEC_DATA.
+       (main): If no file names are given, scan standard input.
+       * binutils.texi, strings.1: strings now scans non-data sections by
+       default.
+
+Mon Jul 24 13:52:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh.
+       (writeINT): When size == -2, use 2 bytes for the h8300 and 4 bytes 
+       for the sh.
+
+       * sysdump.c (fillup): Return size - 1, the last byte is a checksum
+       and shouldn't be counted.
+       * sysroff.info (hd): Changed segment identifier from a byte to a 1
+       bit field.  The sysroff 2.0-01 specification seems to be in error
+       here.  Reduce width of following "spare" field from 4 to 3 bits.
+       (rl): Changed order and width of first 4 bitfields to correspond
+       to sysroff specification.
+       (dln_head, dln_inside, dln_tail): Removed.
+
+Tue Jul 18 23:00:03 1995  Fred Fish  <fnf@cygnus.com>
+
+       * nm.c (sort_symbols_by_size):  Enclose expression being casted
+       in parens so result is casted, not just first operand.  Can't
+       do pointer arithmetic on void* pointers.
+
+Fri Jul 14 13:42:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * sysdump.c (dh): Changed format of output to be 16 hex digits
+       followed by 16 ascii characters, similar to Emacs' hexl-mode,
+       to make it easier to read.
+       (xcalloc): fix typo.
+
+Thu Jul 13 15:27:44 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * srconv.c (wr_tr): Write out handcrafted tr block.
+       (walk_tree_symbol): Use evallen and evalue instead of
+       vallen & value because of corresponding changes in
+       sysroff.info.
+
+       * sysdump.c (sysroff_swap_tr_in, sysroff_print_tr_out): New
+       functions.
+
+       * sysroff.info (tr): the tr block is a special case --- a block
+       without contents --- which can't be handled by generated code.
+       (den, dpp): only first byte is present for DENend, DPPend.
+       (dsy): describe a conditional portion of block, rename some fields.
+       (dps): describe a conditional portion of block.
+       (dfl): removed.
+
+       * sysinfo.y (yyerror): write error message to standard error.
+
+Thu Jul 13 10:43:59 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * Makefile.in (DISTSTUFF): Add arparse.h and sysinfo.h.
+       (mostlyclean): Remove y.output.
+       (clean): Remove sysroff, sysroff.c, sysroff.h, and sysinfo.
+
+       * nlmconv.c (powerpc_mangle_relocs): Cast memset arg to size_t.
+       * objcopy.c (copy_object): Likewise.
+
+       * nm.c (HAVE_SBRK): Define execpt on amigados and WINDOWS_NT.
+       (struct size_sym): Define.
+       (show_stats): New static variable.
+       (long_options): Add undocumented option "stats".
+       (main): Print memory stats if requested.
+       (sort_bfd, sort_dynamic, sort_x, sort_y): New static variables.
+       (numeric_forward): Use minisymbols rather than asymbols.
+       (non_numeric_forward): Likewise.
+       (size_forward1): Rename from size_forward.  Use minisymbols.
+       (size_forward2): New static function.
+       (sort_symbols_by_size): Take new arguments dynamic, size, and
+       symsizep.  Use minisymbols.  Don't store the size back in the
+       symbol; store in a newly allocate struct size_sym array.
+       (display_rel_file): Read minisymbols rather than asymbols.  Set
+       sort_* variables.  Call print_size_symbols if sorting by size.
+       (filter_symbols): Take new arguments dynamic and size.  Use
+       minisymbols.
+       (print_symbols): Likewise.  Call print_symbol for actual printing.
+       (print_size_symbols): New static function.
+       (print_symbol): New static function.
+
+Wed Jul 12 10:43:05 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objdump.c (dump_section_stabs): Only print each stabs section
+       once.
+       (compare_relocs): Make it clear to gcc that this always returns a
+       value.
+
+Wed Jul 12 10:40:23 1995  H.J. Lu  <hjl@nynexst.com>
+
+       * objcopy.c (simple_copy): Preserve errno on failure.
+       (smart_rename): Print error mesage if simple_copy fails.
+
+Tue Jul 11 13:10:52 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
+
+       * sysdump.c: re-indented file.  
+       (module): read blocks sequentially instead of trying to parse
+       them, as that would require changing the parser recognize the
+       difference between a DPSstart and DPSend block.
+       (getone): Add break's between switch blocks as appropriate.
+       (object_body_list): parse blocks according to sysroff spec.
+
+Mon Jul 10 12:37:25 1995  J.T. Conklin  <jtc@poseidon.cygnus.com>
+
+       * sysroff.info: re-indented file, prior formatting was confusing
+       because it was indentation did not reflect nesting of conditional
+       records.  Change "space size within segment" record in hd record
+       from bit to byte.
+
+       * sysinfo.y (cond_it_field): Use xcalloc instead of calloc.
+
+       * srconv.c (wr_cs): Reformatted cs header array, tag each byte
+       with a comment describing the field.
+       (wr_unit_info): Use SEEK_SET macro instead of constant 0.
+       (main): Use FOPEN_WB macro instead of literal "wb".
+       * sysroff.info: Remove fdl (dfl) field from cs block.  Compare
+       ptr->type with ED_TYPE_CONST instead of constant 2 in ed block.
+
+Tue Jul  4 14:48:42 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * nm.c (size_forward): Check yf against yn, not xn.
+
+       * objcopy.c (copy_archive): Record all output BFD's, and close
+       them before unlinking them and removing the temporary directory,
+       to avoid NFS problems.
+
+       * ar.c (replace_members): In verbose messages, use 'r' when
+        replacing a member, and 'a' when adding one.
+
+       * ar.c (ar_truncate): New static variable.
+       (normalize): Change return type to const char *.  Add abfd
+       argument.  Change all callers.  If ar_truncate, chop the filename
+       to abfd->ar_max_namelen.
+       (main): For the 'f' modifier, set ar_truncate to true.  Don't
+       change quick_append to replace if ar_truncate is true.
+       (do_quick_append): If ar_truncate, set BFD_TRADITIONAL_FORMAT.
+       (write_archive): Likewise.
+       * binutils.texi, ar.1: Document 'f' modifier.
+
+       * objcopy.c (enum strip_action): Define strip_unneeded.
+       (OPTION_STRIP_UNNEEDED): Define.
+       (strip_options): Add "strip-unneeded".
+       (copy_options): Likewise.
+       (copy_usage): Mention --strip-unneeded.
+       (strip_usage): Likewise.
+       (is_strip_section): Strip debugging sections if strip_unneeded.
+       (filter_symbols): If strip_unneeded, only keep BSF_KEEP symbols.
+       (copy_object): If strip_all, discard symbols without checking
+       discard_locals.
+       (copy_object): Call filter_symbols if strip_unneeded.
+       (setup_section): Strip debugging sections if strip_unneeded.
+       (copy_section): Likewise.
+       (strip_main): Handle OPTION_STRIP_UNNEEDED.
+       (copy_main): Likewise.
+       * binutils.texi, objcopy.1, strip.1: Document --strip-unneeded.
+
+Mon Jul  3 14:16:47 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * configure.in (i386-*-win32): New configuration.
+       * dlltool.c (killat, xlate, usage, long_options, main): 
+       Understand and cope with -k option.
+
+Sat Jul  1 12:25:15 1995  Fred Fish  <fnf@cygnus.com>
+
+       * ar.c: (extract_file):  Change "#if POSIX_UTIME" to
+       "#ifdef POSIX_UTIME" to match other tests of POSIX_UTIME
+       and avoid lossage when POSIX_UTIME is not defined at all.
+
+Wed Jun 28 17:51:24 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * ar.c: (print_contents.c, extract_file, do_quick_append):
+       Malloc buffers rather than allocate on stack (so it works
+       on NT).
+       * deflex.l: Names can have an @ in them.
+       * dlltool.c: Loads of stuff. Can now generate .imp files which
+       work with NT .dlls.
+
+Thu Jun 22 19:10:50 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.in (demangle.c.o): Remove.
+       (arparse.h): Depend on arparse.c instead of arparse.y.
+
+Wed Jun 21 17:32:45 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (DISTSTUFF): Don't include info here.
+       (diststuff): Include it here.
+       (realclean): Remove *.info.
+
+       * objdump.c (compare_relocs): If relocation entries have the same
+       address, keep them in file order.
+
+Mon Jun 19 09:06:49 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * dlltool.c: Change names of generated files. .*.s-> -*.s
+
+       * objdump.c (dump_section_stabs):  Check for names
+       which are supersets of selected names.
+
+Wed Jun 14 19:43:52 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * dlltool.c (mtable, ARM jump): Must redirect via pc offsetable ptr.
+
+Wed Jun 14 13:27:22 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * deflex.l, defparse.y, dlltool.c: New files.
+       * Makefile.in, configure.in: Support for them.
+
+Mon Jun 12 11:27:54 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * sysdump.c: Include sysdep.h
+       (main): Open input with FOPEN_RB.
+
+Fri Jun  9 17:26:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * objdump.c (wide_output): New flag variable.
+       (usage): Print new -w, --wide options.
+       (long_options): Add --wide support.
+       (dump_section_header): If --wide, don't print a newline between
+       the section's first line and the flags.
+       (objdump_print_address): Use unsigned comparisons for the binary
+       search, not signed.
+       (disassemble_data): If --wide, don't put a \n between the
+       disassembly output and relocation information.
+       (main): Support -w option being the same as --wide.
+
+Thu Jun  1 17:09:27 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       Sat May  6 08:52:24 1995  H.J. Lu (hjl@nynexst.com)
+
+       * objcopy.c (smart_rename): make it smarter, clean up
+         if rename () fails.
+
+Tue May 30 14:24:15 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in: Delete lines with lots of #### because four or more
+       indicate a point for makefile fragment substitution.
+
+Tue May  9 17:17:05 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in: Don't build nlmconv on PowerPC eabi any more, it
+       is not needed.
+
+Thu Apr 27 20:21:24 1995  Doug Evans  <dje@canuck.cygnus.com>
+
+       * Makefile.in (EXPECT): Define.
+       (RUNTEST): Use one in source tree if present.
+       (check): Set `rootme' for $(EXPECT).
+
+Wed Apr 26 18:26:21 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * srconv.c (main): Add support for -n option which disables
+       prescan of common symbols.
+       (wr_ob): If reading past the end of a section, fill with zeros.
+
+Tue Apr 25 19:14:37 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * objdump.c (dump_section_header): Display load address after
+       virtual memory (run-time) address.
+
+Wed Apr 19 09:44:06 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
+
+       * Makefile.in (cplus-dem.o): Pass -DVERSION='"$(VERSION)"' to the
+        compile.
+       (DEMANGLER_PROG): No longer uses version.o.
+
+Mon Apr 10 13:29:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       Merge in support for Mac MPW as a host.
+       (Old change descriptions retained for informational value.)
+
+       * mpw-config.in (TDEFINES): Define as empty in makefile frag.
+
+       * mpw-config.in: Create mk.tmp, define ARCHDEFS in it.
+
+       * mpw-config.in: New file, MPW configure fragment for binutils.
+       * mpw-make.in (install-only): New target.
+       (install): Also depend on install-only.
+
+       * mpw-make.in (cplusfilt): Renamed from c++filt.
+       (INCLUDES): Add more paths.
+
+       * mpw-make.in: New file, MPW makefile fragment for binutils.
+       (Normally automatically generated from Makefile.in.)
+
+Mon Mar 27 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * ar.c (write_archive): Call make_tempname to get output file
+       name, rather than using a fixed name based on the input file.
+
+       * objcopy.c (make_tempname): Copy from here...
+       * bucomm.c (make_tempname): ...to here, and make global.
+       * bucomm.h (make_tempname): Declare.
+
+Fri Mar 24 11:47:42 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * strings.c: Include "bfd.h" before other headers.  Include
+       "sysdep.h".
+       * bucomm.c (print_arelt_descr): Cast st_uid and st_gid to long,
+       and print them with %ld.
+
+Fri Mar 10 13:09:42 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (strip_options): Add --keep-symbol.
+       (copy_options): Likewise.
+       (copy_usage): Mention --keep-symbol and -K.
+       (strip_usage): Likewise.
+       (keep_symbols): New static variable.
+       (is_strip_symbol): Adjust the return value according to
+       keep_symbols.
+       (strip_main): Handle -K.  For -N, check that -K was not given.
+       (copy_main): Likewise.
+       * binutils.texi, objcopy.1, strip.1: Document -K.
+
+Mon Mar  6 13:33:47 1995  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * objcopy.c (copy_archive): Check result of mkdir.
+       (copy_main): Cast an xmalloc result.
+
+       * objdump.c (usage): Break long format string into shorter ones.
+
+Mon Mar  6 13:46:12 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * bucomm.c (list_supported_targets): New function.
+       * bucomm.h (list_supported_targets): Declare.
+       * ar.c (usage): Call list_supported_targets.
+       * nm.c (usage): Likewise.
+       * objcopy.c (copy_usage, strip_usage): Likewise.
+       * objdump.c (usage): Likewise.
+       * size.c (usage): Likewise.
+       * strings.c (usage): Likewise.
+
+Tue Feb 28 15:13:58 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * bucomm.c (print_arelt_descr): Cast st_size to long before
+       passing it to fprintf.
+
+Fri Feb 17 13:36:45 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (struct section_list): Add fields remove, set_flags,
+       and flags.  Change adjust from boolean to enum.
+       (remove_sections): Remove static variable.
+       (sections_removed): New static variable.
+       (copy_options): Add --set-section-flags.
+       (copy_usage): Mention --set-section-flags.
+       (parse_flags): New static function.
+       (find_section_list): New static function.
+       (is_strip_symbol): Change return type from int to boolean.
+       (is_strip_section): New static function.
+       (filter_symbols): Call is_strip_section.
+       (copy_object): When adding sections, check for specified flags or
+       VMA.  Call filter_symbols if any sections are being removed.
+       (setup_section): Use find_section_list function rather than
+       looking through remove_sections and adjust_sections.  Handle
+       --set-section-flags.
+       (copy_section): Use find_section_list rather than looking through
+       remove_sections.
+       (strip_main): Use find_section_list instead of adding items to
+       sections_removed.
+       (copy_main): Use find_section_list instead of adding items to
+       sections_removed and adjust_sections.  Handle --set-section-flags.
+       * binutils.texi, objcopy.1: Document --set-section-flags.
+
+Tue Feb 14 18:03:03 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objdump.c (with_source_code): New global variable.
+       (usage): Mention -S/--source.
+       (long_options): Add --source.
+       (prev_functionname, prev_line): New static variables.
+       (struct print_file_list): Define.
+       (print_files): New static variable.
+       (skip_to_line, show_line): New static functions.
+       (disassemble_data): Call show_line to handle -l and -S.
+       (main): Handle -S.
+       * binutils.texi, objdump.1: Document -S/--source.
+
+Thu Feb  9 16:11:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objcopy.c (copy_usage): Rename parameter to avoid shadowing.
+       (strip_usage): Likewise.
+
+       * objcopy.c (struct section_add): Define.
+       (add_sections): New static variable.
+       (copy_options): Accept --add-section.
+       (copy_usage): Mention --add-section.
+       (copy_object): Add sections from the add_sections list.
+       (copy_main): Handle --add-section.
+       * binutils.texi, objcopy.1: Document --add-section.
+
+Wed Feb  1 15:04:57 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * objdump.c (disassemble_data): Pass section offset, not absolute
+       address, to bfd_find_nearest_line.
+
+       * nlmconv.c (powerpc_mangle_relocs): Don't use const with
+       reloc_howto_type.
+
+Thu Jan 26 18:50:06 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * objdump.c (compare_symbols): Use bfd_asymbol_value (VAR) rather
+       than VAR->value.
+       (objdump_print_address): Likewise.
+       (disassemble_data): Don't change the symbol values.  It can
+       confuse bfd_canonicalize_reloc.
+
+Thu Jan 26 12:03:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * configure.in: Add support for powerpc-*-ebai.
+
+Wed Jan 18 10:02:12 1995  Steve Chamberlain  <sac@splat>
+
+       * coffdump.c: Include sysdep.h.
+       (dump_coff_type): Handle coff_secdef_type.
+       * coffgrok.c : Include sysdep.h.
+       * srconv.c: Include libiberty.h
+       (absolute_p, dty_start, dty_end, dump_tree_structure): Remove.
+
+Wed Jan 18 12:24:14 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * coffdump.c (dump_coff_scope): Cast pointer to unsigned long for
+       printf.
+       * coffgrok.c: Include bucomm.h.  Don't declare xmalloc.
+       (push_scope): Declare type of parameter link.
+       * size.c: Include libiberty.h.
+       * srconv.c: Include bucomm.h.
+       (find_base): Declare at top of file.
+       (wr_hd): Add default case to architecture switch.
+       (wr_dps_start): Declare type of parameter nest.
+       (wr_du): Comment out variables used only in commented out blocks.
+       (wr_dus): Remove unused variable i.
+       (wr_sc): Remove unused variables myinfo, low, and high.
+       * strings.c: Include libiberty.h.
+       * sysdump.c: Include <ctype.h>.
+
+Tue Dec 20 19:13:44 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * ar.c (main): Ignore 'f' modifier used on HP/UX 9.
+
+Thu Dec 15 17:34:12 1994  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * ar.c, nm.c, objcopy.c, objdump.c: Include progress.h.
+       * ar.c, nm.c, objcopy.c, objdump.c (main): Add START_PROGRESS
+       and END_PROGRESS.
+       * ar.c (map_over_members, open_inarch): Call PROGRESS.
+       * nm.c (main, display_archive, filter_symbols, print_symbols):
+       Call PROGRESS.
+
+       * objcopy.c (copy_usage): Break up long usage string.
+
+Wed Dec 14 15:51:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * objcopy.c (copy_object): Don't bother setting status after
+       nonfatal() "call", because it won't return.
+
+Fri Dec  9 00:22:54 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * nlmconv.c (powerpc_mangle_relocs): Don't switch a reloc to use
+       the section symbol if the symbol is undefined.
+
+Thu Dec  8 14:45:50 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * objcopy.c (add_strip_symbol): Cast return value of xmalloc.
+
+Wed Nov 30 11:05:43 1994  Ian Lance Taylor  <ian@rtl.cygnus.com>
+
+       * ar.c (replace_members): Pass current->filename to normalize when
+       checking for duplicates, because the filename of a newly added
+       file will not have been normalized yet.
+
+Thu Nov 17 15:00:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * ar.c (main): Don't call do_quick_append if any of the archive
+       names are longer than 14 characters.
+
+       * objcopy.c (main): Fix is_strip test.  From
+       pirker@eiunix.tuwien.ac.at (Martin Pirker).
+
+Thu Nov 17 15:37:19 1994  Mark W. Eichin  <eichin@cygnus.com>
+
+       * objcopy.c (add_strip_symbol): New function, adds a name to an
+       explicit list of symbols to strip.
+       (is_strip_symbol): New function, reports whether the name argument
+       is in the explicit list.
+       (filter_symbols): Check against is_strip_symbol above all.
+       (strip_main): Recognize -N option. If used, don't default to
+       strip_all.
+       (copy_main): Recognize -N option.
+       (strip_usage): Document -N and --strip-symbol options.
+       (copy_usage): Ditto.
+       * objcopy.1, strip.1, binutils.texi: Document -N and
+       --strip-symbol options.
+
+Tue Nov  8 13:12:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * objdump.c (display_target_list, display_info_table): Pass an
+       array to tmparg, rather than NULL, since some systems can't handle
+       NULL.
+
+       * objcopy.c (copy_archive): Keep a list of the names of the
+        temporary files we created.  Close each input BFD after we open
+        its successor.
+
+Mon Nov  7 15:48:39 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (VERSION): Bump to 2.5.3.
+
+Thu Nov  3 19:04:34 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
+
+       * Makefile.in (install-info): Install info files from whatever
+       directory they were found in.
+
+       Patch from DJ Delorie:
+       * configure.bat: do c++filt -> cxxfilt right
+
+       * sysinfo.y: Include system header files early, so any potential
+       declaration of abort() occurs before its use.
+
+       * strings.c (strings_file): Try opening the file in binary mode
+       first.
+
+Wed Nov  2 15:44:13 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * ar.c (main): Treat ar qs like ar rs.
+
+Tue Oct 25 16:19:25 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
+
+       * objcopy.c (gap_fill): Explicitly initialize, for clarity.
+       (pad_to_set, pad_to): New static variables.
+       (copy_options): Accept --pad-to.
+       (copy_usage): Mention --pad-to.
+       (copy_object): Support --pad-to.
+       (compare_section_vma): Sort non loadable sections to the front.
+       Sort sections with the same VMA by size.
+       (copy_main): Handle --pad-to.
+       * binutils.texi, objcopy.1: Document --pad-to.
+
+Thu Oct 20 13:51:31 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * objcopy.c (gap_fill_set, gap_fill): New static variables.
+       (copy_options): Accept --gap-fill.
+       (copy_usage): Mention --gap-fill.
+       (copy_object): Support --gap-fill.
+       (get_sections, compare_section_vma): New static functions.
+       (copy_main): Handle --gap-fill.
+       * binutils.texi, objcopy.1: Document --gap-fill.
+
+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.
This page took 0.032585 seconds and 4 git commands to generate.