Updated French translations
[deliverable/binutils-gdb.git] / ld / ChangeLog
index c795bacbaf4ddde7f59971564ff1f15fb0f35748..4321ca592391a558fecdc1b1f1ae5d5a27cf02c8 100644 (file)
@@ -1,3 +1,195 @@
+2004-05-13  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2004-05-11  Jakub Jelinek  <jakub@redhat.com>
+
+       * genscripts.sh: Generate -z combreloc -z now -z relro scripts
+       for binaries, -shared and -pie.
+       * emulparams/elf_i386.sh (SEPARATE_GOTPLT): Set.
+       * emulparams/elf_x86_64.sh (SEPARATE_GOTPLT): Set.
+       * emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS): Rename to...
+       (OTHER_RELRO_SECTIONS): ... this.
+       * ldlex.l (DATA_SEGMENT_RELRO_END): Add.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
+       -z relro and -z norelro.
+       (gld${EMULATION_NAME}_list_options): Add it to usage.
+       (gld${EMULATION_NAME}_get_script): Return -z combreloc -z now
+       -z relro scripts when appropriate.
+       * scripttempl/elf.sc: Unset SEPARATE_GOTPLT if RELRO_NOW is set.
+       Create separate .got.plt section if SEPARATE_GOTPLT.
+       Move sections which are only written during relocation handling
+       to the beginning of RW segment.  If NO_SMALL_DATA, move .got
+       before .data.  Add DATA_SEGMENT_RELRO_END directive.
+       Include OTHER_RELRO_SECTIONS.
+       * ldgram.y (DATA_SEGMENT_RELRO_END): Add.
+       * ldexp.c (exp_print_token): Handle DATA_SEGMENT_RELRO_END.
+       (fold_unary): Likewise.
+       (fold_binary): Handle -z relro.
+       * ldexp.h (struct exp_data_seg): Add exp_dataseg_relro_seen and
+       exp_dataseg_relro_adjust phases.  Add relro_end field.
+       * ldmain.c (main): Initialize link_info.relro to FALSE.
+       * ldlang.c (lang_size_sections): Handle -z relro.
+
+2004-05-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
+
+2004-05-07  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
+       before printing it with %W.
+
+2004-05-07  Brian Ford  <ford@vss.fsi.com>
+            DJ Delorie  <dj@redhat.com>
+
+       * emultempl/pe.em (real_flags): New static.
+       (OPTION_LARGE_ADDRESS_AWARE): New define.
+       (gld${EMULATION_NAME}_add_options): Add --large-address-aware option.
+       (gld_${EMULATION_NAME}_list_options): Likewise.
+       (gld${EMULATION_NAME}_handle_option): Likewise.
+       (gld_${EMULATION_NAME}_after_open): Pass real_flags to PE private data.
+       * ld.texinfo: Document it.
+       * NEWS: Mention it.
+
+2004-05-07  Brian Ford  <ford@vss.fsi.com>
+
+       * NEWS: Mention DWARF 2 support for i386pe.
+
+2004-05-05  Alexandre Oliva  <aoliva@redhat.com>
+
+       * emulparams/elf32frvfd.sh (OUTPUT_FORMAT): Switch to new
+       elf32-frvfdpic.
+
+2004-04-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldlang.c (unique_section_p): Pass section parm, return true on
+       group sections.
+       (output_section_callback): Adjust.
+       * ldlang.h (unique_section_p): Update prototype.
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Adjust.
+
+2004-04-30  Eric Botcazou  <ebotcazou@act-europe.fr>
+
+       * ld.texinfo (--gc-sections): Remove restriction for 
+       dynamic linking.
+
+2004-04-29  Brian Ford  <ford@vss.fsi.com>
+
+       * scripttempl/pe.sc: Handle .debug* and .gnu.linkonce.wi.* sections
+       for DWARF 2/3.  Update stab section's syntax.
+
+2004-04-29  Alan Modra  <amodra@bigpond.net.au>
+
+       * pe-dll.c: Revert changes accidentally committed 2004-03-08.
+       (fill_edata): Correct pointer arithmetic.
+
+2004-04-21  Chris Demetriou  <cgd@broadcom.com>
+
+       * ld.texinfo: Remove MIPS --embedded-relocs documentation.
+       * emulparams/elf32bmip.sh (EXTRA_EM_FILE): Remove definition.
+       * emulparams/mipsidt.sh (TEMPLATE_NAME): Use generic.em.
+       (EXTRA_EM_FILE): Use mipsecoff.em
+       * emulparams/mipsidtl.sh (TEMPLATE_NAME): Use generic.em.
+       (EXTRA_EM_FILE): Use mipsecoff.em
+       * emultempl/mipsecoff.em: Restructure to be included as an
+       extra emulation file.
+       (check_sections, gld${EMULATION_NAME}_after_open)
+       (gld${EMULATION_NAME}_after_allocation)
+       (gld${EMULATION_NAME}_get_script)
+       (ld_${EMULATION_NAME}_emulation): Remove
+       (gld${EMULATION_NAME}_before_parse): Rename to...
+       (mipsecoff_before_parse): This.
+       (LDEMUL_BEFORE_PARSE): Define.
+       * emultempl/mipself.em: Remove file.
+       * scripttempl/mips.sc (.rel.sdata): Do not include in output.
+       (__runtime_reloc_start, __runtime_reloc_stop): Stop providing
+       these symbols.
+       * Makefile.am: Remove dependencies on emultempl/mipself.em.
+       * Makefile.in: Regenerate.
+
+2004-04-21     Anil Paranjpe   <anilp1@kpitcummins.com>
+
+       * ld.texinfo (synthesizing on H8/300): Information about linker
+       relaxation support for bit manipulation instructions and system
+       control instructions is added.
+
+2004-04-21  Hans-Peter Nilsson  <hp@axis.com>
+
+       * NEWS: Mention change in DEFINED semantics.
+
+2004-04-21  Eric Botcazou  <ebotcazou@act-europe.fr>
+
+       * scripttempl/elf.sc (.text): Add KEEP for .text.*personality*.
+       (.data): Add KEEP for .gnu.linkonce.d.*personality*.
+       (.gcc_except_table): Add KEEP for self and accept .gcc_except_table.*.
+
+2004-04-21  Ben Elliston  <bje@au.ibm.com>
+
+       * ld.texinfo (Simple Example): Add missing punctuation.
+
+2004-04-20  Chris Demetriou  <cgd@broadcom.com>
+
+       * NEWS: Note that MIPS --embedded-relocs option is deprecated.
+
+2004-04-19  Jakub Jelinek  <jakub@redhat.com>
+
+       * ldlang.c (lang_do_assignments_1): Handle .tbss output section
+       specially.
+
+2004-04-18  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * scriptempl/pe.sc:  Put numbered .ctors.* after .ctors
+       with default priority. Likewise for dtors.
+
+2004-04-11  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
+
+       * configure.host: Remove mips*-dec-bsd* target.
+       * configure.tgt: Likewise.
+
+2004-04-08  Richard Sandiford  <rsandifo@redhat.com>
+
+       * emulparams/elf32bsmip.sh (EXTRA_EM_FILE): Define to irix.
+       * emulparams/elf64bmip.sh (EXTRA_EM_FILE): Likewise.
+       * emulparams/elf32bmipn32.sh (EXTRA_EM_FILE): Likewise.
+       * emultempl/irix.em: New file.
+       * Makefile.am (eelf32bsmip.c, eelf32bmipn32.c, eelf64bmip.c): Update
+       dependencies.
+       * Makefile.in: Regenerate.
+
+2004-04-01  Paul Brook  <paul@codesourcery.com>
+
+       * emultempl/armelf.em (byteswap_code): Add.
+       (arm_elf_before_allocation): Pass extra parameter.
+       (PARSE_AND_LIST_PROLOGUE): Add OPTION_BE8.
+       (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add be8.
+       (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_BE8.
+       * emultempl/armelf_oabi.em: Pass extra parameter.
+       * ld.texinfo: Document --be8.
+
+2004-03-30  Stan Shebs  <shebs@apple.com>
+
+       Remove long-obsolete MPW support.
+       * mpw-config.in, mpw-make.sed, mac-ld.r: Remove files.
+       * Makefile.am (mpw): Remove file-presynthesizing actions.
+       * Makefile.in: Likewise.
+       * ldfile.c (slash): Remove MPW case.
+       * ldlex.l [MPW]: Remove unused definition.
+
+2004-03-30  Galit Heller  <Galit.Heller@nsc.com>
+
+       * Makefile.am (ALL_EMULATIONS): Add eelf32cr16c.o.
+       (eelf32cr16c.c): New target.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Handle cr16c-*-elf*.
+       * emulparams/elf32cr16c.sh: New file.
+       * scripttempl/elfcr16c.sc: Likewise
+       * NEWS: Mention support for new target.
+
+2004-03-30  Nick Clifton  <nickc@redhat.com>
+
+       * po/sv.po: Updated Swedish translation.
+
 2004-03-27  Alan Modra  <amodra@bigpond.net.au>
 
        * emultempl/elf32.em: Update new bfd_elf_discard_info name.
This page took 0.027238 seconds and 4 git commands to generate.