X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ld%2FChangeLog;h=7dc40f78f3341f06755c290c0c1f4454daf50d9c;hb=2b8c06a34c0ad84682800d62f5620722039b1108;hp=5ba44bb8ea115fe1f52bdd7434e438cc6cd02dbb;hpb=27320b8511206a322d4d56208e898ff689b69206;p=platform%2Fupstream%2Fbinutils.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 5ba44bb..7dc40f7 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,375 @@ +2013-12-11 H.J. Lu + + * ld.texinfo: Remove shared object from -Ttext-segment. + +2013-12-10 Roland McGrath + + * Makefile.am (install-exec-local): Prefix libtool invocation with + $(INSTALL_PROGRAM_ENV). + * Makefile.in: Regenerate. + +2013-12-07 Mike Frysinger + + * ChangeLog-2008: Remove +x file mode. + * emulparams/bfin.sh: Likewise. + * emulparams/elf32bmipn32.sh: Likewise. + * emulparams/elf32fr30.sh: Likewise. + * emulparams/elf32frv.sh: Likewise. + * emulparams/elf32iq10.sh: Likewise. + * emulparams/elf32iq2000.sh: Likewise. + * emulparams/elf32mep.sh: Likewise. + * emulparams/elf32openrisc.sh: Likewise. + * emulparams/elf64bmip.sh: Likewise. + * emulparams/elf64hppa.sh: Likewise. + * emulparams/i386beos.sh: Likewise. + +2013-11-26 H.J. Lu + + PR ld/16259 + * Makefile.am (HOSTING_SLIBS): New. + * configure.host (HOSTING_SLIBS): New. Used for PIE. + * configure.in (HOSTING_SLIBS): New AC_SUBST. + * Makefile.in: Regenerated. + * configure: Likewise. + +2013-11-22 Cory Fields + + * pe-dll.c (fill_edata): Only use a real timestamp if + --insert-timestamp was used. + * emultempl/pe.em: Add the --insert-timestamp option. + * emultempl/pep.em: Likewise for 64bit. + * ld.texinfo: Document the --insert-timestamp option. + +2013-11-22 Senthil Kumar Selvaraj + + * scripttempl/avr.sc: Set .data section's LMA to next available + address in text region. + +2013-11-21 Andrew Pinski + + * Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64linux32.c + and eaarch64linux32b.c + (eaarch64linux32.c): New target. + (eaarch64linux32b.c): Likewise. + * Makefile.in: Regenerate. + * configure.tgt (aarch64_be-*-linux*): Add + aarch64linux32 and aarch64linux32b to targ_extra_libpath. + (aarch64-*-linux*): Likewise. + * emulparams/aarch64elf32.sh (SEPARATE_GOTPLT): Change to 12 (3 words). + * emulparams/aarch64linux32.sh: New file. + * emulparams/aarch64linux32b.sh: New file. + +2013-11-21 Andrew Pinski + + * configure.tgt (aarch64_be-*-linux*): Split out the linux targets + into targ_extra_libpath. + (aarch64-*-linux*): Likewise. + +2013-11-21 Nick Clifton + + PR ld/16192 + * pe-dll.c (pe_create_runtime_relocator_reference): Zero the + newly allocated idata5 block. + +2013-11-20 Nick Clifton + + * scripttempl/elf32msp430.sc (.data): Set the based on the next + free location in the text memory region, not a computation based + upon the size of the text section. Orphaned sections or other + linker scripts might insert new sections between the .text section + and the .data section. + * scripttempl/elf32msp430_3.sc (.data): Likewise. + +2013-11-19 Roland McGrath + Alan Modra + + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): + Don't use bfd_elf_record_link_assignment to mark __ehdr_start + hidden. Instead, just do it directly here, and only if it was + referenced but not defined. + +2013-11-18 Chung-Lin Tang + + * emulparams/nios2linux.sh: New emulation file. + * configure.tgt: Add nios2*-*-linux* emulation case. + * Makefile.am (enios2linux.c): New emulation entry. + * Makefile.in: Regenerate. + +2013-10-14 Nick Clifton + + * emultempl/aix.em (_read_file): Close file at end of function. + +2013-10-10 Roland McGrath + + * ldmisc.c (vfinfo): Use Boolean ? "" : ":" in place of ":" + Boolean. + It silences some compilers' warnings and is much less bizarre to read. + +2013-10-09 Roland McGrath + + * emultempl/elf32.em (id_note_section_size): Use ATTRIBUTE_UNUSED + rather than a dummy assignment for unused parameter. + * plugin.c (get_input_file, release_input_file): Likewise. + +2013-10-09 Nick Clifton + + PR ld/16028 + * ldmain.c (add_keepsyms_file): Close file at end of function. + +2013-10-03 Will Newton + + * emulparams/aarch64elf.sh: Add IREL_IN_PLT. + * emulparams/aarch64elf32.sh: Likewise. + +2013-09-30 Nick Clifton + + * emulparams/msp430all.sh: Update ARCH names. + +2013-09-24 Alan Modra + + * emulparams/elf32ppccommon.sh (LIBPATH_SUFFIX): Provide 32-bit + and cross-endian values. + * emulparams/elf64ppc.sh: Source elf32ppccomon.sh. Delete duplicate, + and unset unwanted variables. + +2013-09-24 Alan Modra + + * genscripts.sh (LIB_PATH): Don't exclude libdir or tooldir when + sysrooted. Also, don't always add tooldir when non-sysrooted. + Instead add both when native and tooldir also when TOOL_DIR is + defined. Always prepend '=' to paths when sysrooted. Always + put paths with LIBPATH_SUFFIX first in search order. + +2013-09-20 Chung-Lin Tang + + * Makefile.am (enios2elf.c): Change tdir_nios2 to tdir_nios2elf. + * Makefile.in: Regenerate. + +2013-09-20 Alan Modra + + * configure: Regenerate. + +2013-09-18 Tristan Gingold + + * NEWS: Add marker for 2.24. + +2013-09-17 Nick Clifton + + PR ld/15957 + * deffilep.y (def_file_add_directive): Avoid readin past end of + buffer. + +2013-08-28 Nick Clifton + + PR ld/15896 + * ld.texinfo: Fix uses of MB abbreviation. + +2013-08-26 Roland McGrath + + * emulparams/elf_i386_nacl.sh (ARCH): Set to i386:nacl. + * emulparams/elf_x86_64_nacl.sh (ARCH): Set to i386:x86-64:nacl. + * emulparams/elf32_x86_64_nacl.sh (ARCH): Set to i386:x64-32:nacl. + +2013-08-23 Roland McGrath + + * emulparams/elf_nacl.sh (nacl_rodata_addr): Don't add in + SIZEOF_HEADERS here; elf.sc does it already. + +2013-08-23 Nick Clifton + + PR ld/15839 + * scripttempl/avr.sc: Do not include gc'able sections into general + sections during relocatable links. + +2013-08-22 Christian Franke + + * emultempl/pe.em: Add --disable-large-address-aware option. + * ld.texinfo (--disable-large-address-aware): Add documentation. + +2013-08-14 Clemens Lang + + * ldexp.c: Add LOG2CEIL() builtin function to linker script language + * ldgram.y: Likewise + * ldlex.l: Likewise + * NEWS: Mention the new feature. + * ld.texinfo: Document the new feature. + +2013-07-19 Sebastian Huber + + * ldgram.y: Add ALIGN_WITH_INPUT output section attribute. + * ldlang.c: Likewise. + * ldlang.h: Likewise. + * ldlex.l: Likewise. + * mri.c: Likewise. + * ld.texinfo: Document new feature. + * NEWS: Mention new feature. + +2013-07-18 Roland McGrath + + * emultempl/armelf.em (elf32_arm_add_stub_section): Take third + argument ALIGNMENT_POWER, use it instead of constant 3. + +2013-07-08 Jeff Law + + * scripttempl/elf.sc: Handle function names and other text after + .text.unlikely too. + +2013-07-08 Tristan Gingold + + * scripttempl/ia64vms.sc: Add support of per data and per function + sections. + +2013-07-01 Alan Modra + + * emultempl/ppc64elf.em: (ppc_layout_sections_again): Call + ppc64_elf_set_toc rather than ppc64_elf_toc/_bfd_set_gp_value. + (gld${EMULATION_NAME}_after_allocation): Likewise. + +2013-06-26 Yufeng Zhang + + * emulparams/aarch64elf32.sh: New file. + +2013-06-26 Yufeng Zhang + + * Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64elf32b.c. + (eaarch64elf32b.c): New dependency and rule. + * Makefile.in: Re-generated. + * configure.tgt (aarch64-*-elf): Add aarch64elf32b. + (aarch64_be-*-elf, aarch64_be-*-linux*, aarch64-*-linux*): Likewise. + * emulparams/aarch64elf32b.sh: New file. + +2013-06-26 Yufeng Zhang + + * Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64elf32.c. + (eaarch64elf32.c): New dependency and rule. + * Makefile.in: Re-generated. + * configure.tgt (aarch64-*-elf): Add aarch64elf32. + (aarch64_be-*-elf, aarch64_be-*-linux*, aarch64-*-linux*): Likewise. + * emulparams/aarch64elf32.sh: New file. + +2013-06-25 Maciej W. Rozycki + + * emultempl/mipself.em (insn32): New variable. + (mips_create_output_section_statements): Handle insn32 mode. + (PARSE_AND_LIST_PROLOGUE): New macro. + (PARSE_AND_LIST_LONGOPTS): Likewise. + (PARSE_AND_LIST_OPTIONS): Likewise. + + * gen-doc.texi: Set MIPS. + * ld.texinfo: Likewise. + (Options specific to MIPS targets): New section. + (ld and MIPS family): New node. + (Top, Machine Dependent): List the new node. + +2013-06-24 Maciej W. Rozycki + + * emulparams/elf32btsmip.sh: Arrange for .got.plt to be placed + as close to .plt as possible. + * scripttempl/elf.sc: Handle $INITIAL_READWRITE_SECTIONS and + $PLT_NEXT_DATA variables. + +2013-06-23 Richard Sandiford + + * Makefile.am (ALL_EMULATION_SOURCES): Move MIPS ELF emulations to... + (ALL_64_EMULATION_SOURCES): ...here. + * Makefile.in: Regenerate. + +2013-06-22 Richard Sandiford + + * NEWS: Document the removal of MIPS ECOFF targets. + * ld.texinfo (--gpsize=@var{value}): Use MIPS ELF rather than + MIPS ECOFF as an example of a target that supports small data. + * ldmain.c (g_switch_value): Likewise. + * configure.tgt (mips*-*-pe, mips*-dec-ultrix*, mips*-dec-osf*) + (mips*-sgi-irix* [v4 and earlier], mips*el-*-ecoff*, mips*-*-ecoff*) + (mips*-*-bsd*, mips*-*-lnews*): Remove cases. + * Makefile.am (ALL_EMULATION_SOURCES): Remove emipsbig.c, emipsbsd.c, + emipsidt.c, emipsidtl.c, emipslit.c, emipslnews.c and emipspe.c. + (emipsbig.c, emipsbsd.c, emipsidt.c, emipsidtl.c, emipslit.c) + (emipslnews.c, emipspe.c): Delete rules. + * Makefile.in: Regenerate. + * emulparams/mipsbig.sh, emulparams/mipsbsd.sh, emulparams/mipsidt.sh, + emulparams/mipsidtl.sh, emulparams/mipslit.sh, emulparams/mipslnews.sh, + emulparams/mipspe.sh, emultempl/mipsecoff.em: Delete. + * emultempl/m68kcoff.em: Update comment to say that MIPS ECOFF support + has now been removed. + * emultempl/pe.em: Remove TARGET_IS_mipspe checks. + +2013-06-19 Will Newton + + * emulparams/aarch64elf.sh: Remove IREL_IN_PLT. + +2013-06-14 Yufeng Zhang + + * emulparams/aarch64elf.sh: Add IREL_IN_PLT. + +2013-06-12 Nick Clifton + + * ldcref.c (output_one_cref): Place common definitions after + ordinary definitions but before references. + +2013-06-10 Dilyan Palauzov + + PR ld/15598 + * ld.texinfo (Source Code Reference): Fix typos. + +2013-06-07 Will Newton + + * emulparams/aarch64elf.sh: Add IREL_IN_PLT. + +2013-06-07 Nick Clifton + + * ld.texinfo (SEGMENT_START): Rephrase to indicate that a -T + option must appear before the SEGMENT_START is encountered in + order for the default value to be overridden. + +2013-05-03 Alan Modra + + PR ld/15365 + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): + Restrict __ehdr_start's export class to no less than STV_HIDDEN. + +2013-05-03 Alan Modra + + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): + Only call lang_for_each_statement if an ELF hash table is used. + +2013-05-02 Nick Clifton + + * Makefile.am: Add emsp430X.c + * Makefine.in: Regenerate. + * configure.tgt (msp430): Add msp430X emulation. + * ldmain.c (multiple_definition): Only disable relaxation if it + was enabled by the user. + * ldmain.h (RELAXATION_ENABLED_BY_USER): New macro. + * emulparams/msp430all.sh: Add support for MSP430X. + * emultempl/generic.em: (before_parse): Enable relaxation for the + MSP430. + * scripttempl/msp430.sc: Reorganize sections. Add .rodata + section. + * scripttempl/msp430_3.sc: Likewise. + * NEWS: Mention support for MSP430X. + +2013-05-01 Maciej W. Rozycki + + * configure.tgt: Replace alpha*-*-linuxecoff* pattern with + alpha*-*-linux*ecoff*. Update the `sed' pattern used to convert + from alpha*-*-linux-* to alpha*-*-linux*ecoff*. + +2013-05-01 Maciej W. Rozycki + + * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): + Use is_elf_hash_table rather than a handcoded condition. + +2013-04-30 Nick Clifton + + * ld.texinfo (SORT_BY_ALIGNMENT): Fix and clarify typo - sections + are sorted by descending order of alignment. + +2013-04-29 Nick Clifton + + * scripttempl/DWARF.sc: Add support for .debug_line.* and + .debug_line_end. + 2013-04-29 Yaakov Selkowitz * emultempl/pe.em [cygwin]: Do not merge rdata with v2