PR ld/6766
[deliverable/binutils-gdb.git] / ld / ChangeLog
index f192acab4db6c1c7784a9ce441054c5b711e77f1..94dd411f7d8bfab8166732c9e3c429e4b5a188b9 100644 (file)
@@ -1,3 +1,224 @@
+2009-09-13  Alan Modra  <amodra@bigpond.net.au>
+
+       PR ld/6766
+       * lexsup.c (parse_args <-e>): Revert 2009-03-18 change.
+       * ldemul.c (after_parse_default): Add entry symbol as undef.
+       * emultempl/alphaelf.em (alpha_after_parse): Call after_parse_default.
+       * emultempl/cr16elf.em (cr16elf_after_parse): Likewise.
+       * emultempl/crxelf.em (crxelf_after_parse): Likewise.
+       * emultempl/hppaelf.em (hppaelf_after_parse): Likewise.
+       * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Likewise.
+       * emultempl/pe.em (gld_${EMULATION_NAME}_after_parse): Call
+       after_parse_default and delete now duplicate code.
+       * emultempl/pep.em (gld_${EMULATION_NAME}_after_parse): Likewise.
+       * scripttempl/elf32cr16.sc: No need to make entry extern.
+       * scripttempl/elf32cr16c.sc: Likewise.
+       * scripttempl/elf32crx.sc: Likewise.
+       * scripttempl/elf32xc16xs.sc: Only provide ENTRY on final link.
+
+2009-09-11  Nick Clifton  <nickc@redhat.com>
+
+       * po/ld.pot: Updated by the Translation project.
+       * po/fi.po: Updated Finnish translation.
+
+2009-09-11  Martin Thuresson  <martint@google.com>
+
+       Updated sources to compile cleanly with -Wc++-compat:
+       * ld.h (enum endian_enum,enum symbolic_enum,enum
+       dynamic_list_enum): Move to top level.
+       * ldcref.c: Add casts.
+       * ldctor.c: Add casts.
+       * ldexp.c
+       * ldexp.h (enum node_tree_enum,enum phase_enum): Move to top level.
+       * ldlang.c: Add casts. (lang_insert_orphan): Use enum name instead
+       of integer.
+       * ldlang.h (enum statement_enum): Move to top level.
+       * ldmain.c: Add casts.
+       * ldwrite.c: Add casts.
+       * lexsup.c: Add casts. (enum control_enum): Move to top level.
+       * mri.c: Add casts. (mri_draw_tree): Use enum name instead of
+       integer.
+
+2009-09-09  Alan Modra  <amodra@bigpond.net.au>
+
+       * scripttempl/aix.sc: Only provide ENTRY on final link.
+       * scripttempl/alpha.sc: Likewise.
+       * scripttempl/armcoff.sc: Likewise.
+       * scripttempl/crisaout.sc: Likewise.
+       * scripttempl/delta68.sc: Likewise.
+       * scripttempl/ebmon29k.sc: Likewise.
+       * scripttempl/elf32xc16x.sc: Likewise.
+       * scripttempl/elf32xc16xl.sc: Likewise.
+       * scripttempl/elfmicroblaze.sc: Likewise.
+       * scripttempl/epocpe.sc: Likewise.
+       * scripttempl/h8300.sc: Likewise.
+       * scripttempl/h8300h.sc: Likewise.
+       * scripttempl/h8300hn.sc: Likewise.
+       * scripttempl/h8300s.sc: Likewise.
+       * scripttempl/h8300sn.sc: Likewise.
+       * scripttempl/h8300sx.sc: Likewise.
+       * scripttempl/h8300sxn.sc: Likewise.
+       * scripttempl/hppaelf.sc: Likewise.
+       * scripttempl/i386beos.sc: Likewise.
+       * scripttempl/i386coff.sc: Likewise.
+       * scripttempl/i386go32.sc: Likewise.
+       * scripttempl/m68kaux.sc: Likewise.
+       * scripttempl/m68klynx.sc: Likewise.
+       * scripttempl/m88kbcs.sc: Likewise.
+       * scripttempl/maxqcoff.sc: Likewise.
+       * scripttempl/mcorepe.sc: Likewise.
+       * scripttempl/mips.sc: Likewise.
+       * scripttempl/ppcpe.sc: Likewise.
+       * scripttempl/sa29200.sc: Likewise.
+       * scripttempl/sparccoff.sc: Likewise.
+       * scripttempl/sparclynx.sc: Likewise.
+       * scripttempl/tic4xcoff.sc: Likewise.
+       * scripttempl/tic54xcoff.sc: Likewise.
+       * scripttempl/tic80coff.sc: Likewise.
+       * scripttempl/z8000.sc: Likewise.
+
+2009-09-07  Tristan Gingold  <gingold@adacore.com>
+
+       * po/ld.pot: Regenerate.
+
+2009-09-05  Martin Thuresson  <martin@mtme.org>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_load_symbols,
+       gld${EMULATION_NAME}_try_needed): Rename variable class to
+       link_class.
+
+2009-09-04  Tristan Gingold  <gingold@adacore.com>
+
+       * NEWS: Add marker for 2.20.
+
+2009-09-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * scripttempl/elf.sc (.text): Add cold text sections.
+
+2009-09-04  Jie Zhang  <jie.zhang@analog.com>
+
+       * emulparams/elf32bfinfd.sh (OTHER_SECTIONS): Add .l2.text
+       and .l2.data.
+
+2009-09-03  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * scripttempl/pe.sc (.text): Add "*(.text.*)" in order to catch
+       new GCC hot/cold/unlikely partitions.
+       * scripttempl/pep.sc: Likewise.
+       * scripttempl/epocpe.sc: Likewise.
+       * scripttempl/mcorepe.sc: Likewise.
+       * scripttempl/ppcpe.sc: Likewise.
+
+2009-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (ldgram.o, ldlex.o, deffilep.o): Supply correct
+       source file name for generated files which may be in $(srcdir).
+       * Makefile.in: Regenerate.
+
+2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ldver.c (ldversion): Change to "Copyright 2009".
+
+2009-09-01  Jie Zhang  <jie.zhang@analog.com>
+
+       * scripttempl/elf.sc: Add ${USER_LABEL_PREFIX} to _start, etext,
+       _stack and __bss_start.
+       * emulparams/bfin.sh (ENTRY): Remove.
+
+2009-08-30  Alan Modra  <amodra@bigpond.net.au>
+
+       PR ld/10569
+       * ldexp.c (fold_name <MAXPAGESIZE>): Return config.maxpagesize.
+       (fold_name <COMMONPAGESIZE>): Similarly.
+       * ldlang.c (output_target): Make global.
+       * ldlang.h (output_target): Declare.
+       * ldmain.c (main): Set config.maxpagesize from bfd_emul_get_maxpagesize.
+       Similarly for config.commonpagesize.
+       * ldemul.c (set_output_arch_default): Call bfd_emul_set_maxpagesize
+       and bfd_emul_set_commonpagesize.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Don't call
+       bfd_emul_set_maxpagesize or bfd_emul_set_commonpagesize here.
+
+2009-08-29  Martin Thuresson  <martin@mtme.org>
+
+       * ldexp.c (exp_intop, exp_bigintop, exp_relop, exp_binop)
+       (exp_trinop, exp_unop, exp_nameop, exp_assop): Rename variable new
+       to new_e.
+       * ldfile.c (ldfile_add_library_path): Rename variable new to
+       new_dirs. (ldfile_add_arch): Rename variable new to new_arch.
+       * ldlang.c (new_statement, lang_final, lang_add_wild)
+       (lang_target, lang_add_fill, lang_add_data, lang_add_assignment)
+       (lang_add_insert): Rename variable new to new_stmt. (new_afile):
+       Added missing cast. (lang_memory_region_lookup): Rename variable
+       new to new_region. (init_os): Rename variable new to
+       new_userdata. (lang_add_section): Rename variable new to
+       new_section. (ldlang_add_undef): Rename variable new to
+       new_undef. (realsymbol): Rename variable new to new_name.
+
+2009-08-26  Nick Clifton  <nickc@redhat.com>
+
+       PR ld/10555
+       * emultempl/elf32.em (_after_open): Do not create a
+       .note.gnu-build-id section if there are no input files.
+
+2009-08-24  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/elfxtensa.sc (DISCARDED): Discard sections with
+       .gnu.lto_ prefix.
+       * scripttempl/armbpabi.sc: Likewise.
+       * scripttempl/elf32sh-symbian.sc: Likewise.
+       * scripttempl/elf64hppa.sc: Likewise.
+       * scripttempl/mep.sc: Likewise.
+
+2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (ldmain.o, ldfile.o): Fix typos in non-fastdep
+       rules.
+       (eelf32_spu.o): Add dependency tracking.
+       * Makefile.in: Regenerate.
+
+       * Makefile.am (am__skiplex, am__skipyacc): New.
+       * Makefile.in: Regenerate.
+
+2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.am (bin_PROGRAMS): Renamed from ...
+       (noinst_PROGRAMS): ... this.
+       (transform): Override, including the renaming of ld-new to ld.
+       (install-exec-local): Installation of ld in $(bindir) not needed
+       here any more.
+       (AM_CPPFLAGS): Renamed from ...
+       (INCLUDES): ... this.
+       (MAINTAINERCLEANFILES): Add ld.1.
+       * Makefile.in: Regenerate.
+
+       * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus.  Add
+       no-texinfo.tex, no-dist, foreign.
+       (TEXINFO_TEX): New variable.
+       (install-data-local): Removed, not needed any more.
+       (all): Dependencies upon info and ld.1 not needed any more.
+       (MKDEP, DEP, DEP1, dep.sed, dep, dep-in, dep-am): Removed.
+       (mkdep generated section): Removed.
+       (ldgram.o, ldlex.o, deffilep.o, ldmain.o, ldfile.o): Rewrite to
+       use automake dependency tracking mechanism.
+       (EXTRA_ld_new_SOURCES): Add pep-dll.c, pe-dll.c, and
+       $(ALL_EMULATIONS:.o=.c) $(ALL_64_EMULATIONS:.o=.c) so their
+       dependencies are tracked too.
+       (BUILT_SOURCES): New, list $(GENERATED_HFILES) to ensure they
+       are built early.
+       * configure.in: Use AM_MAINTAINER_MODE.
+       * aclocal.m4, configure, Makefile.in: Regenerate.
+
+       * Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
+       (install-pdf-recursive, html__strip_dir, install-html)
+       (install-html-am, install-html-recursive): Remove.
+       * Makefile.in: Regenerate.
+
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Likewise.
+       * config.in: Likewise.
+       * configure: Likewise.
+
 2009-08-21  Richard Guenther  <rguenther@suse.de>
 
        * scripttempl/elf.sc: Discard sections with .gnu.lto_ prefix.
This page took 0.025935 seconds and 4 git commands to generate.