Multi-GOT support for m68k.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 087396113872b803455fd55a69a468a99d02cdcb..f50dcf968192e1733f17fbdbca465feeb5875e39 100644 (file)
@@ -1,3 +1,94 @@
+2008-05-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * configure.in (--enable-got): New option.  Handle it.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+       * emultempl/m68kelf.em: (got_handling_target_default): New shell
+       variable.
+       (GOT_HANDLING_TARGET_DEFAULT): New macro.
+       (GOT_HANDLING_DEFAULT): New macro.  Initialize it from configure
+       option if one was given.
+       (got_handling): New static variable.
+       (elf_m68k_create_output_section_statements): New static function
+       implementing hook.
+       (PARSE_AND_LIST_PROLOGUE): Define shell variable.
+       (OPTION_GOT): New macro.
+       (PARSE_AND_LIST_LONGOPTS): Define shell variable.  Specify
+       --got option.
+       (got): New linker option.
+       (PARSE_AND_LIST_OPTIONS): Define shell variable.  Print help string
+       for --got option.
+       (PARSE_AND_LIST_ARGS_CASES): Define shell variable.  Handle --got
+       option. 
+       * ld.texinfo: Document --got=<type> option.
+       * gen-doc.texi: Add M68K.
+       * NEWS: Mention the new feature.
+
+2008-05-21  Evandro Menezes  <evandro@yahoo.com>
+
+       PR ld/6430
+       * ld.texinfo (--sort-common): Correct documentation to indicate
+       that sorting is performed by alignment, not size, biggest
+       alignment first.
+
+2008-05-21  Christophe Lyon  <christophe.lyon@st.com>
+           Nick Clifton  <nickc@redhat.com>
+
+       * ld.texinfo (ARM): Document --stub-group-size=N option.
+       Move description of --pic-veneer option into the ARM section.
+       * NEWS: Mention the support for long function calls.
+
+2008-05-15  Christophe Lyon  <christophe.lyon@st.com>
+       
+       * emultempl/armelf.em (build_section_lists): New function.
+       (stub_file): Define.
+       (need_laying_out): Define.
+       (group_size): Define.
+       (hook_stub_info): Define.
+       (hook_in_stub): New function.
+       (elf32_arm_add_stub_section): New function.
+       (gldarm_layout_sections_again): New function.
+       (gld${EMULATION_NAME}_finish): Replace arm_elf_finish(). Generate
+       stubs for long calls if needed.
+       (arm_elf_create_output_section_statements): create stub_file bfd.
+       (arm_for_each_input_file_wrapper): New function.
+       (arm_lang_for_each_input_file): New function.
+       (lang_for_each_input_file): Define.
+       (PARSE_AND_LIST_PROLOGUE): Add option token OPTION_STUBGROUP_SIZE.
+       (PARSE_AND_LIST_LONGOPTS): Add option stub-group-size.
+       (PARSE_AND_LIST_OPTIONS): Add option stub-group-size.
+       (PARSE_AND_LIST_ARGS_CASES): Add OPTION_STUBGROUP_SIZE case.
+       (LDEMUL_FINISH): Update to gld${EMULATION_NAME}_finish.
+       * lang.c (print_input_statement): Skip if bfd has
+       BFD_LINKER_CREATED.
+
+2008-05-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.in: Regenerate.
+
+2008-05-09  Kai Tietz  <kai.tietz@onevision.com>
+
+       ld/PR6502
+       * emultempl/pep.em (compute_dll_image_base): Use bfd_vma instead
+       of long and change return type to bfd_vma.
+       (definfo): Change type of address from long to bfd_vma.
+       (set_pep_value): Replace strtoul to strtoull.
+       (gld_${EMULATION_NAME}_set_symbols): use bfd_vma instead of long..
+       * pe-dll.c (pe_dll_generate_def_file): Use fprintf_vma to print
+       ImageBase.
+       (quick_reloc): Change argument address from int to bfd_size_type.
+
+2008-05-08  Tom Tromey  <tromey@redhat.com>
+
+       * ld.texinfo (PowerPC64 ELF64): Fix typo.
+
+2008-05-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf32_spu.sh (OTHER_SECTIONS): Add "._ea".
+       * elf32ppc.sh: If building with spu support, put ".data.spehandle"
+       sections at the start of ".data" and provide a symbol to locate
+       the directory of embedded spe programs.
+
 2008-05-08  Alan Modra  <amodra@bigpond.net.au>
 
        * ldexp.c (exp_print_token): Add ABSOLUTE, MIN_K, ASSERT_K.  Correct
 
        * scripttempl/elfxtensa.sc: Merge ENTRY and .note.gnu.build-id
        changes from elf.sc.
-       
+
 2008-01-16  Alan Modra  <amodra@bigpond.net.au>
 
        * ldlang.c (lang_size_sections_1): Simplify SEC_NEVER_LOAD test.
This page took 0.025426 seconds and 4 git commands to generate.