]> Git Repo - binutils.git/blobdiff - ld/ChangeLog
2000-10-09 Kazu Hirata <[email protected]>
[binutils.git] / ld / ChangeLog
index 2c3aaf289af684059b9bed221a6fe43c9973a96b..0105c61d3300d4ce3cd8bf95b8b97357c908a85d 100644 (file)
@@ -1,3 +1,367 @@
+2000-10-09  Kazu Hirata  <[email protected]>
+
+       * pe-dll.c: Fix formatting.
+
+2000-10-08  Kazu Hirata  <[email protected]>
+
+       * pe-dll.c: Fix formatting.
+
+2000-10-05  Kazu Hirata  <[email protected]>
+
+       * ldlang.c: Fix formatting.
+
+2000-10-03  DJ Delorie  <[email protected]>
+
+       * pe-dll.c (fill_edata): initialize entire block
+       (make_one): fill in correct section.
+
+2000-10-03  Kazu Hirata  <[email protected]>
+
+       * ldexp.c: Fix formatting.
+
+2000-10-02  DJ Delorie  <[email protected]>
+
+       * emultempl/pe.em (gld_*_after_open): detect case where there two
+       import libraries for same dll; rename one to ensure proper link
+       order.
+
+       * pe-dll.c (process_def_file): compare ordinals to -1, not 0; fix
+       typo
+       (generate_edata): fix typo
+
+2000-09-29  Hans-Peter Nilsson  <[email protected]>
+
+       * scripttempl/crisaout.sc (ENTRY): Now __start.
+       (.text): Add default setting for __start.
+       Remove CONSTRUCTORS handling.
+       (/DISCARD/): Add .gnu.warning.*.
+       * emulparams/crislinux.sh (ENTRY): Now __start.
+       (TEXT_START_SYMBOLS): New; provide __Stext and __start default.
+       * emulparams/criself.sh (OUTPUT_FORMAT): Now elf32-us-cris.
+       (ENTRY): Now __start.
+       (INITIAL_READONLY_SECTIONS): Add KEEP for .startup.
+       (EXECUTABLE_SYMBOLS): Add default setting for __start.
+
+2000-09-29  Kazu Hirata  <[email protected]>
+
+       * deffile.h: Fix formatting.
+       * ld.h: Likewise.
+       * ldcref.c: Likewise.
+       * ldctor.c: Likewise.
+       * ldctor.h: Likewise.
+       * ldemul.c: Likewise.
+       * ldemul.h: Likewise.
+       * ldexp.c: Likewise.
+       * ldexp.h: Likewise.
+       * ldfile.c: Likewise.
+       * ldfile.h: Likewise.
+       * ldlang.c: Likewise.
+       * ldlang.h: Likewise.
+       * lexsup.c: Likewise.
+       * mri.c: Likewise.
+       * pe-dll.c: Likewise.
+
+2000-09-28  Paul Sokolovsky  <[email protected]>
+
+       * pe-dll.c (process_def_file): Uninitialized data wasn't
+       exported with --export-all-symbols switch.
+       
+2000-09-28  DJ Delorie  <[email protected]>
+
+       * pe-dll.c (fill_edata): rearrange the data so that ordinals and
+       noname work properly.
+
+2000-09-28  Alan Modra  <[email protected]>
+
+       * ld.texinfo (HPPA ELF32): New section.
+
+       * emultempl/hppaelf.em (group_size): New.
+       (hppaelf_finish): Pass group_size to elf32_hppa_size_stubs.
+       (PARSE_AND_LIST_PROLOGUE): Add OPTION_STUBGROUP_SIZE.
+       (PARSE_AND_LIST_LONGOPTS): Add --stub-group-size.  Duplicate
+       options to prevent abbreviations matching.
+       (PARSE_AND_LIST_OPTIONS): Describe the above.  Reformat.
+       (PARSE_AND_LIST_ARGS_CASES): Handle it.
+
+2000-09-21  Michael Sokolov  <[email protected]>
+
+       * emultempl/m68kelf.em: Conditionalise the embedded relocs feature
+       on the m68*-*-elf target.  Make it support COFF input objects.
+
+2000-09-21  Kazu Hirata  <[email protected]>
+
+       * ldmain.c: Fix formatting.
+       * ldmisc.c: Likewise.
+       * ldver.c: Likewise.
+       * ldwrite.c: Likewise.
+
+2000-09-21  Alan Modra  <[email protected]>
+
+       * ldwrite.c (clone_section): Silence gcc warnings.
+
+2000-09-20  Alan Modra  <[email protected]>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Handle
+       out of memory failure.
+
+       * ldwrite.c (ldwrite): Remove unnecessary einfo arg.
+       (clone_section): Handle out of memory failures.  Rename var to
+       avoid c++ reserved word.
+
+2000-09-18  Alan Modra  <[email protected]>
+
+       * emultempl/hppaelf.em (hppaelf_add_stub_section): Rename
+       stub_name param to stub_sec_name.
+       (hppaelf_finish): Modify call to elf32_hppa_size_stubs.
+
+2000-09-10  Michael Sokolov  <[email protected]>
+
+       * emultempl/m68kelf.em: New file.
+       * emulparams/m68kelf.sh (EXTRA_EM_FILE): Use it.
+       * Makefile.am (em68kelf.c): Add dependency on m68kelf.em.
+       * Makefile.in: Regenerate.
+
+2000-09-15  Alan Modra  <[email protected]>
+
+       * emulparams/hppalinux.sh (DATA_START_SYMBOLS): Provide $global$
+       only as needed.
+
+2000-09-13  Nick Clifton  <[email protected]>
+
+       * ldmain.c (multiple_definition): Disable relaxation if
+       multiple symbol definitions are encountered - otherwise the
+       linker could abort with an assertion failure.
+
+2000-09-10  Nick Clifton  <[email protected]>
+
+       * mri.c: Fix formatting.
+
+2000-09-07  H.J. Lu  <[email protected]>
+
+       * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM.
+       * configure: Rebuild.
+
+2000-09-07  H.J. Lu  <[email protected]>
+
+       * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h.
+       * Makefile.in: Rebuild.
+
+2000-09-07  Alan Modra  <[email protected]>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix
+       broken list handling.  Create __start_SECNAME and __stop_SECNAME
+       when no place-holder.  Add some comments.  Test both SEC_CODE and
+       SEC_READONLY for hold_text to prevent .rodata orphan poisoning.
+       Handle case where no output section statement created.
+
+2000-09-07  Niibe Yutaka  <[email protected]>, Kaz Kojima  <[email protected]>, Alexandre Oliva  <[email protected]>
+
+       * configure.tgt (sh-*-linux*): Added.
+       * Makefile.am: Added eshelf_linux and eshlelf_linux.
+       * Makefile.in: Rebuilt.
+       * emulparams/shelf_linux.sh: New file.
+       * emulparams/shlelf_linux.sh: New file.
+
+2000-09-06  Alan Modra  <[email protected]>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
+       try shuffling sections when the orphan happens to be the place
+       holder.  Keep count of unique section names generated so we speed
+       the search for a new name.
+
+2000-09-06  Alexandre Oliva  <[email protected]>
+
+       * configure: Rebuilt with new libtool.m4.
+
+2000-09-05  Nick Clifton  <[email protected]>
+
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+       * po/ld.pot: Regenerate.
+
+       * ldint.texinfo: Remove CVS revision marker - it foils local
+       comparisons.
+
+       * emultempl/ticoff.em: Remove extraneous comma.
+
+2000-09-05  Alan Modra  <[email protected]>
+
+       * emultempl/hppaelf.em (hppaelf_add_stub_section): Add SEC_RELOC
+       to stub section flags.
+       (hppa_for_each_input_file_wrapper): New.
+       (hppa_lang_for_each_input_file): New.
+       (lang_for_each_input_file): Define to call above.
+       (multi_subspace): New.
+       (hppaelf_finish): Pass multi_subspace to elf32_hppa_size_stubs.
+       (PARSE_AND_LIST_PROLOGUE): Define.
+       (PARSE_AND_LIST_LONGOPTS): Define.
+       (PARSE_AND_LIST_OPTIONS): Define.
+       (PARSE_AND_LIST_ARGS_CASES): Define.
+       (hppaelf_finish): Call elf32_hppa_set_gp.
+       (hppaelf_set_output_arch): Remove.
+       (LDEMUL_SET_OUTPUT_ARCH): Remove.
+
+       * emulparams/hppalinux.sh (ELFSIZE): Define.
+       (MACHINE): Define.
+       (OTHER_READONLY_SECTIONS): Define.
+       (DATA_PLT): Define.
+       (GENERATE_SHLIB_SCRIPT): Define.
+
+       * ldlang.c: Add missing prototypes, and tidy others.  Change CONST
+       to const throughout.  Change `void *' to `PTR' throughout.
+       (lang_memory_default): Function is local to file, add `static'.
+
+       * Makefile.am (ehppaelf.c): Depend on emultempl/elf32.em.
+       (ehppalinux.c): Likewise.
+       (earmelf.c): Likewise.
+       (earmelf_linux.c): Likewise.
+       (earmelf_linux26.c): Likewise.
+       * Makefile.in: Regenerate.
+
+       * ld.h (ld_config_type): Add unique_orphan_sections.
+       * lexsup.c (OPTION_UNIQUE): Define.
+       (ld_options): Add "--unique".
+       (parse_args): Handle it.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
+       search for an existing output section if unique_orphan_sections is
+       set.  Make use of bfd_get_unique_section_name rather than
+       duplicating code here.
+       * ld.texinfo: Describe --unique.
+
+       * lexsup.c (ld_options): Make split-by-reloc arg optional. Add
+       optional arg to split-by-file.
+       (parse_args): Handle them.
+       * ld.texinfo: Update description of these options.
+       * ldwrite.c (clone_section): Pass in the section name.  Replace
+       local code with bfd_get_unique_section_name.
+       (split_sections): Tidy code and comments.  Use a list traversal
+       more appropriate to the list construction.  Handle cooked section
+       sizes.  Split when split_by_reloc reached rather than exceeded.
+       Track section size and split when split_by_file reached.  Fix
+       link_order_tail (even though it's not used).
+       (ldwrite): Modify condition for calling split_sections to suit
+       changed split_by_reloc and split_by_file.
+       * ldmain.c (main): Init config.split_by_reloc and
+       config.split_by_file to -1.
+       * ld.h (ld_config_type): Change split_by_reloc to unsigned.
+       Change split_by_file to bfd_size_type.
+
+2000-09-02  Nick Clifton  <[email protected]>
+
+       * configure.in: Increase version number to 2.10.91.
+       * NEWS: Mention new ability to support removal of duplicate DWARF2
+       debug information.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+       * config.in: Regenerate.
+
+2000-09-02  Daniel Berlin <[email protected]>
+
+       * scripttempl/elf.sc: Add .gnu.linkonce.wi.* to .debug_info
+       sections.
+       * scripttempl/elf32var.sc: Ditto.
+       * scripttempl/elfd10v.sc: Ditto.
+       * scripttempl/elfd30v.sc: Ditto.
+       * scripttempl/elfi370.sc: Ditto.
+       * scripttempl/elfm68hc11.sc: Ditto.
+       * scripttempl/elfm68hc12.sc: Ditto.
+       * scripttempl/elfi386beos.sc: Ditto.
+       * scripttempl/v850.sc: Ditto.
+
+2000-08-31  Alexandre Oliva  <[email protected]>
+
+       * acinclude.m4: Include libtool and gettext macros from the
+       top level.
+       * aclocal.m4, configure: Rebuilt.
+
+2000-08-25  Nick Clifton  <[email protected]>
+
+       * ldlang.c (open_output): When choosing the target for a
+       particular endianness, do nothing if the target is not
+       supported.
+
+2000-08-25  H.J. Lu  <[email protected]>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
+       check -rpath nor LD_RUN_PATH for cross link.
+       * ld.texinfo: Document the change.
+
+2000-08-24  Hans-Peter Nilsson  <[email protected]>
+
+       * NEWS: Mention support for CRIS.
+
+2000-08-23  H.J. Lu  <[email protected]>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Get
+       the current runpath list from bfd_elf_get_runpath_list ()
+       before search.
+
+2000-08-22  H.J. Lu  <[email protected]>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
+       the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
+       LD_LIBRARY_PATH for native linker. Display the needed DSO if
+       trace_file_tries is non-zero.
+       (gld${EMULATION_NAME}_try_needed): Report the needed DSO found
+       if trace_file_tries is non-zero.
+
+       * ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
+       * NEWS: Mention it.
+
+2000-08-14  Jason Eckhardt  <[email protected]>
+
+       * NEWS: Mention i860 support.
+
+2000-08-14  Andreas Schwab  <[email protected]>
+
+       * scripttempl/elf.sc: Fix last change to use correct comment
+       syntax.
+
+2000-08-10  Geoff Keating  <[email protected]>
+
+       * scripttempl/elf.sc: Add a comment giving the correspondence
+       between sections, per-datum sections, and linkonce sections.  Make
+       the comment true even for .bss, .sdata, .sdata2, .sbss, and
+       .sbss2.
+
+2000-08-10  Jason Eckhardt  <[email protected]>
+
+       * emulparams/elf32_i860.sh: New file.
+       * configure.tgt: Recognize new target i860-stardent-{sysv4*|elf*}.
+       * Makefile.am (ALL_EMULATIONS): Add eelf32_i860.o.
+       (eelf32_i860.c): New rule.
+       * Makefile.in: Regenerate.
+
+2000-08-10  Nick Clifton  <[email protected]>
+
+       * emulparams/mipspe.sh (ENTRY): Add definition.
+
+2000-08-08  Peter Jeremy  <[email protected]>
+
+       * emultempl/elf32.em (_after_close): Refer to -rpath not --rpath
+       in error message.
+
+2000-08-08  Stephane Carrez  <[email protected]>
+
+       * scripttempl/elfm68hc11.sc: Define __bss_size symbol to indicate
+       the final size of .bss section.
+       * scripttempl/elfm68hc12.sc: Likewise.
+
+2000-08-04  Alan Modra  <[email protected]>
+
+       * emultempl/elf32.em (gld_${EMULATION_NAME}_parse_args): Rename to
+       gld${EMULATION_NAME}_parse_args for consistency.  Combine
+       lastoptind and prevoptind vars, and keep track of last optind.
+       (gld_${EMULATION_NAME}_list_options): Rename to
+       gld${EMULATION_NAME}_list_options.
+
+2000-08-03  Rodney Brown  <[email protected]>
+
+       * configure.tgt: Select targ_emul=elf_i386 for Unixware 7
+       (i586-sco-sysv5uw7.1.0).
+
 2000-07-27  H.J. Lu  <[email protected]>
 
        * emulparams/elf64alpha.sh (PARSE_AND_LIST_ARGS): Removed.
 
 2000-07-05  Kenneth Block  <[email protected]>
 
-        * ld/lexsup.c: Add optional style to demangle switch
-        * ld/ld.texinfo: Document optional style to demangle switch.
-       
+       * ld/lexsup.c: Add optional style to demangle switch
+       * ld/ld.texinfo: Document optional style to demangle switch.
+
 2000-07-20  Hans-Peter Nilsson  <[email protected]>
 
        * Makefile.am (ALL_EMULATIONS): Add ecrisaout.o, ecriself.o,
 
 2000-07-11  Kazu Hirata  <[email protected]>
 
-        * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
-        message.
+       * ldfile.c (ldfile_try_open_bfd): Output '\n' after an error
+       message.
 
 2000-07-10  Alan Modra  <[email protected]>
 
 
        From  Ryan Bradetich  <[email protected]>
        * ldwrite.c (SSIZE): Remove to cure macro redefinition warning.
-       
+
 2000-07-09  Alan Modra  <[email protected]>
 
        Changes to create multiple linker stubs, positioned immediately
        (hppaelf_get_script): Update from elf32.em.
        (ld_hppaelf_emulation): Rename to ld_${EMULATION_NAME}_emulation.
        Change emulation_name field to "${EMULATION_NAME}".  Add
-       gld${EMULATION_NAME}_place_orphan. 
+       gld${EMULATION_NAME}_place_orphan.
 
        * Makefile.am (ALL_EMULATIONS): Reinstate ehppaelf.o,  add
        ehppalinux.o, sort it.  Regenerate dependencies.
 
 2000-07-07  Mumit Khan  <[email protected]>
 
-       * emultempl/pe.em (pe_enable_auto_image_base): New variable. 
+       * emultempl/pe.em (pe_enable_auto_image_base): New variable.
        (longopts): New --{enable,disable}-auto-image-base options.
-       (gld_${EMULATION_NAME}_list_options): Document. 
+       (gld_${EMULATION_NAME}_list_options): Document.
        (gld_${EMULATION_NAME}_parse): Handle.
        (strhash): New static function.
-       (compute_dll_image_base): New static function. 
+       (compute_dll_image_base): New static function.
        (gld_${EMULATION_NAME}_set_symbols): Use.
 
 2000-07-05  DJ Delorie  <[email protected]>
        * MAINTAINERS: new
 
 2000-07-01  Koundinya K  <[email protected]>
-                
-        * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
-        * emulparams/elf32btsmip.sh: New file.
-        * Makefile.am: Add traditional mips target.
-        * Makefile.in: Rebuild.
-       
+
+       * configure.tgt: Add traditional mips (mips*-*-sysv4*) target.
+       * emulparams/elf32btsmip.sh: New file.
+       * Makefile.am: Add traditional mips target.
+       * Makefile.in: Rebuild.
+
 2000-07-01  H.J. Lu  <[email protected]>
 
        * Makefile.am (EXTRA_ld_new_SOURCES): Set to deffilep.y for
 2000-05-22  Igor Shevlyakov  <[email protected]>
 
        * ldmain.c (main): When deciding if ".text" section should be
-        read-only, don't forget to reset SEC_READONLY because it
-        could be already set.
+       read-only, don't forget to reset SEC_READONLY because it
+       could be already set.
 
 2000-05-22  Thomas de Lellis  <[email protected]>
 
-        * ld.1: Add documentation for new command line option:
-               --section-start <sectionname>=<sectionorg>
-        This is a generic version of -Ttext etc. which accepts
-        any section name as a parameter instead of just text/data/
-       bss. 
-        * ld.texinfo: More docs.
-        * NEWS: More docs.
-        * lexsup.c: (parse_args): Recognize new command line option.
+       * ld.1: Add documentation for new command line option:
+               --section-start <sectionname>=<sectionorg>
+       This is a generic version of -Ttext etc. which accepts
+       any section name as a parameter instead of just text/data/
+       bss.
+       * ld.texinfo: More docs.
+       * NEWS: More docs.
+       * lexsup.c: (parse_args): Recognize new command line option.
        (ld_options): Add new option.
-       
+
 2000-05-18  H.J. Lu  <[email protected]>
 
        * lexsup.c (parse_args): `i' == `r', not `q'.
@@ -474,7 +838,7 @@ Thu May 18 10:47:57 2000  Jeffrey A Law  ([email protected])
 
 2000-05-17 S. Bharadwaj Yadavalli  <[email protected]>
              Rick Gorton          <[email protected]>
-             
+
        Add support for '-q' == '--emit-relocs' switch.
        * ldmain.c (main): Default to false.
        * lexsup.c (parse_args): Turn on emitrelocations flag if set.
@@ -487,7 +851,7 @@ Thu May 18 10:47:57 2000  Jeffrey A Law  ([email protected])
        the library path for "foo.dll" and "libfoo.dll" dynamic libraries
        before searching for 'libfoo.a' in response to a '-Bdynamic -lfoo'
        link options.
-       
+
 2000-05-15  David O'Brien  <[email protected]>
 
        * lexsup.c (parse_args): Update the year in the copyright notice.
@@ -512,7 +876,7 @@ Thu May 18 10:47:57 2000  Jeffrey A Law  ([email protected])
 Mon May  1 17:34:34 2000  Jim Wilson  <[email protected]>
 
        * configure.host (ia64-*-linux-gnu*): Change gcc to ${CC}.
-       
+
        * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
        host "ia64-*-linux-gnu*".
 
@@ -567,7 +931,7 @@ Fri Apr 21 13:20:53 2000  Richard Henderson  <[email protected]>
        * Makefile.in: Rebuild.
        * configure.tgt (ia64-*-elf*, ia64-*-linux*): New targets.
        * emulparams/elf64_ia64.sh: New file.
-       
+
 2000-04-21  Richard Henderson  <[email protected]>
 
        * scripttempl/elfd30v.sc: Place .gcc_except_table.
@@ -640,9 +1004,9 @@ Fri Apr 21 13:20:53 2000  Richard Henderson  <[email protected]>
        * ld.texinfo (Simple Example): Remove extraneous paragraph.
 
 Fri Apr  7 15:56:57 2000  Andrew Cagney  <[email protected]>
+
        * configure.in (WARN_CFLAGS): Set to -W -Wall by default.  Add
-       --enable-build-warnings option.
+       --enable-build-warnings option.
        * Makefile.am (AM_CFLAGS, WARN_CFLAGS): Add definitions.
        * Makefile.in, configure: Re-generate.
 
@@ -720,7 +1084,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <[email protected]>
 
 2000-02-29  H.J. Lu  <[email protected]>
 
-       * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)". 
+       * Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
        Set LC_COLLATE and LC_ALL to null and export them. It is for
        sort which expects the C locale.
        Add $(LIBS) to all $(HOSTING_LIBS).
@@ -737,7 +1101,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <[email protected]>
 2000-02-28  Jim Blandy  <[email protected]>
 
        * ldgram.y (exclude_name_list): Don't require a comma to separate
-       list entries; the lexer considers commas to be valid part of a
+       list entries; the lexer considers commas to be valid part of a
        filename, so in something like `foo, bar' the comma is considered
        part of the first filename, `foo,'.
        * ld.texinfo: Update section on EXCLUDE_FILE lists.
@@ -777,7 +1141,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <[email protected]>
        * ldemul.c (ldemul_find_potential_libraries): New function.
 
        * ldfile.c (ldfile_open_file_search): Allow function to be
-       exported. 
+       exported.
        (ldfile_open_file): Call ldemul_find_potential_libraries.
        * ldfile.h: Add prototype for ldfile_open_file_search.
 
@@ -812,7 +1176,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <[email protected]>
        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_one_common): Change `opb' to unsigned.
        (lang_do_assignments): Also change `size' to unsigned.
 
 2000-02-16  Richard Henderson  <[email protected]>
@@ -838,8 +1202,8 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <[email protected]>
        lma region in call to lang_leave_output_section_statement.
        * emultempl/pe.em (gld$place_orphan): Add default value for
        lma region in call to lang_leave_output_section_statement.
-       
-       
+
+
 2000-02-04  Timothy Wall  <[email protected]>
 
        * ldlang.c (lang_check_section_addresses): Use bytes instead of
@@ -869,7 +1233,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <[email protected]>
        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  <[email protected]>
 
        * ldcref.c (output_cref): Don't pass message strings to printf
@@ -906,7 +1270,7 @@ Fri Apr  7 15:56:57 2000  Andrew Cagney  <[email protected]>
        * 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. 
+       Fix description of the behaviour of the -n command line switch.
 
 Wed Jan  5 08:02:12 2000  Catherine Moore  <[email protected]>
 
@@ -920,32 +1284,32 @@ Wed Jan  5 08:02:12 2000  Catherine Moore  <[email protected]>
        (lang_add_wild): Likewise.
        * ldlang.h (lang_wild_statement_type): Likewise.
        * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
-       
+
 2000-01-04  Mumit Khan  <[email protected]>
 
        * 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 
+
+       * 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 
+       * pe-dll.c (pe_dll_generate_implib): Use the correct name for output
        dll.
-       
-        * deffilep.y (opt_name): Allow "." in name.
+
+       * deffilep.y (opt_name): Allow "." in name.
 
 1999-12-02  Nick Clifton  <[email protected]>
 
        * 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
@@ -989,13 +1353,13 @@ Wed Nov  3 23:31:19 1999  Jeffrey A Law  ([email protected])
 
 1999-10-27  Andreas Jaeger  <[email protected]>
 
-       * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for 
+       * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
        target "mips*-*-linux-gnu*".
 
 1999-10-27  Scott Bambrough  <[email protected]>
 
        * emultempl/armelf.em: Include ctype.h to prevent compile time
-       warnings. 
+       warnings.
 
 1999-10-26  Nick Clifton  <[email protected]>
 
@@ -1026,7 +1390,7 @@ Wed Nov  3 23:31:19 1999  Jeffrey A Law  ([email protected])
        * pe-dll.c (process_def_file): Move the offset lookup from here to
        (fill_exported_offsets): here. New static function.
        (fill_edata): Use.
-       
+
 1999-09-28  Mumit Khan  <[email protected]>
 
        * deffilep.y (tokens): Add upper and lower case versions of DATA,
@@ -1081,7 +1445,7 @@ Wed Sep 15 02:47:43 1999  Jeffrey A Law  ([email protected])
 
        * emulparms/elf64hppa.sh (TEXT_DYNAMIC): Define.
 
-       * emulparms/elf64hppa.h (OTHER_READWRITE_SECTIONS):  No longer combine
+       * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS):  No longer combine
        the .plt, .dlt, .opd  into a single output section.  Provide values
        for __gp and __hp_load_map.
 
@@ -1094,7 +1458,7 @@ Wed Sep 15 02:47:43 1999  Jeffrey A Law  ([email protected])
 
 1999-09-14  Donn Terry  <[email protected]>
 
-       * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): allow for 
+       * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): allow for
        terminating null.
 
 1999-09-14  Ulrich Drepper  <[email protected]>
@@ -1234,7 +1598,7 @@ Wed Sep  8 00:07:39 1999  Jeffrey A Law  ([email protected])
 
 1999-09-03  Scott Bambrough  <[email protected]>
 
-       * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for 
+       * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
        target "arm*-*-linux-gnu*"
 
 1999-09-04  Steve Chamberlain  <[email protected]>
@@ -1242,7 +1606,7 @@ Wed Sep  8 00:07:39 1999  Jeffrey A Law  ([email protected])
        * configure.tgt (pjl-*-*, pj-*-*): New targets.
        * emulparams/pjelf.sh: New file.
        * emulparams/pjlelf.sh: New file.
-       * scripttempl/pj.sc: New file.  
+       * scripttempl/pj.sc: New file.
        * Makefile.am (ALL_EMULATIONS): Add epjelf.o and epjlelf.o.
        (epjelf.o, epjlelf.o): New targets.
        * Makefile.in: Rebuild.
@@ -1417,7 +1781,7 @@ Mon Jul 19 14:19:14 1999  Mark P. Mitchell  <[email protected]>
        (get_first_input_target): New function: Find the target format
        of the first of the linker's input file.
        (open_output): Be more clever about deciding the output target
-       format. 
+       format.
 
 1999-07-16  Jakub Jelinek  <[email protected]>
 
@@ -1476,7 +1840,7 @@ Thu Jul 15 15:55:15 1999  Mark P. Mitchell  <[email protected]>
 
 Thu Jul  8 12:32:23 1999  John David Anglin <[email protected]>
 
-        * configure.tgt (hppa*-linux-gnu*): New target.
+       * configure.tgt (hppa*-linux-gnu*): New target.
 
 1999-07-07  Mark Mitchell  <[email protected]>
 
@@ -1489,11 +1853,11 @@ Thu Jul  8 12:32:23 1999  John David Anglin <[email protected]>
 1999-07-05  Nick Clifton  <[email protected]>
 
        * emultempl/pe.em (after_open): Abort if input format is ARM and
-       output format is not. 
+       output format is not.
        * emultempl/armcoff.em (after_open): Abort if input format is ARM
-       and output format is not. 
+       and output format is not.
        * emultempl/armelf.em (after_open): Abort if input format is ARM
-       and output format is not. 
+       and output format is not.
 
 1999-07-02  Ian Lance Taylor  <[email protected]>
 
@@ -1507,7 +1871,7 @@ Thu Jul  8 12:32:23 1999  John David Anglin <[email protected]>
        * configure.tgt (mips-sgi-irix6*): Make n32 the default
        emulation.
        * emulparams/elf32bmipn32.sh: New file.
-       
+
 1999-06-28  Jim Pick <[email protected]>
 
        * emultempl/armelf.em: Added code so that .xs linker scripts are
@@ -1543,7 +1907,8 @@ Thu Jul  8 12:32:23 1999  John David Anglin <[email protected]>
        * emultempl/pe.em: Add new command line switch --thumb-entry.
        * emultempl/armelf.em: Add new command line switch --thumb-entry.
        * emultempl/armcoff.em: Add new command line switch --thumb-entry.
-       * ld.texinfo: Document new ARM command line switch: --thumb-entry.      
+       * ld.texinfo: Document new ARM command line switch: --thumb-entry.
+
 1999-06-20  H.J. Lu  <[email protected]>
 
        * configure.in (all_libpath): Accumulate across all enabled targets.
@@ -1624,7 +1989,7 @@ Mon Jun 14 10:38:36 1999  Andreas Schwab  <[email protected]>
        option.
        (..._before_allocation): Pass the value of the new variable
        no_pipeline_knowledge to bfd_elf32_arm_process_before_allocation.
-       
+
        * emultemp/armelf_oabi.em (..._before_allocation): Pass zero as
        the third parameter to bfd_elf32_arm_process_before_allocation.
 
@@ -1642,12 +2007,12 @@ Mon Jun 14 10:38:36 1999  Andreas Schwab  <[email protected]>
 
 1999-05-26  Nick Clifton  <[email protected]>
 
-       * emulparams/armelf_oabi.sh (TEMPLATE_NAME): Set to armelf_oabi. 
+       * emulparams/armelf_oabi.sh (TEMPLATE_NAME): Set to armelf_oabi.
 
 1999-05-24  Philip Blundell  <[email protected]>
 
        * emultempl/armelf.em (before_parse): Set config.dynamic_link and
-       config.has_shared.
+       config.has_shared.
        * emulparams/armelf.sh (GENERATE_SHLIB_SCRIPT): Define.
        * emulparams/armelf_linux.sh (GENERATE_SHLIB_SCRIPT): Likewise.
 
@@ -1713,7 +2078,7 @@ Thu May 13 09:48:09 1999  Joel Sherrill ([email protected])
 
 1999-04-12  Philip Blundell  <[email protected]>
 
-       * emulparams/armelf_linux.sh: New file.  Support for ARM 
+       * emulparams/armelf_linux.sh: New file.  Support for ARM
        GNU/Linux ELF ABI.
        * emulparams/armelf_linux26.sh: New file. APCS-26 version of above.
        * configure.tgt: For arm*-*-linux-gnu*, set default emulation to
@@ -1814,12 +2179,12 @@ Thu May 13 09:48:09 1999  Joel Sherrill ([email protected])
        * emulparams/arm_epoc_pe.sh: New file.
 
        * configure.tgt: Add 'targ_extra_ofiles' for ARM based PE
-       targets. 
+       targets.
 
 1999-03-31  Philip Blundell  <[email protected]>
 
        * configure.tgt: Match `arm*-*-linux-gnu*' not
