ld/
[deliverable/binutils-gdb.git] / ld / ChangeLog
index bb4ff85e9389d73a653c4e716d38a4fd5dc2a954..5bde061af194337c036f297da1460f1fd02bd6b9 100644 (file)
@@ -1,3 +1,163 @@
+2012-11-26  Roland McGrath  <mcgrathr@google.com>
+
+       * emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse):
+       Copy last elf32.em here too.
+       * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
+       * emultempl/mmixelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
+       * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
+
+2012-11-21  Roland McGrath  <mcgrathr@google.com>
+
+       * ld.h (ld_config_type): New flag member separate_code.
+       * emultempl/elf32.em
+       (gld${EMULATION_NAME}_before_parse): Set it based on $SEPARATE_CODE.
+       * ldlang.c (ldlang_override_segment_assignment): If it's set, then
+       always return TRUE when SEC_CODE differs between the sections.
+
+2012-11-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld.texinfo: Document "-z global".
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Support
+       "-z global".
+       (gld${EMULATION_NAME}_list_options): Likewise.
+
+2012-11-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       Port lib32 arrangement from Debian.
+       * emulparams/elf_i386.sh: Include lib32 directories in library search
+       path.
+
+2012-11-15  Simon Baldwin  <simonb@google.com>
+
+       * ldmain.c (main): Add start_sbrk set to sbrk(0) on entry.
+       On exit, compute data size as the delta between current
+       sbrk(0) and start_sbrk.
+
+2012-11-09  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/rxelf.em (no_flag_mismatch_warnings): Initialise to
+       true.
+       (PARSE_AND_LIST_LONGOPTS): Add flag-mismatch-warnings.
+       (PARSE_AND_LIST_ARG_CASES): Add support for
+       --flag-mismatch-warnings.
+
+       * Makefile.am: (ALL_EMULATION_SOURCES): Add ev850_rh850.c.
+       * Makefile.in: Regenerate.
+       * configure.tgt (v850*-*-*): Make v850_rh850 the default
+       emulation. Add vanilla v850 as an extra emulation.
+       * emulparams/v850_rh850.sh: New file.
+       * scripttempl/v850_rh850.sc: New file.
+
+2012-11-09  Edgar E. Iglesias <edgar.iglesias@gmail.com>
+
+       * Makefile.am: Add eelf32microblazeel.c and eelf32mbel_linux.c.
+       * Makefile.in: Regenerated.
+       * configure.tgt: Add microblazeel and set endian per target.
+       * emulparams/elf32mb_linux.sh: Add OUTPUT_FORMAT.
+       * emulparams/elf32microblaze.sh: Likewise.
+       * emulparams/elf32mbel_linux.sh: New file.
+       * emulparams/elf32microblazeel.sh: Likewise.
+
+2012-11-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testplug.c (record_add_file): Remove trailing redundant `;'.
+
+2012-11-05  Alan Modra  <amodra@gmail.com>
+
+       * configure.in: Apply 2012-09-10 change to config.in here.
+
+2012-11-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * emultempl/elf32.em: Print stacksize help.
+
+2012-11-01  Alan Modra  <amodra@gmail.com>
+
+       * ldlang.c (insert_pad): Correct output section size calculation.
+       (lang_size_sections_1): Likewise for lang_data_statement and
+       lang_reloc_statement.
+
+2012-10-29  Alan Modra  <amodra@gmail.com>
+
+       * configure.tgt (powerpcle-pe,winnt,cygwin): Add deffilep.o
+       and pe-dll.o.
+
+2012-10-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ld.h (command_line): Remove
+       disable_target_specific_optimizations.
+       (RELAXATION_DISABLED_BY_DEFAULT): Removed.
+       (RELAXATION_DISABLED_BY_USER): Likewise.
+       (RELAXATION_ENABLED): Likewise.
+       (DISABLE_RELAXATION): Likewise.
+       (ENABLE_RELAXATION): Likewise.
+
+       * ldmain.c (main): Updated.
+
+       * ldmain.h (RELAXATION_DISABLED_BY_DEFAULT): New macro.
+       (RELAXATION_DISABLED_BY_USER): Likewise.
+       (RELAXATION_ENABLED): Likewise.
+       (DISABLE_RELAXATION): Likewise.
+       (ENABLE_RELAXATION): Likewise.
+
+2012-10-23  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * ld.texinfo (stack-size): New option.
+       * emultempl/elf32.em: Add stack-size option.
+
+2012-10-22  Jan Beich  <jbeich@tormail.org>
+           Alan Modra  <amodra@gmail.com>
+
+       PR ld/14426
+       * ldlex.h (option_values): Add OPTION_IGNORE_UNRESOLVED_SYMBOL.
+       * lexsup.c (parse_args): Likewise.
+       (ld_options): Describe --ignore-unresolved-symbol.
+       * ldmain.h (add_ignoresym): Declare.
+       * ldmain.c (add_ignoresym): New function, extracted from..
+       (undefined_symbol): ..here.  Return if the symbol is in ignore_hash.
+       (constructor_callback): Don't use global link_info here.
+       (reloc_overflow): Likewise.
+
+2012-10-22  Alan Modra  <amodra@gmail.com>
+
+       * plugin.c (plugin_load_plugins): Warning fix.
+
+2012-10-18  Kai Tietz  <ktietz@redhat.com>
+
+       PR binutils/14067
+       * NEWS: Menition new feature.
+       * scripttempl/pep.sc: Add zdebug sections.
+       * scripttempl/pe.sc: L
+
+2012-09-19  Steve Ellcey  <sellcey@mips.com>
+
+       * configure.tgt: Add mips*-mti-elf* target.
+
+2012-09-17  Alan Modra  <amodra@gmail.com>
+
+       * ld.texinfo (Expression Section): Correct description of
+       conversions for a binary operation involving an absolute symbol
+       and a number.
+
+2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
+
+       * configure: Regenerate.
+
+2012-09-13  Anthony Green  <green@moxielogic.com>
+
+       * emulparams/elf32moxie.sh (BIG_OUTPUT_FORMAT,
+       LITTLE_OUTPUT_FORMAT): Define.
+       (OUTPUT_FORMAT): Change to elf32-bigmoxie.
+       (EMBEDDED): Define.
+
+2012-09-12  DJ Delorie  <dj@redhat.com>
+
+       * emulparams/elf32rx.sh (OTHER_READONLY_SECTIONS): Add W_* sections.
+
+2012-09-10  Matthias Klose  <doko@ubuntu.com>
+
+       * config.in: Disable sanity check for kfreebsd.
+
 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
 
        * configure: Regenerated.
This page took 0.024143 seconds and 4 git commands to generate.