Move translated part of bug report string back into .c files so
[deliverable/binutils-gdb.git] / ld / ChangeLog
index bb5d00fbe097111a0bd9d91c8dcded8812e98cd9..a5518d6f70c082cbaf0b4d8cb719aff304fb35a0 100644 (file)
@@ -1,3 +1,99 @@
+2000-04-04  Alan Modra  <alan@linuxcare.com.au>
+
+       * po/ld.pot: Regenerate.
+
+       * lexsup.c (help): Restore translated part of bug string.
+
+       * Makefile.am (MKDEP): Use gcc -MM rather than mkdep.
+       (DEP): Quote when passing vars to sub-make.  Add warning message
+       to end.
+       (DEP1): Rewrite for "gcc -MM".
+       (CLEANFILES): Add DEP2.
+       Update dependencies.
+       * Makefile.in: Regenerate.
+
+2000-04-03  Alan Modra  <alan@linuxcare.com.au>
+
+       * ld.h: #include "bin-bugs.h"
+       * lexsup.c (help): Use REPORT_BUGS_TO.
+
+2000-03-27  Denis Chertykov  <denisc@overta.ru>
+
+       * configure.tgt (avr-*-*): New target support.
+       * Makefile.am: Likewise.
+       * scripttempl/elf32avr.sc: New script file.
+       * emulparams/avr1200.sh: New file.
+       * emulparams/avr23xx.sh: New file.
+       * emulparams/avr4433.sh New file.
+       * emulparams/avr44x4.sh New file.
+       * emulparams/avr85xx.sh New file.
+       * emulparams/avrmega103.sh New file.
+       * emulparams/avrmega161.sh New file.
+       * emulparams/avrmega603.sh New file.
+       * Makefile.in: Regenerate.
+
+2000-03-09  Andreas Jaeger  <aj@suse.de>
+
+       * Makefile.am (check-DEJAGNU): Also unset LANG.
+       * Makefile.in: Rebuild.
+
+2000-03-06  Ian Lance Taylor  <ian@zembu.com>
+
+       * ldfile.c (ldfile_try_open_bfd): Don't crash if we see an empty
+       archive.
+
+2000-03-02  H.J. Lu  <hjl@gnu.org>
+
+       * emulparams/elf32mcore.sh: Include "getopt.h".
+
+2000-03-01  Ian Lance Taylor  <ian@zembu.com>
+
+       * configure.tgt: Remove *-*-aout, *-*-coff, and *-*-netware.
+
+2000-03-01  H.J. Lu  <hjl@gnu.org>
+
+       * emulparams/mipspe.sh: Add SUBSYSTEM and INITIAL_SYMBOL_CHAR.
+       * emulparams/shpe.sh: Likewise.
+
+2000-03-01  Nick Clifton  <nickc@cygnus.com>
+
+       * pe-dll.c: Remove unused variables and add ATTRIBUTE_UNUSED
+       to unused parameters.
+
+       * emultempl/pe.em: Add "#ifdef DLL_SUPPORT" around static
+       functions only used by DLL code.
+       (_place_orphan): Initialise 'dollar'.
+
+2000-03-01  H.J. Lu  <hjl@gnu.org>
+
+       * ldmain.c (undefined_symbol): Take one more arg, fatal, to
+       indicate if the undefined symbol is a fatal error or not.
+       Don't delete the output file if "fatal" is false.
+
+2000-02-29  H.J. Lu  <hjl@gnu.org>
+
+       * 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).
+       * Makefile.in: Rebuild.
+
+2000-02-29  Alan Modra  <alan@spri.levels.unisa.edu.au>
+
+       * emultempl/{aix.em, armcoff.em, armelf.em, armelf_oabi.em,
+       beos.em, elf32.em, generic.em, gld960.em, gld960c.em, hppaelf.em,
+       linux.em, lnk960.em, mipsecoff.em, sunos.em, vanilla.em}
+       (ld_emulation_xfer_struct): Add missing NULL initialiser for
+       find_potential_libraries.
+
+2000-02-28  Jim Blandy  <jimb@redhat.com>
+
+       * ldgram.y (exclude_name_list): Don't require a comma to separate
+       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.
+
 2000-02-27  Loren J. Rittle  <ljrittle@acm.org>
 
        * configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
This page took 0.024815 seconds and 4 git commands to generate.