-       `armv*-*-linux-gnu'.
+       `armv*-*-linux-gnu'.
 
 1999-03-26  Andreas Schwab  <[email protected]>
 
@@ -1829,10 +2194,10 @@ Thu May 13 09:48:09 1999  Joel Sherrill ([email protected])
 Fri Mar 26 12:05:51 1999  Catherine Moore  <[email protected]>
 
        * ld.h (wildcard_spec): Add exclude_name.
-        * ldgram.y (EXCLUDE_FILE): New token.
+       * ldgram.y (EXCLUDE_FILE): New token.
        (wildcard_spec): Set exclude_name.
        (file_NAME_list): Recognize EXCLUDE_FILE.
-        * ldlang.c (wild_section): Check for excluded files.
+       * ldlang.c (wild_section): Check for excluded files.
        (print_wild_statement): Print excluded files.
        (lang_add_wild): New argument exclude_filename.
        Set exclude_filename.
@@ -1844,7 +2209,7 @@ Fri Mar 26 12:05:51 1999  Catherine Moore  <[email protected]>
        * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
        * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
        * scripttempl/elfppc.sc (CTOR, DTOR): Likewise.
-       
+
 1999-03-26  Nick Clifton  <[email protected]>
 
        * ldlang.c (lang_gc_sections): If entry_symbol is not defined,
