Updated French translations
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 5bd2b53832c1b219e4795fd7a3ba182a642e7f1c..4321ca592391a558fecdc1b1f1ae5d5a27cf02c8 100644 (file)
@@ -1,3 +1,123 @@
+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*.
This page took 0.02403 seconds and 4 git commands to generate.