apply patch from MArk Elbrecht tpo update comment and copyright
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 5adfeb4f2d20f1c553f6b40ca415e15090c4b169..8ceaf8bd0b9ab23fb81f25644811aad7ead45073 100644 (file)
@@ -1,3 +1,28 @@
+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
This page took 0.025333 seconds and 4 git commands to generate.