Replace occurances of -oformat with --oformat.
[external/binutils.git] / ld / ChangeLog
index e244b8a..0784895 100644 (file)
@@ -1,5 +1,43 @@
+2001-02-01  Nick Clifton  <nickc@redhat.com>
+
+       * ld.1: Replace occurances of -oformat with --oformat.
+
+2001-01-25  Jim Driftmyer <jdrift@stny.rr.com>
+
+       * ldlang.c (lang_leave_overlay): Don't set lma_region when
+       load_base is specified.
+
+2001-01-24  Hans-Peter Nilsson  <hp@axis.com>
+
+       * emultempl/elf32.em: Correct spelling in comments and listed
+       options.
+
+2001-01-23  Alan Modra  <alan@linuxcare.com.au>
+
+       * ldlang.c (lang_leave_overlay): Only set lma_region from the
+       default for the first section of a group of overlay sections.
+
+2001-01-22  Alan Modra  <alan@linuxcare.com.au>
+
+       * Makefile.am (GENSCRIPTS): Pass exec_prefix.
+       * Makefile.in: Regenerate.
+       * genscripts.sh: Use exec_prefix parameter to specify tool lib.
+       Check for null tool_dir.
+
+2001-01-16  Jim Wilson  <wilson@redhat.com>
+
+       * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Add IA_64.unwind
+       and IA_64.unwind.info.
+
+2001-01-16  H.J. Lu  <hjl@gnu.org>
+
+       * ldlang.c (lang_check): Merge the private data only if the
+       input file has contents.
+
 2001-01-14  Alan Modra  <alan@linuxcare.com.au>
 
+       * emulparams/hppalinux.sh (OUTPUT_FORMAT): Set to elf32-hppa-linux.
+
        * emultempl/hppaelf.em (hppaelf_after_parse): New function,
        enabling search for libmilli.  On a relocatable link, make .text
        sections unique.
        * ldmain.c (main): Initialize link_info.allow_shlib_undefined
        to false.
        * ld.texinfo: Document new command line switch.
-       
+
 2000-12-12  Geoffrey Keating  <geoffk@redhat.com>
 
        * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
@@ -129,7 +167,7 @@ Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
 
 2000-12-01      Joel Sherrill <joel@OARcorp.com>
 
-        * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
+       * configure.tgt (arm-*-rtems*, a29k-*rtems*, h8300-*-rtems*):
        New targets.
        (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
        (sparc*-*-rtems*): Switched from a.out to ELF.
@@ -174,8 +212,8 @@ Mon Dec 11 14:50:33 MET 2000  Jan Hubicka  <jh@suse.cz>
 
 2000-11-24  Fred Fish  <fnf@be.com>
 
-        * ldmain.c (main): Remove redundant init of config.make_executable
-        to true.
+       * ldmain.c (main): Remove redundant init of config.make_executable
+       to true.
 
 2000-11-15  Richard Henderson  <rth@redhat.com>
 
@@ -253,9 +291,9 @@ Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
 
 2000-10-17  Chandrakala Chavva  <cchavva@redhat.com>
 
-        * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
-        options.
-        * ld.texinfo: Added notes about this new option.
+       * lexsup.c: New option OPTION_TARGET_HELP. Prints all target specific
+       options.
+       * ld.texinfo: Added notes about this new option.
 
 2000-10-16  Nick Clifton  <nickc@redhat.com>
 
@@ -271,7 +309,7 @@ Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
        pe_dll_search_prefix.
 
 2000-10-12  Charles Wilson  <cwilson@ece.gatech.edu>
-  
+
        * emultempl/pe.em (pe_dll_search_prefix): New variable,
        (longopts): New --dll-search-prefix option.
        (gld_${EMULATION_NAME}_list_options): Document.
@@ -379,7 +417,7 @@ Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
 
        * pe-dll.c (process_def_file): Uninitialized data wasn't
        exported with --export-all-symbols switch.
-       
+
 2000-09-28  DJ Delorie  <dj@redhat.com>
 
        * pe-dll.c (fill_edata): rearrange the data so that ordinals and
@@ -847,7 +885,7 @@ Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
 2000-07-12  Mark Elbrecht  <snowball3@bigfoot.com>
 
        * scripttempl/i386go32.sc: Support the g++ attribute init_priority in
-         gcc 2.95.2 and later.
+       gcc 2.95.2 and later.
 
 2000-07-11  Kazu Hirata  <kazu@hxi.com>
 
@@ -1097,9 +1135,9 @@ Tue Nov 14 00:59:19 2000  Denis Chertykov  <denisc@overta.ru>
 2000-06-05  Michael Matz <matz@ifh.de>
 
        * ldgram.y (vers_defns): Handle 'extern "C++" { ... }' in
-        version scripts.
+       version scripts.
 
-        * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
+       * ldlex.l (V_IDENTIFIER): Accept `::' in symbols.
 
 2000-05-23  Marek Michalkiewicz  <marekm@linux.org.pl>