@@ -1853,15 +2218,15 @@ Fri Mar 26 12:05:51 1999  Catherine Moore  <[email protected]>
 1999-03-03  Nick Clifton  <[email protected]>
 
        * scripttempl/elf.sc: Add explicit placements for the .eh_frame
-       and .gcc_except_table sections. 
+       and .gcc_except_table sections.
 
 Wed Mar  3 09:13:34 1999  Catherine Moore  <[email protected]>
-        * scripttempl/elf.sc: Remove .end.ctors and .end.dtors
-        sections.  Reorder .ctors section entries.
-        * scripttempl/elfd10v.sc: Likewise.
-        * scripttempl/elfd30v.sc: Likewise.
-        * scripttempl/elfppc.sc: Likewise.
+
+       * scripttempl/elf.sc: Remove .end.ctors and .end.dtors
+       sections.  Reorder .ctors section entries.
+       * scripttempl/elfd10v.sc: Likewise.
+       * scripttempl/elfd30v.sc: Likewise.
+       * scripttempl/elfppc.sc: Likewise.
 
 1999-02-26  Jim Lemke  <[email protected]>
 
@@ -1870,16 +2235,16 @@ Wed Mar  3 09:13:34 1999  Catherine Moore  <[email protected]>
 1999-02-25  Nick Clifton  <[email protected]>
 
        * ldlang.c (lang_check_section_addresses): Remove extraneous
