apply patch from MArk Elbrecht tpo update comment and copyright
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 3bc5a895801dc6e5ab471f9ff768564a9d7dcad1..8ceaf8bd0b9ab23fb81f25644811aad7ead45073 100644 (file)
@@ -1,3 +1,127 @@
+2000-02-04  Timothy Wall  <twall@redhat.com>
+
+       * ldlang.c (lang_size_sections): Fix typo in ALIGN_N invocation.
+
+2000-02-03  Timothy Wall <twall@redhat.com>
+
+       * ld/ldexp.c (fold_name): Make SIZEOF operator return byte count, not
+       octet count.
+       * ld/ldlang.c (print_input_section, print_data_statement,
+       print_reloc_statement, print_padding_statement): Print target
+       address values and section sizes as bytes, not octets.
+       (insert_pad) Calculate padding size in octets, and adjust "dot"
+       by bytes.
+       (size_input_section) Always adjust "dot" by bytes, not octets.
+       (lang_check_section_addresses, lang_do_assignments) Adjust
+       "dot" by bytes, not octets.  Use the larger of the directive size
+       or octets_per_byte for the number of octets actually allocated in
+       the output section.
+       (lang_set_startof) Make sure STARTOF returns a target address.
+       (lang_one_common) Record size changes in octets.
+       (lang_abs_symbol_at_end_of) Section end symbol's value is
+       recorded in target bytes.
+       * ld.texinfo:   Updated description of BYTE, SHORT, LONG, etc.
+       to be clear about behavior when an octet is smaller than one byte.
+       
+2000-01-27  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * ldcref.c (output_cref): Don't pass message strings to printf
+       as format arg.
+       Update copyright.
+
+       * ldmisc.c (vfinfo): Same here.
+       Update copyright.
+
+2000-01-23  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * emultempl/{armcoff.em,armelf.em,armelf_oabi.em,beos.em,
+       generic.em,gld960.em,gld960c.em,hppaelf.em,linux.em,lnk960.em,
+       mipsecoff.em,sunos.em,vanilla.em} (ld_emulation_xfer_struct):
+       Add missing NULL initialisers, and comments.
+
+       * testsuite/ld-srec/sr3.cc (__rethrow): New.
+
+2000-01-21  Nick Clifton  <nickc@cygnus.com>
+
+       * ldlang.c (lang_size_sections): Fix typo in comment.
+
+2000-01-18  H.J. Lu  <hjl@gnu.org>
+
+       * ldlang.c (lang_size_sections): Also update the current
+       address of a region if the SEC_NEVER_LOAD bit is not set.
+
+2000-01-10  Philip Blundell  <pb@futuretv.com>
+
+       * configure.tgt (arm*-*-conix*): New target.
+
+2000-01-07  Nick Clifton  <nickc@cygnus.com>
+
+       * ld.texinfo (Options): Remind users to preceed linker command
+       line switches with -Wl, (or whatever is appropriate) if it is
+       being invoked by a comnpiler driver program.
+       Fix description of the behaviour of the -n command line switch. 
+
+Wed Jan  5 08:02:12 2000  Catherine Moore  <clm@cygnus.com>
+
+       * ld.h (wildcard_spec):  Change exclude_name to exclude_name_list.
+       (name_list): New.
+       * ld.texinfo (EXCLUDE_FILE): Update documentation.
+       * ldgram.y (wildcard_spec): Support a list of excluded_files.
+       (exclude_name_list): New.
+       ldlang.c (walk_wild_section): Support list of excluded files.
+       (print_wild_statement): Likewise.
+       (lang_add_wild): Likewise.
+       * ldlang.h (lang_wild_statement_type): Likewise.
+       * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
+       
+2000-01-04  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * pe-dll.c (pe_dll_warn_dup_exports): New variable.
+       (process_def_file): Use.
+       (pe_dll_compat_implib): New variable.
+       (make_one): Use.
+       
+       * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
+       pe_dll_compat_implib.
+       
+       * emultempl/pe.em (longopts): Add warn-duplicate-exports and 
+       compat-implib options.
+       (gld_${EMULATION_NAME}_list_options): List new options.
+       (gld_${EMULATION_NAME}_parse_args): Handle.
+
+       * pe-dll.c (pe_dll_generate_implib): Use the correct name for output 
+       dll.
+       
+        * deffilep.y (opt_name): Allow "." in name.
+
+1999-12-02  Nick Clifton  <nickc@cygnus.com>
+
+       * Makefile.am: Fix arm-epoc-pe dependencies.
+       * Makefile.in: Regenerate.
+       
+       * emulparams/arm_epoc_pe.sh (SCRIPT_NAME): Set to epocpe.
+
+       * scripttempl/epocpe.sc: New file: copy of pe.sc, customised for
+       EPOC by placing .rdata into .text.
+
+1999-11-26  Andreas Schwab  <schwab@suse.de>
+
+       * configure.in: Put AC_MSG_CHECKING/AC_MSG_RESULT around check for
+       STRINGIFY.  Use yes/no instead of true/false as value for cache
+       variable.
+       * configure: Regenerate.
+
+1999-11-24  Nick Clifton  <nickc@cygnus.com>
+
+       * ldlang.c (IGNORE_SECTION): Section must have both ALLOC and LOAD
+       attributes in order to be checked.
+
+1999-11-22  Nick Clifton  <nickc@cygnus.com>
+
+       * ldlang.c (lang_check_section_addresses): Fix test to determine
+       if a section should be tested.
+       (IGNORE_SECTION): New macro.
+
 Wed Nov  3 23:31:19 1999  Jeffrey A Law  (law@cygnus.com)
 
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
This page took 0.0253409999999999 seconds and 4 git commands to generate.