2003-08-20 Michael Snyder <msnyder@redhat.com>
[binutils-gdb.git] / ld / ChangeLog
index 5a9f404f21ee7d682e4655197c27bb9dd7fbe12b..ffb8edf06f453a332142fba3704854990f952ae6 100644 (file)
@@ -1,3 +1,59 @@
+2003-08-29  Jafa  <jafa@silicondust.com>
+
+       * emulparams/elf32ip2k.sh (TEMPLATE_NAME): Define.
+
+2003-08-21  Nick Clifton  <nickc@redhat.com>
+
+       * po/tr.po: Updated Turkish translation.
+
+2003-08-20  Nick Clifton  <nickc@redhat.com>
+
+       * ldmain.c: Initialise the new fields in bfd_link_info to
+        NOT_YET_SET.
+               * lexsup.c (enum option_values): New enum.  Use this to
+        replace the handed coded values for the long switch options.
+        (ld_options): Add 'unresolved-symbols',
+        'warn-unresolved-symbols' and 'error-unresolved-symbols'.
+        (parse_args): Handle the new switches.  Set the values of
+        unresolved_symbols_in_objects and
+        unresolved_symbols_in_shared_libs appropriately.  If they were
+        not initialised by the command line, install default values.
+        * emultempl/elf32.em (handle_option): Update OPTION_GROUP and
+        -z defs to use the new fields in bfd_link_info.
+       * ld.texinfo: Document the new switches.
+       * NEWS: Mention this feature.
+
+2003-08-15 Dmitry Diky <diwil@mail.ru>
+       
+       * Makefile.am (GENSCRIPTS_EXTRA): New script definition which
+       calls genscripts_extra.sh.
+       Rearrange all msp430 depends using this script.
+       * Makefile.in: Regenerate.
+       * genscripts_extra.sh: New file: Similar to genscripts.sh, except
+       that the script to be run to generate the emulations can be passed
+       as an optional parameter instead of being computed from the
+       emulation name.
+       * emulparams/msp430all.sh: New file: Combine all msp430 subdevice
+       definitions into one file.
+       * emulparams/msp430x*.sh: Removed.
+
+2003-08-15  Nick Clifton  <nickc@redhat.com>
+
+       * ld.texinfo (Options): Put keywords for the -z option into a
+       table.  Add more text describing what the -z now option does.
+
+2003-08-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Remove libintl.h.
+       * Makefile.am (POTFILES.in): Unset LC_COLLATE.
+       * Makefile.in: Regenerate.
+
+2003-08-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * genscripts.sh (libpath.exp): Only generate for first emulation.
+       (LIB_PATH): Correct order of paths.  Don't add $tool_lib when
+       already present or when LIB_PATH is set to ":".
+
 2003-08-12  Ian Lance Taylor  <ian@airs.com>
 
        * ldmain.c (undefined_symbol): Change parameter name from `fatal'