-       backslash. 
+       backslash.
 
 Thu Feb 25 15:07:24 1999  Catherine Moore  <[email protected]>
 
        * scripttempl/elf.sc: Don't gather .ctor and .dtor sections
-        for relocateable links.
+       for relocateable links.
        * scripttempl/elfd10v.sc: Likewise.
        * scripttempl/elfd30v.sc: Likewise.
        * scripttempl/elfppc.sc: Likewise.
-        
+
 1999-02-22  Jim Lemke  <[email protected]>
 
        * ldint.texinfo: remove extraneous right brace.
@@ -1889,7 +2254,7 @@ Thu Feb 25 15:07:24 1999  Catherine Moore  <[email protected]>
 Wed Feb 17 12:10:06 1999  Stan Cox  <[email protected]>
 
        * mpw-elfmips.c (gldelf32ebmip_before_allocation): Remove special
-       .reginfo section handling. 
+       .reginfo section handling.
        * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Likewise.
        * emulparams/elf32elmip.sh (INITIAL_READONLY_SECTIONS): Removed
        * emulparams/elf32ebmip.sh (INITIAL_READONLY_SECTIONS): Removed
@@ -1897,17 +2262,17 @@ Wed Feb 17 12:10:06 1999  Stan Cox  <[email protected]>
 1999-02-17  Nick Clifton  <[email protected]>
 
        Patch from: Scott Bambrough <[email protected]>
-       
+
        * configure.tgt: Added armv*-*-linux-gnu to $targ_emul
-       recognition. 
+       recognition.
 
 Wed Feb 17 Andreas Schwab  <[email protected]>
