Add translations
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 1ff2d260c2ae8a68496ae960dd3b3790d8bec1d6..3b5e47ef60ef5ff6ec9fe6611ce5e7dd652c25f4 100644 (file)
@@ -1,3 +1,84 @@
+2001-11-02  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * configure.in (ALL_LINGUAS): Add "fr" and "sv"
+       * configure: Regernate.
+       * po/fr.po: New file.
+       * po/sv.po: New file.
+
+2001-11-01  NIIBE Yutaka  <gniibe@m17n.org>
+
+       * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls
+       as little endian default and to support big endian.
+       
+2001-11-01  Chris Demetriou  <cgd@broadcom.com>
+
+       * ld.texinfo (Options): Document new option, -nostdlib.
+       * lexsup.c (OPTION_NOSTDLIB): New definition.
+       (ld_options): Add entry for "nostdlib".
+       (parse_args): Handle OPTIONS_NOSTDLIB.
+       * ldfile.c (ldfile_add_library_path): Don't add directories
+       to the search path if they weren't specified on the command line
+       and -nostdlib was specified.
+       * ld.h (ld_config_type): New member only_cmd_line_lib_dirs.
+
+2001-10-31  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * lexsup.c (parse_args): Prevent infinite parsing loop when
+       "-rpath.a" is specified on the command line.
+       Replace calls to fprintf with calls to einfo.
+
+2001-10-31  John Marshall  <jmarshall@acm.org>
+
+       * ld.texinfo: A historical requirement that MEMORY and SECTIONS
+       appear only once across all the linker scripts involved in a link
+       invocation no longer applies.  Make the documentation reflect
+       that.
+
+2001-10-31  NIIBE Yutaka  <gniibe@m17n.org>
+
+       * configure.tgt: Supports sh3/sh4/sh3eb/sh4eb-unknown-linux-gnu
+       targets.
+       (sh-*-linux*): Added targ_extra_libpath.
+
+2001-10-31  David Heine  <dlheine@tensilica.com>
+
+       * ldlang.c (lang_size_sections): Keep a valid output_offset field
+       for padding statements.
+
+2001-10-30  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * configure.tgt (mmix-*-*): New target.
+       * Makefile.am (ALL_EMULATIONS): Add eelf64mmix.o and emmo.o.
+       Add dependencies to match.
+       * emulparams/mmo.sh, emulparams/elf64mmix.sh, emultempl/mmo.em,
+       emultempl/mmix-elfnmmo.em, emultempl/mmixelf.em,
+       scripttempl/mmo.sc: New files.
+       * gen-doc.texi: @set MMIX.
+       * ld.texinfo: Ditto.
+       [MMIX] Add MMIX node.
+       * Makefile.in: Regenerate.
+
+2001-10-29  Kazu Hirata  <kazu@hxi.com>
+
+       * ldlang.c: Fix a comment typo.
+
+2001-10-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.host: Move alpha*-*-linux-gnu* entry to generic
+       entries, and match *-*-linux*.
+
+2001-10-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldgram.y (mri_script_command): Surround processing of INCLUDE
+       with ldlex_script, ldlex_popstate.
+       (ifile_p1): Likewise.
+       * ldlex.l (EOF): Don't BEGIN(SCRIPT).  Restore lineno from the
+       correct slot.
+       (lex_push_file): Save current lineno to lineno_stack.  Set lineno
+       to 1.  Don't BEGIN(SCRIPT).
+       (lex_redirect): Similarly.
+       * ldmain.c (main): Set yydebug non-zero if YYDEBUG.
+
 2001-10-20  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * scripttempl/armcoff.sc: Define __EH_FRAME_BEGIN__ and
@@ -14,7 +95,7 @@
        * pe-dll.c (autofilter_objectlist):  Add startup objects
        for profiling.
        (auto-export): Constify char * p.
-       Extract file basename and use strcmp rather than ststr 
+       Extract file basename and use strcmp rather than ststr
        for object lookup.
 
 2001-10-18  Chris Demetriou  <cgd@broadcom.com>
This page took 0.025108 seconds and 4 git commands to generate.