Add IBM 370 support.
[binutils-gdb.git] / ld / ChangeLog
index c6091ee42ca5df6e5f0d5d8640c2d4c9b6fec696..97972e1951edce65f26cd78effad2f6401732022 100644 (file)
@@ -1,3 +1,127 @@
+2000-02-23  Linas Vepstas (linas@linas.org)
+
+       * emulparams/elf32i370.sh, scripttempl/elfi370.sc: New.
+
+       * Makefile.am: Add support for Linux/IBM 370.
+       * configure.tgt: Likewise.
+
+       * Makefile.in: Regenerate.
+
+2000-02-21  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * ldlang.c (print_input_section, print_data_statement,
+       print_reloc_statement, print_padding_statement, insert_pad,
+       size_input_section, lang_check_section_addresses,
+       lang_size_sections, lang_do_assignments, lang_set_startof,
+       lang_one_common): Change `opb' to unsigned. 
+       (lang_do_assignments): Also change `size' to unsigned.
+
+2000-02-16  Richard Henderson  <rth@cygnus.com>
+
+       * scripttempl/elf.sc: Place OTHER_PLT_RELOC_SECTION.
+
+2000-02-16  Timothy Wall  <twall@cygnus.com>
+
+       * mri.c (mri_draw_tree): Add default LMA region argument to call
+       to lang_leave_output_section_statement.
+       * ldlang.h: Update prototypes with LMA region arguments.
+       * ldlang.c (lang_size_sections): Encapsulate region bounds
+       checking in os_check_region call.
+       (os_check_region): New function.
+       (lang_output_section_statement_lookup): Initialize lma_region.
+       (lang_leave_output_section_statement): Add LMA region argument.
+       (lang_leave_overlay): Ditto.
+       * ldgram.y: Handle LMA region syntax.
+       * ld.texinfo (Output Section Description): Describe LMA region usage.
+       * emultempl/armelf.em (gld$place_orphan): Add default value for
+       lma region in call to lang_leave_output_statement.
+       * emultempl/elf32.em (gld$place_orphan): Add default value for
+       lma region in call to lang_leave_output_statement.
+       * emultempl/pe.em (gld$place_orphan): Add default value for
+       lma region in call to lang_leave_output_statement.
+       
+       
+2000-02-04  Timothy Wall  <twall@redhat.com>
+
+       * ldlang.c (lang_check_section_addresses): Use bytes instead of
+       octets when calculating section end addresses.
+
+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.