-        * emultempl/armelf_oabi.em
-        (bfd_elf32_arm_allocate_interworking_sections,
-        bfd_elf32_arm_get_bfd_for_interworking,
-        bfd_elf32_arm_process_before_allocation): Define them to use the
-        old ABI versions of the functions.
+
+       * emultempl/armelf_oabi.em
+       (bfd_elf32_arm_allocate_interworking_sections,
+       bfd_elf32_arm_get_bfd_for_interworking,
+       bfd_elf32_arm_process_before_allocation): Define them to use the
+       old ABI versions of the functions.
 
 Tue Feb 16 16:48:19 1999  Ian Lance Taylor  <[email protected]>
 
@@ -1925,12 +2290,12 @@ Mon Feb 15 18:21:48 1999  Vladimir N. Makarov  <[email protected]>
 
        * ldexp.c (new_abs): Ditto.
        (new_rel, new_rel_from_section, fold_binary, invalid, fold_name,
-       exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
-       exp_get_abs_int): Ditto
+       exp_fold_tree, exp_binop, exp_trinop, stat_alloc,
+       exp_get_abs_int): Ditto
 
        * ldlang.c (print_assignment, lang_size_sections,
        lang_do_assignments): Ditto.
-       
+
 1999-02-11  Nick Clifton  <[email protected]>
 
        * ldlang.c (lang_check_section_addresses): New function: Check
@@ -1960,12 +2325,12 @@ Wed Feb  3 19:41:01 1999  Ian Lance Taylor  <[email protected]>
 
 Mon Feb  1 11:39:46 1999  Catherine Moore  <[email protected]>
 
-        * Makefile.am (earmelf_oabi.o):  New.
-        * Makefile.in:  Regenerate.
-        * configure.tgt (arm-*-oabi):  New.
-        (thumb-*-oabi):  New.
-        * emulparams/armelf_oabi.sh:  New.
-        * emultempl/armelf_oabi.em:  New.
+       * Makefile.am (earmelf_oabi.o):  New.
+       * Makefile.in:  Regenerate.
+       * configure.tgt (arm-*-oabi):  New.
+       (thumb-*-oabi):  New.
+       * emulparams/armelf_oabi.sh:  New.
+       * emultempl/armelf_oabi.em:  New.
 
 1999-01-31 17:57:31 1998  Michael Meissner  <[email protected]>
 
@@ -1983,13 +2348,13 @@ Wed Jan 20 17:01:48 1999  Ian Lance Taylor  <[email protected]>
 1999-01-19  Nick Clifton  <[email protected]>
 
        * ldlang.c (lang_size_sections): Count loadable sections as
-          contributing to the size of the current segment.
+         contributing to the size of the current segment.
 
 1999-01-15  Nick Clifton  <[email protected]>
 
        * ldlang.c (lang_size_sections): Only update the current
-          address of a region if the section just placed into it is an
-          allocated section.
+         address of a region if the section just placed into it is an
+         allocated section.
 
 1999-01-12  Nick Clifton  <[email protected]>
 
@@ -2005,7 +2370,7 @@ Wed Jan 20 17:01:48 1999  Ian Lance Taylor  <[email protected]>
 1999-01-11  Nick Clifton  <[email protected]>
 
        * scripttempl/fr30.sc: Fill .init and .fini sections with NOP
-       pattern. 
+       pattern.
 
 1999-01-03  Ken Raeburn  <[email protected]>
 
@@ -2133,7 +2498,7 @@ Mon Nov 16 22:14:07 1998  DJ Delorie  <[email protected]>
        * emultempl/pe.em (gld_i386_finish): generate import library
        * deffile.h: add hint member.
        * pe-dll.c (pe_dll_generate_implib): New function with helpers;
-       generates the import library directly from the export table.
+       generates the import library directly from the export table.
        (fill_edata): remember the actual hint for the import library.
 
 Sat Nov 14 14:36:24 1998  Ian Lance Taylor  <[email protected]>
@@ -2151,7 +2516,7 @@ Thu Nov 12 19:21:57 1998  Dave Brolley  <[email protected]>
 Wed Nov 11 18:10:15 1998  DJ Delorie  <[email protected]>
 
        * pe-dll.c (generate_reloc): don't output PE relocs for sections
-       that won't be loaded.
+       that won't be loaded.
 
 Wed Nov 11 13:44:54 1998  DJ Delorie  <[email protected]>
 
@@ -2164,19 +2529,19 @@ Tue Nov 10 21:28:19 1998  DJ Delorie  <[email protected]>
 Tue Nov 10 17:53:17 1998  DJ Delorie  <[email protected]>
 
        * pe-dll.c (process_def_file): properly note undefined exported
-       symbols, clean up old code.
+       symbols, clean up old code.
        (pe_dll_generate_def_file): don't crash if pe_def_file is NULL
        * emultempl/pe.em (gld_i386_parse_args): add
-       (en/dis)able-stdcall-fixups
+       (en/dis)able-stdcall-fixups
        (pe_fixup_stdcalls): warn about stdcall fixups
        (gld_i386_unrecognized_file): make exported symbols undefs so that
-       archive members get pulled in
+       archive members get pulled in
 
 Tue Nov 10 14:50:51 1998  Catherine Moore  <[email protected]>
 
-        * scripttempl/elfd10v.sc: Add KEEP attribute to .init,
-        .fini, .dtors and .ctors.  Add .data and .text
-        wildcards to support section garbage collection.
+       * scripttempl/elfd10v.sc: Add KEEP attribute to .init,
+       .fini, .dtors and .ctors.  Add .data and .text
+       wildcards to support section garbage collection.
 
 Mon Nov  9 22:52:50 1998  DJ Delorie  <[email protected]>
 
@@ -2197,15 +2562,15 @@ Mon Nov  9 16:41:30 1998  DJ Delorie  <[email protected]>
        * configure.tgt: allow target-specific extra files
        * configure.in: allow target-specific extra files
        * ldlang.c (lang_add_assignment): return the assignment so that
-       one can change the value later based on the object files (pe-dll
-       DEF files do this)
+       one can change the value later based on the object files (pe-dll
+       DEF files do this)
        * ldint.texinfo: add section for emulation walkthrough
        * Makefile.am: add new files and target-specific extra files
        * emultempl/pe.em (gld_i386_list_options): list dll-specific
        options.
        * pe-dll.c (process_def_file): auto-export everything if
        nothing is otherwise exported.
-       
+
 Wed Nov  4 16:39:18 1998  Nick Clifton  <[email protected]>
 
        * Makefile.am: Add support for FR30 target.
@@ -2213,11 +2578,11 @@ Wed Nov  4 16:39:18 1998  Nick Clifton  <[email protected]>
        * Makefile.in: Regenerate.
        * emulparams/fr30.sh: New file.
        * scripttemp/fr30.sc: New file.
-       
+
 Mon Nov  2 14:47:15 1998  Catherine Moore  <[email protected]>
 
-        * ldmain.c (main):  Don't report error for dynamic links and
-        --gc-sections.
+       * ldmain.c (main):  Don't report error for dynamic links and
+       --gc-sections.
 
 1998-10-26 16:05  Ulrich Drepper  <[email protected]>
 
@@ -2235,17 +2600,17 @@ Mon Oct 12 14:29:56 1998  Nick Clifton  <[email protected]>
 
 Fri Oct  9 15:59:52 1998  Catherine Moore  <[email protected]>
 
-        * scripttempl/elf.sc:  Merge .sdata.* etc sections.
-        * ldctor.c (ldctor_build_sets):  Set SEC_KEEP for
-        ctor sections.
+       * scripttempl/elf.sc:  Merge .sdata.* etc sections.
+       * ldctor.c (ldctor_build_sets):  Set SEC_KEEP for
+       ctor sections.
 
 Mon Oct  5 09:40:43 1998  Catherine Moore  <[email protected]>
 
-        * ldmain.c (main):  Error if --gc-sections and
-        dyanmic linking.
-        * scripttempl/v850.sc:  Add KEEP attribute to .init,
-        .fini, .dtors and .ctors.  Add .data and .text
-        wildcards to support section garbage collection.
+       * ldmain.c (main):  Error if --gc-sections and
+       dyanmic linking.
+       * scripttempl/v850.sc:  Add KEEP attribute to .init,
+       .fini, .dtors and .ctors.  Add .data and .text
+       wildcards to support section garbage collection.
 
 Wed Sep 30 11:19:15 1998  Nick Clifton  <[email protected]>
 
@@ -2260,8 +2625,8 @@ Sun Sep 20 00:43:26 1998  Ian Lance Taylor  <[email protected]>
 
 Fri Sep 18 13:42:42 1998  Catherine Moore  <[email protected]>
 
-        * emultempl/elf32.em (gld_place_orphan): Don't process for
-        sections with SEC_EXCLUDE flag.
+       * emultempl/elf32.em (gld_place_orphan): Don't process for
+       sections with SEC_EXCLUDE flag.
 
 Fri Sep  4 09:24:02 1998  Nick Clifton  <[email protected]>
 
@@ -2274,26 +2639,26 @@ Thu Sep  3 17:30:58 1998  Richard Henderson  <[email protected]>
 
 Mon Aug 31 01:06:00 1998  Catherine Moore  <[email protected]>
 
-        * Makefile.am:  Change armelf.sc to elf.sc
-        * Makefile.in:  Regenerate.
+       * Makefile.am:  Change armelf.sc to elf.sc
+       * Makefile.in:  Regenerate.
 
 Mon Aug 31 11:12:04 1998  Catherine Moore  <[email protected]>
 
-        * emulparams/armelf.sh:  Change SCRIPT_NAME to
-        elf.  Change TEXT_START_ADDR to 0x8000.  Define
-        OTHER_TEXT_SECTIONS, OTHER_BSS_SYMBOLS and
-        OTHER_BSS_END_SYMBOLS.
-        * scripttempl/elf.sc:  Modify to use
-        OTHER_BSS_END_SYMBOLS.
-        * scripttempl/elfarm.sc:  Remove file.
+       * emulparams/armelf.sh:  Change SCRIPT_NAME to
+       elf.  Change TEXT_START_ADDR to 0x8000.  Define
+       OTHER_TEXT_SECTIONS, OTHER_BSS_SYMBOLS and
+       OTHER_BSS_END_SYMBOLS.
+       * scripttempl/elf.sc:  Modify to use
+       OTHER_BSS_END_SYMBOLS.
+       * scripttempl/elfarm.sc:  Remove file.
 
 Tue Aug 18 12:05:34 1998  Catherine Moore  <[email protected]>
 
-        * emultempl/armelf.em (gld_armelf_before_allocation):
-        Add bfd_ prefix to elf32_arm_process_before_allocation
-        and elf32_arm_allocate_interworking_sections.
-        (gld_armelf_after_open): Add bfd_ prefix to
-        elf32_arm_get_bfd_for_interworking.
+       * emultempl/armelf.em (gld_armelf_before_allocation):
+       Add bfd_ prefix to elf32_arm_process_before_allocation
+       and elf32_arm_allocate_interworking_sections.
+       (gld_armelf_after_open): Add bfd_ prefix to
+       elf32_arm_get_bfd_for_interworking.
 
 Fri Aug 14 15:34:29 1998  Ian Lance Taylor  <[email protected]>
 
@@ -2311,14 +2676,14 @@ Fri Aug 14 15:34:29 1998  Ian Lance Taylor  <[email protected]>
        correctly.
        * scripttempl/elf.sc: Add sort around CONSTRUCTORS.
        * ld.texinfo (Output Section Keywords): Document SORT
-       (CONSTRUCTORS).
+       (CONSTRUCTORS).
 
 Thu Aug 13 12:20:39 1998  Catherine Moore  <[email protected]>
 
-       * emulparams/armelf.sh:  Define TEMPLATE_NAME to armelf.
-       * scripttempl/elfarm.sc:  Include .glue_7t and .glue7
-       sections.
-       * emultempl/armelf.em: New file.
+       * emulparams/armelf.sh:  Define TEMPLATE_NAME to armelf.
+       * scripttempl/elfarm.sc:  Include .glue_7t and .glue7
+       sections.
+       * emultempl/armelf.em: New file.
 
 Thu Aug 13 12:52:45 1998  H.J. Lu  <[email protected]>
 
@@ -2327,8 +2692,8 @@ Thu Aug 13 12:52:45 1998  H.J. Lu  <[email protected]>
 
 Tue Aug 11 16:17:01 1998  Catherine Moore  <[email protected]>
 
-        * scripttempl/elfarm.sc:  Change text start address
-        back to zero.
+       * scripttempl/elfarm.sc:  Change text start address
+       back to zero.
 
 Tue Aug 11 10:01:12 1998  Jeffrey A Law  ([email protected])
 
@@ -2337,20 +2702,20 @@ Tue Aug 11 10:01:12 1998  Jeffrey A Law  ([email protected])
 
 Sun Aug  9 20:31:27 1998  Catherine Moore  <[email protected]>
 
-        * scripttempl/elfarm.sc:  Set text start address to
-        0x8000.  Add __bss_end definition.
+       * scripttempl/elfarm.sc:  Set text start address to
+       0x8000.  Add __bss_end definition.
 
 Sat Aug  1 11:47:37 1998  Catherine Moore  <[email protected]>
 
-        * scripttempl/elfarm.sc:  New file.
-        * emulparams/armelf.sh: Set SCRIPT_NAME to elfarm.
+       * scripttempl/elfarm.sc:  New file.
+       * emulparams/armelf.sh: Set SCRIPT_NAME to elfarm.
 
 Fri Jul 31 15:56:16 1998  Catherine Moore  <[email protected]>
 
-        * emulparams/armelf.sh: New file.
-        * configure.tgt:  Recognize thumb-elf and arm-elf.
-        * Makefile.am (earmelf.o): New.
-        * Makefile.in: Rebuild.
+       * emulparams/armelf.sh: New file.
+       * configure.tgt:  Recognize thumb-elf and arm-elf.
+       * Makefile.am (earmelf.o): New.
+       * Makefile.in: Rebuild.
 
 Fri Jul 24 12:00:57 1998  Ian Lance Taylor  <[email protected]>
 
@@ -2622,7 +2987,7 @@ Thu May 14 14:51:24 1998  Nick Clifton  <[email protected]>
 
 Sun May 10 22:36:30 1998  Jeffrey A Law  ([email protected])
 
-        * po/Make-in (install-info): New target.
+       * po/Make-in (install-info): New target.
 
 Tue Apr 28 19:18:30 1998  Tom Tromey  <[email protected]>
 
@@ -2643,7 +3008,7 @@ Mon Apr 27 11:56:21 1998  Ian Lance Taylor  <[email protected]>
        (global_vercheck_failed): New file static variable.
        (gld${EMULATION_NAME}_after_open): Check for shared libraries
        twice, once with force set to 0 and once with it set to 1.
-       (gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter.
+       (gld${EMULATION_NAME}_check_ld_so_conf): Add force parameter.
        Change all callers.
        (gld${EMULATION_NAME}_search_needed): Likewise.
        (gld${EMULATION_NAME}_try_needed): Likewise.  If not force, check
@@ -2740,7 +3105,7 @@ Fri Apr  3 00:56:50 1998  Ian Lance Taylor  <[email protected]>
        * configure.in: Put the tdirs in a file and use AC_SUBST_FILE,
        rather than in a shell variable and using AC_SUBST.
        * Makefile.am (DISTCLEANFILES): Remove ldscripts.  Add tdirs.
-       (distclean-local): New target.
+       (distclean-local): New target.
        * configure, Makefile.in: Rebuild.
 
        * ld.texinfo: Completely rewrite linker script documentation.
@@ -2857,7 +3222,7 @@ Fri Feb 13 15:24:06 1998  Ian Lance Taylor  <[email protected]>
 Thu Feb 12 14:10:44 1998  Ian Lance Taylor  <[email protected]>
 
        * scripttempl/elf.sc: Align the _end symbol according to the ELF
-       format size.  From Gordon W. Ross <[email protected]>.
+       format size.  From Gordon W. Ross <[email protected]>.
 
        NetBSD patches from Gordon W. Ross <[email protected]>:
        * configure.host (alpha*-*-netbsd*): New host.
@@ -2889,7 +3254,7 @@ Mon Feb  9 13:44:40 1998  Andrew Cagney  <[email protected]>
        * scripttempl/elfd10v.sc (.stack): Move stack to 0x00..7FFE.
 
        * emulparams/d10velf.sh (READONLY_START_ADDR): Read only section
-       moved to 0x00.....4.
+       moved to 0x00.....4.
 
 Sat Feb  7 15:41:26 1998  Ian Lance Taylor  <[email protected]>
 
@@ -3144,7 +3509,7 @@ Sun Nov 16 20:16:45 1997  Michael Meissner  <[email protected]>
 Thu Nov 13 13:45:00 1997  Andrew Cagney  <[email protected]>
 
        * configure.tgt (targ_extra_emuls): Make FreeBSD a i386bsd
-       variant.
+       variant.
 
 Sun Nov  2 14:51:36 1997  H.J. Lu  <[email protected]>
 
@@ -3206,10 +3571,10 @@ Fri Oct  3 14:23:02 1997  Ian Lance Taylor  <[email protected]>
 Thu Oct  2 18:40:28 1997  Ian Lance Taylor  <[email protected]>
 
        * ldlang.c (wild_doit): Rewrite flag handling for clarity.  If we
-       are not adding the first input section, and SEC_READONLY is clear
-       on the output section, then don't copy it from the input section.
-       If SEC_READONLY is not set on the input section, then clear it on
-       the output section.
+       are not adding the first input section, and SEC_READONLY is clear
+       on the output section, then don't copy it from the input section.
+       If SEC_READONLY is not set on the input section, then clear it on
+       the output section.
 
        * configure.tgt (mips*-sgi-irix[56]*): Use elf32bsmip rather than
        elf32bmip.
@@ -3233,7 +3598,7 @@ Wed Oct  1 16:41:00 1997  Nick Clifton  <[email protected]>
 
 Wed Sep 24 16:59:15 1997  Joel Sherrill  <[email protected]>
 
-        * configure.tgt (sh*-*-rtems*): New target, like sh-*-elf*.
+       * configure.tgt (sh*-*-rtems*): New target, like sh-*-elf*.
 
 Wed Sep 24 11:33:14 1997  Ian Lance Taylor  <[email protected]>
 
@@ -3341,10 +3706,10 @@ Sat Aug  9 00:42:27 1997  Ian Lance Taylor  <[email protected]>
 
 Mon Jul 28 19:04:50 1997  Rob Savoye  <[email protected]>
 
-        * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
-        win32 dependencies.
-        * configure: Regenerated with autoconf 2.12.
-        * Makefile.in: Add $(EXEEXT) to executable.
+       * configure.in: Use CYGWIN and EXEEXT autoconf macro to look for
+       win32 dependencies.
+       * configure: Regenerated with autoconf 2.12.
+       * Makefile.in: Add $(EXEEXT) to executable.
 
 Tue Jul 22 18:50:38 1997  Robert Hoehne <[email protected]>
 
@@ -3551,7 +3916,7 @@ Mon Mar 31 23:44:00 1997  Ian Lance Taylor  <[email protected]>
 
 Mon Mar 31 16:35:51 1997  Joel Sherrill  <[email protected]>
 
-        * configure.tgt (hppa*-*-rtems*): New target, like hppa-*-*elf*.
+       * configure.tgt (hppa*-*-rtems*): New target, like hppa-*-*elf*.
 
 Fri Mar 28 15:29:23 1997  H.J. Lu <[email protected]>
 
@@ -3782,7 +4147,7 @@ Wed Jan 29 18:15:00 1997  Geoffrey Noer  <[email protected]>
 Mon Jan 27 12:28:43 1997  Ian Lance Taylor  <[email protected]>
 
        * scripttempl/elf.sc: Put linkonce reloc section in other
-       appropriate reloc sections.
+       appropriate reloc sections.
        * scripttempl/elfmips.sc: Add linkonce support.
        * scripttempl/elfppc.sc: Likewise.
 
@@ -3831,7 +4196,7 @@ Fri Jan  3 17:33:34 1997  Richard Henderson  <[email protected]>
 Fri Jan  3 14:04:40 1997  Ian Lance Taylor  <[email protected]>
 
        * Makefile.in (clean): Don't remove configdoc.texi.
-       (maintainer-clean): Do remove configdoc.texi.
+       (maintainer-clean): Do remove configdoc.texi.
 
        * ld.texinfo (Operators): Remove '@' from @smallexmple in comment
        to avoid confusing texi2roff.
@@ -3887,7 +4252,7 @@ Fri Dec 13 10:19:57 1996  Jeffrey A Law  ([email protected])
 Thu Dec 12 17:04:55 1996  Ian Lance Taylor  <[email protected]>
 
        * emultempl/gld960c.em: Include <ctype.h>.
-       (gld960_set_output_arch): Get the machine type from the -A option
+       (gld960_set_output_arch): Get the machine type from the -A option
        if there is one, rather than always using core.
 
 Sat Dec  7 10:07:51 1996  Jeffrey A Law  ([email protected])
@@ -4092,8 +4457,8 @@ Thu Oct  3 15:41:24 1996  Jason Molenda  ([email protected])
 
 Wed Oct  2 23:45:25 1996  Geoffrey Noer  <[email protected]>
 
-        * emultmpl/pe.em: increase size of stack reserve to 0x2000000
-        (necessary in order to compile parse.c in gcc sources under NT)
+       * emultmpl/pe.em: increase size of stack reserve to 0x2000000
+       (necessary in order to compile parse.c in gcc sources under NT)
 
 Wed Oct  2 14:49:10 1996  Ian Lance Taylor  <[email protected]>
 
@@ -4145,7 +4510,7 @@ Mon Sep 16 17:55:21 1996  Ian Lance Taylor  <[email protected]>
        syntax error on __end__ line.
 
        * scripttempl/armcoff.sc: For -N or -n, don't align .data.  From
-       Chris Hadley <[email protected]>
+       Chris Hadley <[email protected]>
 
 Sun Sep 15 22:09:56 1996  Jeffrey A Law  ([email protected])
 
@@ -4266,8 +4631,8 @@ Fri Aug 16 19:18:08 1996  Michael Meissner  <[email protected]>
 Fri Aug 16 14:15:41 1996  James G. Smith  <[email protected]>
 
        * scripttempl/armcoff.sc (__bss_start__, __bss_end__,
-       __data_start__, __data_end__): Added to keep in sync. with the
-       default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support.
+       __data_start__, __data_end__): Added to keep in sync. with the
+       default ARM crt0.s. Added __CTOR_LIST__ and __DTOR_LIST__ support.
 
 Thu Aug  8 14:24:56 1996  Ian Lance Taylor  <[email protected]>
 
@@ -4371,7 +4736,7 @@ Thu Aug  1 12:52:19 1996  Ian Lance Taylor  <[email protected]>
 
 Wed Jul 31 13:17:10 1996  Martin M. Hunt  <[email protected]>
 
-       * emulparams/d10velf.sh: Now works with elf.sc.
+       * emulparams/d10velf.sh: Now works with elf.sc.
 
 Wed Jul 31 11:52:03 1996  Martin M. Hunt  <[email protected]>
 
@@ -4409,7 +4774,7 @@ Mon Jul 29 17:23:33 1996  Ian Lance Taylor  <[email protected]>
        (wild): Call wild_file.  Permit the file name to be a wildcard.
        (open_input_bfds): Don't call lookup_name for a wildcard pattern.
        * Makefile.in: Rebuild dependencies.
-       (CFILES): Add fnmatch.c.
+       (CFILES): Add fnmatch.c.
        (HFILES): Add fnmatch.h.
        (OFILES): Add fnmatch.o.
        * ld.texinfo: Document that file and section names can now be
@@ -4449,8 +4814,8 @@ Wed Jul 17 10:52:46 1996  Kim Knuttila  <[email protected]>
 Mon Jul 15 11:49:49 1996  Andreas Schwab  <[email protected]>
 
        * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Round
-       the value of __start_SECNAME to the alignment required by the
-       section to be placed.
+       the value of __start_SECNAME to the alignment required by the
+       section to be placed.
 
 Tue Jul  9 12:09:02 1996  Ian Lance Taylor  <[email protected]>
 
@@ -4619,8 +4984,8 @@ Tue Jun 18 17:55:39 1996  Ian Lance Taylor  <[email protected]>
 Wed Jun 12 12:46:21 1996  Ian Lance Taylor  <[email protected]>
 
        * lexsup.c: Include "libiberty.h".
-       (parse_args): Copy the -Y argument into memory.
-       (set_default_dirlist): Don't put the ':' back into the directory
+       (parse_args): Copy the -Y argument into memory.
+       (set_default_dirlist): Don't put the ':' back into the directory
        list.
 
 Fri Jun  7 11:27:42 1996  Ian Lance Taylor  <[email protected]>
@@ -4808,9 +5173,9 @@ Mon Apr 29 17:05:13 1996  Ian Lance Taylor  <[email protected]>
 Mon Apr 29 10:29:07 1996  Andreas Schwab  <[email protected]>
 
        * configure.host (m68*-*-linux*): Add -dynamic-linker to
-       HOSTING_CRT0.  Search -lgcc both before and after -lc in
-       HOSTING_LIBS.  Look for crt{begin,end}.o in the compiler directory
-       at first.
+       HOSTING_CRT0.  Search -lgcc both before and after -lc in
+       HOSTING_LIBS.  Look for crt{begin,end}.o in the compiler directory
+       at first.
        (i[345]86-*-linux*): Look for crt{begin,end}.o in the compiler
        directory at first.
 
@@ -4818,7 +5183,7 @@ Fri Apr 26 14:42:27 1996  Ian Lance Taylor  <[email protected]>
 
        * ldmisc.h (demangle): Declare.
        * ldmisc.c: Include "libiberty.h".  Include demangle.h with "",
-       not <>.
+       not <>.
        (demangle): Make non-static.  Remove remove_underscore paramter.
        Always return an allocated string.
        (vfinfo): Free result of demangle.  Add case 'G'.  Use %T to print
@@ -4945,10 +5310,10 @@ Fri Apr  5 14:30:14 1996  Ian Lance Taylor  <[email protected]>
 Fri Apr  5 18:11:25 1996  James G. Smith  <[email protected]>
 
        * emulparams/elf32{b,l}4300.sh (MACHINE): Add explicit
-       architecture number.
+       architecture number.
        * scripttempl/elf.sc: Use $MACHINE definition if present.
        * configure.tgt (targ_extra_emuls): Force 4100 build to use same
-       template as 4300.
+       template as 4300.
 
 Mon Apr  1 17:35:40 1996  Ian Lance Taylor  <[email protected]>
 
@@ -5068,8 +5433,8 @@ Tue Mar 12 12:02:21 1996  Ian Lance Taylor  <[email protected]>
 Wed Mar  6 16:06:52 1996  J.T. Conklin  <[email protected]>
 
        * scripttempl/elfppc.sc (.sdata2, .sbss2): Implement Feb 2 change
-       in a different manner to work around differences in shell variable
-       expansion.
+       in a different manner to work around differences in shell variable
+       expansion.
 
 Wed Mar  6 18:08:18 1996  Ian Lance Taylor  <[email protected]>
 
@@ -5295,7 +5660,7 @@ Fri Jan 26 11:11:55 1996  Andreas Schwab  <[email protected].
 Thu Jan 25 16:46:58 1996  James G. Smith  <[email protected]>
 
        * emulparams/{elf32b4300.sh, elf32l4300.sh}: Changed
-       TEXT_START_ADDR to allow use on IDT and PMON systems.
+       TEXT_START_ADDR to allow use on IDT and PMON systems.
 
 Wed Jan 24 20:59:40 1996  Steve Chamberlain  <[email protected]>
 
@@ -5344,7 +5709,7 @@ Mon Jan 15 15:07:19 1996  Ian Lance Taylor  <[email protected]>
        __GLOBAL_OFFSET_TABLE_.
 
        Add some Irix 5 support, mostly from Kazumoto Kojima
-        <[email protected]>:
+       <[email protected]>:
        * emulparams/elf32bmip.sh (SCRIPT_NAME): Change to elfmips.
        (SHLIB_TEXT_START_ADDR): Define.
        (OTHER_GOT_SYMBOLS): Define.
@@ -5780,7 +6145,7 @@ Mon Oct 23 11:46:43 1995  James G. Smith  <[email protected]>
        * emulparams/elf32b4300.sh: Added.
        * emulparams/elf32l4300.sh: Added.
        * configure.tgt, Makefile.in: Updated the build to use the
-       new 8.3 unique names.
+       new 8.3 unique names.
 
 Thu Oct 19 17:41:46 1995  Ian Lance Taylor  <[email protected]>
 
@@ -6096,7 +6461,7 @@ Fri Sep  1 13:13:29 1995  Ian Lance Taylor  <[email protected]>
 Fri Sep  1 08:35:16 1995  James G. Smith  <[email protected]>
 
        * configure.in: Added mips*vr4300-idt-elf* and
-        mips*vr4300el-idt-elf* targets.
+       mips*vr4300el-idt-elf* targets.
        * Makefile.in: Added eelf32vr4300* targets.
        * emulparams/{elf32vr4300.sh, elf32vr4300el.sh}: Added.
        * config/{mips-vr4300.mt, mips-vr4300el.mt}: Added.
@@ -6568,7 +6933,7 @@ Tue Apr 11 12:02:03 1995  Stan Shebs  <[email protected]>
        * mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
 
        * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
-        i386-unknown-aout, i386-unknown-coff): New targets.
+       i386-unknown-aout, i386-unknown-coff): New targets.
        (m68k-aout, m68k-coff): Remove targets.
        (mk.tmp): Add definition of EMUL.
 
@@ -6603,7 +6968,7 @@ Thu Mar 30 14:32:26 1995  H.J. Lu ([email protected])
 Thu Mar 30 13:09:46 1995  Ian Lance Taylor  <[email protected]>
 
        * ldmain.c (main): If opening the map file fails, call
-        bfd_set_error before calling einfo.
+       bfd_set_error before calling einfo.
 
        * ld.texinfo, ld.1: Document the -no-keep-memory option.
 
@@ -7010,7 +7375,7 @@ Wed Oct 26 13:59:12 1994  J.T. Conklin  ([email protected])
 
        * Makefile.in (ALL_EMULATIONS): Added ei386nbsd.o, ens32knbsd.o
          and esparcnbsd.o; sorted entries.
-          (ei386nbsd.c,ens32knbsd.c,esparcnbsd.c): New targets.
+         (ei386nbsd.c,ens32knbsd.c,esparcnbsd.c): New targets.
 
        * config/netbsd532.mt: Removed.
        * emulparams/netbsd532.sh: Removed.
@@ -7050,7 +7415,7 @@ Fri Oct 14 14:35:38 1994  J.T. Conklin  ([email protected])
        * configure.in: Changed netware ld_target name to be {i386,ppc}-nw
          instead of {i386,ppc}-elf.
 
-       * configure.in (sparc*-*-netware): Removed.  There is no such
+       * configure.in (sparc*-*-netware): Removed.  There is no such
          thing anymore.
 
        * ldint.texinfo: Move misplaced `@end iftex'.
@@ -7270,7 +7635,7 @@ Thu Sep  8 13:25:24 1994  Ian Lance Taylor  ([email protected])
 
 Thu Sep  8 16:30:37 1994  Steve Chamberlain  ([email protected])
 
-        * scripttempl/h8500b.sc: Put rdata stuff into own segment.
+       * scripttempl/h8500b.sc: Put rdata stuff into own segment.
 
 Thu Sep  8 13:25:24 1994  Ian Lance Taylor  ([email protected])
 
@@ -7406,7 +7771,7 @@ Fri Jul 22 12:15:36 1994  Ian Lance Taylor  ([email protected])
        * ld.texinfo: Document PROVIDE.
 
        * ldlang.c (lang_common): Pass desired alignment to
-        lang_one_common as power of two.
+       lang_one_common as power of two.
        (lang_one_common): Get common symbol alignment from linker hash
        table entry.  Treat desired alignment as a power of two.
 
@@ -7488,7 +7853,7 @@ Thu Jun 23 17:53:04 1994  Ian Lance Taylor  ([email protected])
        Preliminary support for generating shared libraries, from Eric
        Youngdale <[email protected]>.
        * genscripts.sh: If the emulation parameter file sets
-        GENERATE_SHLIB_SCRIPT, generate a .xs script file with
+       GENERATE_SHLIB_SCRIPT, generate a .xs script file with
        CREATE_SHLIB defined.
        * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): If
        link_info.shared is set, use the .xs script file.
@@ -8202,7 +8567,7 @@ Fri Feb 25 18:13:46 1994  David J. Mackenzie  ([email protected])
 
 Fri Feb 25 10:47:25 1994  Jeffrey A. Law  ([email protected])
 
-        * emultempl/hppaelf.em: First attempt to clean this file up.
+       * emultempl/hppaelf.em: First attempt to clean this file up.
        Add comments in several functions as to their purpose and
        how they function (or my current best guess).  Clean up horrible
        spacing and indention that never should have been accepted in the
@@ -8766,7 +9131,7 @@ Wed Nov  3 12:07:39 1993  David J. Mackenzie  ([email protected])
 
 Tue Nov  2 15:45:51 1993  Jeffrey A. Law  ([email protected])
 
-       From Pete Hoogenboom ([email protected]):
+       From Pete Hoogenboom ([email protected]):
 
        * scripttempl/hppaosf.sc: (___stack_zero, etext, _etext,
        edata, _edata, end): Add definitions of these symbols.
@@ -9010,8 +9375,8 @@ Tue Aug 17 07:02:19 1993  Steve Chamberlain  ([email protected])
 
 Thu Aug 12 16:05:37 1993  Jeffrey Wheat  ([email protected])
 
-        * Makefile.in: revert earlier changes back to execute runtest
-          with make check. cdtest and bootstrap now function as they
+       * Makefile.in: revert earlier changes back to execute runtest
+         with make check. cdtest and bootstrap now function as they
          did within the Makefile.
 
 Thu Aug 12 10:20:05 1993  David J. Mackenzie  ([email protected])
@@ -9430,7 +9795,7 @@ Fri Jun  4 16:18:24 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
 
        * Makefile.in: remove install:all and install-info:info
        dependencies (these cause some spurious rebuilds at 'make install'
-        time)
+       time)
 
 Fri Jun  4 08:50:14 1993  Ian Lance Taylor  ([email protected])
 
@@ -9820,7 +10185,7 @@ Mon Oct 19 09:45:38 1992  Ian Lance Taylor  ([email protected])
 Thu Oct 15 15:20:26 1992  Steve Chamberlain  ([email protected])
 
        * ldlang.c (size_input_section): count the sizes of all sections
-        we allocate.
+       we allocate.
 
 Thu Oct  8 09:05:25 1992  Steve Chamberlain  ([email protected])
 
@@ -10072,7 +10437,7 @@ Wed May 27 16:56:48 1992  Per Bothner  ([email protected])
 
 Wed May 27 15:15:58 1992  Steve Chamberlain  ([email protected])
 
-        * ldgram.y, ldlex.l: parse ABSOLUTE
+       * ldgram.y, ldlex.l: parse ABSOLUTE
        * ldexp.c: add support for ABSOLUTE
 
 Wed May 27 13:07:20 1992  Per Bothner  ([email protected])
This page took 0.08401 seconds and 4 git commands to generate.