aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2011-01-01 16:43:53 +0000
committerH.J. Lu <hjl.tools@gmail.com>2011-01-01 16:43:53 +0000
commit9e9e08204300a2d2f405c8db8c61c457a3877d07 (patch)
tree5f97134cf7633ca7777d582c4d5aaf715fce6afe /ld
parent7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6 (diff)
downloadgdb-9e9e08204300a2d2f405c8db8c61c457a3877d07.zip
gdb-9e9e08204300a2d2f405c8db8c61c457a3877d07.tar.gz
gdb-9e9e08204300a2d2f405c8db8c61c457a3877d07.tar.bz2
Rotate binutils ChangeLogs.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog1369
-rw-r--r--ld/ChangeLog-20101375
-rw-r--r--ld/testsuite/ChangeLog1306
-rw-r--r--ld/testsuite/ChangeLog-20101312
4 files changed, 2689 insertions, 2673 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1a4d8fe..db99369 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,1371 +1,4 @@
-2010-12-31 Robert Millan <rmh@gnu.org>
- Richard Sandiford <rdsandiford@googlemail.com>
-
- * configure.tgt: Recognize mips-freebsd and mips-kfreebsd-gnu.
-
- * emulparams/elf32btsmip_fbsd.sh: New file.
- * emulparams/elf32btsmipn32_fbsd.sh: Likewise.
- * emulparams/elf32ltsmip_fbsd.sh: Likewise.
- * emulparams/elf32ltsmipn32_fbsd.sh: Likewise.
- * emulparams/elf64btsmip_fbsd.sh: Likewise.
- * emulparams/elf64ltsmip_fbsd.sh: Likewise.
-
- * Makefile.am: Add build rules for `eelf32btsmip_fbsd.c',
- `eelf32btsmipn32_fbsd.c', `eelf32ltsmip_fbsd.c',
- `eelf32ltsmipn32_fbsd.c', `eelf64btsmip_fbsd.c' and
- `eelf64ltsmip_fbsd.c'.
- * Makefile.in: Regenerate.
-
-2010-12-30 H.J. Lu <hongjiu.lu@intel.com>
-
- * emulparams/elf32_x86_64.sh: New.
-
- * configure.tgt (targ64_extra_emuls): Add elf32_x86_64 for
- i[3-7]86-*-linux-*.
- (targ_extra_libpath): Likewise.
- (targ_extra_emuls): Add elf32_x86_64 for x86_64-*-linux-*.
- (targ_extra_libpath): Likewise.
-
- * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf32_x86_64.c.
- (eelf32_x86_64.c): New.
- * Makefile.in: Regenerated.
-
-2010-12-20 Alan Modra <amodra@gmail.com>
-
- PR ld/12327
- * ld.texinfo (Expression Section): Describe treatment of numbers
- and absolute symbols.
- * ldemul.c (after_open_default): Look up __ld_compatibility.
- * ldexp.c (fold_name): Convert absolute symbols to numbers when
- inside output section definitions, or when __ld_compatibility >= 221.
- (exp_fold_tree_1): Convert numbers to absolute when not in output
- section definition and __ld_compatibility < 221. Don't always
- convert values outside an output section definition to absolute.
- * ldexp.h (uses_defined): Comment.
- * ldlang.c (ld_compatibility): New variable.
- * ldlang.h (ld_compatibility): Declare.
- * emultempl/aix.em, * emultempl/armcoff.em, * emultempl/beos.em,
- * emultempl/elf32.em, * emultempl/genelf.em, * emultempl/lnk960.em,
- * emultempl/m68kcoff.em, * emultempl/mmo.em, * emultempl/pe.em,
- * emultempl/pep.em, * emultempl/sunos.em, * emultempl/z80.em: Call
- after_open_default from after_open function.
-
-2010-12-20 Alan Modra <amodra@gmail.com>
-
- PR ld/12001
- Revert 2010-11-03 Nick Clifton
- * ldlang.c (ldlang_def_chain_list): Delete.
- (insert_defined, ldlang_add_def, lang_place_defineds): Delete.
- (lang_process): Don't call lang_place_defineds.
- (lang_add_assignment): Don't do anything special for --defsym.
-
- * ldexp.h (struct ldexp_control): Add uses_defined.
- (exp_fold_tree_no_dot): Declare.
- * ldexp.c (exp_fold_tree): Clear uses_defined.
- (exp_fold_tree_no_dot): Likewise. Make global.
- (fold_name <DEFINED>): Set uses_defined.
- (exp_fold_tree_1 <etree_assign>): Define symbol during first phase
- even when the value being assigned isn't valid.
- * ldlang.c (open_input_bfds): Process assignment statements.
- (lang_process): Bump lang_statement_iteration.
- (scan_for_self_assignment): Formatting.
- (print_assignment): Style.
-
-2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
-
- * Makefile.am (GENSCRIPTS): Add @enable_initfini_array@.
-
- * NEWS: Mention SORT_BY_INIT_PRIORITY.
-
- * configure.in: Add AC_CANONICAL_BUILD.
- Add --enable-initfini-array.
-
- * genscripts.sh (ENABLE_INITFINI_ARRAY): New.
-
- * ld.h (sort_type): Add by_init_priority.
-
- * ld.texinfo: Document SORT_BY_INIT_PRIORITY.
-
- * ldgram.y (SORT_BY_INIT_PRIORITY): New.
- (wildcard_spec): Handle SORT_BY_INIT_PRIORITY.
-
- * ldlang.c (get_init_priority): New.
- (compare_section): Use get_init_priority for by_init_priority.
-
- * ldlex.l (SORT_BY_INIT_PRIORITY): New.
-
- * scripttempl/elf.sc: Support ENABLE_INITFINI_ARRAY.
-
- * Makefile.in: Regenerated.
- * aclocal.m4: Regenerated.
- * config.in: Likewise.
- * configure: Likewise.
-
-2010-12-13 Alan Modra <amodra@gmail.com>
-
- * ldlang.c (load_symbols): Correct last change.
-
-2010-12-12 H.J. Lu <hongjiu.lu@intel.com>
-
- * ldlang.c (load_symbols): Optimize for add_archive_element.
-
-2010-12-09 Mike Frysinger <vapier@gentoo.org>
-
- * .gitignore: New file.
-
-2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
-
- * lexsup.c (ld_options): Add -flto and -flto-partition= for
- GCC LTO option compatibility.
-
-2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/12288
- * plugin.c (message): Don't add the trailing `\n' for
- LDPL_ERROR.
-
-2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/12288
- * testplug.c: Remove the trailing `\n' from TV_MESSAGE.
-
-2010-12-06 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
-
- PR ld/12288
- * plugin.c (message): Use putchar for the trailing `\n'.
-
-2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
- Dmitry Gorbachev <d.g.gorbachev@gmail.com>
-
- PR ld/12289
- * ldmain.c (main): Don't call plugin_call_cleanup.
-
- * plugin.c (plugin_call_cleanup): Make it static.
- (message): Don't call plugin_call_cleanup.
- (plugin_load_plugins): Call xatexit with plugin_call_cleanup.
-
-2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/12289
- * plugin.c (message): Call plugin_call_cleanup on fatal
- error.
-
-2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
-
- * plugin.c (message): Add a space after `:' in error message.
-
-2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
-
- * plugin.c (asymbol_from_plugin_symbol): Add the trailing `\n'
- to einfo.
- (get_symbols): Likewise.
- (plugin_notice): Likewise.
- (plugin_multiple_definition): Likewise.
-
-2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/12288
- * plugin.c (message): Add the trailing `\n'.
-
-2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
-
- * ldfile.c (ldfile_open_file_search): Check maybe_archive instead
- of is_archive.
- * emultempl/aix.em: Likewise.
- * emultempl/elf32.em: Likewise.
- * emultempl/linux.em: Likewise.
- * emultempl/pe.em: Likewise.
- * emultempl/pep.em: Likewise.
- * emultempl/sunos.em: Likewise.
- * emultempl/vms.em: Likewise.
-
- * ldlang.c (new_afile): Set maybe_archive instead of is_archive..
-
- * ldlang.h (lang_input_statement_struct): Replace is_archive
- with maybe_archive.
-
-2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/12277
- * plugin.c (asymbol_from_plugin_symbol): Properly convert LTO
- plugin visibility to ELF visibility.
- (is_visible_from_outside): Re-indent.
-
-2010-12-04 Alan Modra <amodra@gmail.com>
-
- * ldlang.c (lang_size_sections_1): Align lma using same alignment
- as for vma.
-
-2010-12-03 H.J. Lu <hongjiu.lu@intel.com>
-
- * lexsup.c (ld_options): Fix a typo in comments.
-
-2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
-
- * plugin.h: Re-indent.
-
-2010-11-30 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * configure.tgt: Add sparc64-rtems.
-
-2010-11-26 Alan Modra <amodra@gmail.com>
-
- * po/ja.po: Update.
-
-2010-11-25 Alan Modra <amodra@gmail.com>
-
- * po/bg.po: Update.
- * po/es.po: Update.
- * po/fi.po: Update.
- * po/ja.po: New.
- * po/zh_CN.po: Update.
-
-2010-11-25 Jan Hubicka <hubicka@ucw.cz>
-
- * scripttempl/elf.sc: Group .text.exit, text.startup and .text.hot
- sections.
-
-2010-11-23 Matthias Klose <doko@ubuntu.com>
-
- * configure.ac: For --enable-gold, handle value `default' instead of
- `both*'. Always install ld as ld.gold, install as ld if gold is
- the default.
- * configure: Regenerate.
-
-2010-11-21 H.J. Lu <hongjiu.lu@intel.com>
-
- * ldfile.c: Re-indent plugin code.
- * ldlang.c: Likewise.
- * ldmain.c: Likewise.
- * plugin.c: Likewise.
-
-2010-11-20 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/12246
- * plugin.c (asymbol_from_plugin_symbol): Set alignment of
- common symbol to 1 for For ELF targets.
-
-2010-11-20 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/12247
- * lexsup.c (parse_args): Properly report loading plugin error.
-
-2010-11-19 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * plugin.c (is_visible_from_outside): New function.
- (get_symbols): Use it.
-
-2010-11-16 Jie Zhang <jie.zhang@analog.com>
-
- * Makefile.am (eelf32bfinfd.c, eelf32bfin.c): Depend on bfin.em.
- * Makefile.in: Regenerated.
- * emulparams/bfin.sh (EXTRA_EM_FILE): Set.
- * emulparams/elf32bfinfd.sh (EXTRA_EM_FILE): Likewise.
- * emultempl/bfin.em: New.
-
-2010-11-16 Yasuaki Taniguchi <taniguchi.yasua@jp.fujitsu.com>
-
- * emultempl/pe.em (_list_options): Correct typo.
- * emultempl/pep.em (_list_options): Likewise.
-
-2010-11-08 Thomas Schwinge <thomas@schwinge.name>
-
- * configure.host: Add stanza for *-*-gnu*.
-
-2010-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
-
- * emultempl/spuelf.em (new_tmp_file): Fix wrong first parameter.
-
-2010-11-05 Tristan Gingold <gingold@adacore.com>
-
- * po/ld.pot: Regenerate
- * po/POTFILES.in: Regenerate
-
-2010-11-05 Tristan Gingold <gingold@adacore.com>
-
- * NEWS: Add marker for 2.21.
-
-2010-11-05 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * plugin.h (plugin_active_plugins_p): New prototype.
- (is_ir_dummy_bfd): Delete prototype.
- * plugin.c: Fix formatting issues.
- (is_ir_dummy_bfd): Make static.
- (plugin_active_plugins_p): New function.
- * ldfile.c (ldfile_try_open_bfd): Use it to save work if no plugins
- are loaded. Always close file descriptor after claim handler returns.
- * ldmain.c (add_archive_element): Likewise.
-
-2010-11-05 Alan Modra <amodra@gmail.com>
-
- * ldlang.c (lang_add_section): Distinguish ELF treatment of NOLOAD.
- (map_input_to_output_sections): Likewise.
- (lang_size_sections_1): Likewise.
- (IGNORE_SECTION): Don't test SEC_NEVER_LOAD.
- (lang_check_section_addresses): Likewise.
-
-2010-11-04 Kai Tietz <kai.tietz@onevision.com>
-
- * scripttempl/pe.sc (.debug_types): New.
- * scripttempl/pep.sc: Likewise.
-
-2010-11-04 Alan Modra <amodra@gmail.com>
-
- * plugin.c (is_ir_dummy_bfd): Don't segfault on NULL abfd.
-
-2010-11-03 Nick Clifton <nickc@redhat.com>
-
- PR ld/12001
- * ldlang.c (ldlang_def_chain_list): New variable. Contains a list
- of symbols defined via the --defsym command line option and
- currently waiting assignment.
- (insert_defined): Add a defined symbol to the symbol table.
- (ldlang_add_def): Add a entry to the ldlang_def_chain_list.
- (lang_place_defineds): Walk ldlang_def_chain_list defining the
- symbols.
- (lang_process): Call lang_place_defineds.
- (lang_add_assignment): If the assignment has come from a --defsym
- command line option then call lang_add_def.
-
-2010-11-03 Alan Modra <amodra@gmail.com>
-
- * Makefile.am (eelf64hppa.c): Correct dependencies.
- * Makefile.in: Regenerate.
-
-2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
-
- * scripttempl/armbpabi.sc: Include compressed DWARF debug
- sections.
- * scripttempl/avr.sc: Likewise.
- * scripttempl/elf32cr16.sc: Likewise.
- * scripttempl/elf32crx.sc: Likewise.
- * scripttempl/elf32msp430.sc: Likewise.
- * scripttempl/elf32msp430_3.sc: Likewise.
- * scripttempl/elf32sh-symbian.sc: Likewise.
- * scripttempl/elf64hppa.sc: Likewise.
- * scripttempl/elf_chaos.sc: Likewise.
- * scripttempl/elfd10v.sc: Likewise.
- * scripttempl/elfd30v.sc: Likewise.
- * scripttempl/elfi370.sc: Likewise.
- * scripttempl/elfm68hc11.sc: Likewise.
- * scripttempl/elfm68hc12.sc: Likewise.
- * scripttempl/elfxtensa.sc: Likewise.
- * scripttempl/ip2k.sc: Likewise.
- * scripttempl/iq2000.sc: Likewise.
- * scripttempl/mep.sc: Likewise.
- * scripttempl/mmo.sc: Likewise.
- * scripttempl/v850.sc: Likewise.
- * scripttempl/xstormy16.sc: Likewise.
-
-2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
-
- * ldfile.c (ldfile_try_open_bfd): Set BFD_DECOMPRESS after
- bfd_openr returns.
- * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Likewise.
-
- * scripttempl/elf.sc: Include compressed DWARF debug sections.
-
-2010-10-28 Alan Modra <amodra@gmail.com>
-
- * ldfile.c (find_scripts_dir): Don't look in absolute SCRIPTDIR.
-
-2010-10-28 Matthias Klose <doko@ubuntu.com>
-
- * ld.texinfo: Add directory section for info document.
- * ldint.texinfo: Likewise.
-
-2010-10-28 Alan Modra <amodra@gmail.com>
-
- * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): For
- --no-undefined-version, don't report dot sym versions added by ld.
-
-2010-10-28 Alan Modra <amodra@gmail.com>
-
- * ldlang.h (ldlang_add_undef): Add cmdline param.
- * ldlang.c (undef_from_cmdline): New var.
- (ldlang_add_undef): Add cmdline param. Set undef_from_cmdline.
- (lang_end): Really require -e or -u from command line on
- relocatable --gc-sections.
- * ldemul.c (after_parse_default): Adjust ldlang_add_undef call.
- * ldgram.y (extern_name_list_body): Likewise.
- * lexsup.c (parse_args): Likewise.
- * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Likewise.
-
-2010-10-25 Alan Modra <amodra@gmail.com>
-
- * plugin.c (plugin_get_ir_dummy_bfd): Set bfd_use_reserved_id.
- Formatting.
-
-2010-10-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
-
- * emulparams/elf32_sparc_sol2.sh (OUTPUT_FORMAT): Set to
- elf32-sparc-sol2.
- * emulparams/elf64_sparc_sol2.sh (OUTPUT_FORMAT): Set to
- elf64-sparc-sol2.
-
-2010-10-22 Alan Modra <amodra@gmail.com>
-
- * ldwrite.c (build_link_order <lang_data_statement_enum>): Don't
- output when section has no contents.
- (build_link_order <lang_reloc_statement_enum>): Likewise.
-
-2010-10-21 Joseph Myers <joseph@codesourcery.com>
-
- * emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Use
- .c6xabi.attributes, not __TI_build_attributes.
-
-2010-10-20 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * plugin.c (get_symbols): Check symbol type correctly.
-
-2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * configure.in: If <dlfcn.h> can't be found, try for <Windows.h>
- * configure: Regenerate.
- * config.in: Likewise.
- * plugin.c [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlopen): Provide
- trival LoadLibrary-based replacement for Windows systems.
- [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlsym): Likewise trivial
- replacement based on GetProcAddress.
- [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlsym): Likewise FreeLibrary.
- * sysdep.h: Don't infer presence of <dlfcn.h> from ENABLE_PLUGINS
- anymore, use its own guard.
-
-2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * plugin.c (add_input_file): Take copy of input string.
- (add_input_library): Likewise.
- (set_extra_library_path): Likewise.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 6/6).
- * ldlang.c (load_symbols): Handle bfd subsitution when calling the
- add_archive_element callback.
- * ldmain.c (add_archive_element)[ENABLE_PLUGINS]: Offer the archive
- member to the plugins and if claimed set "subsbfd" output parameter to
- point to the dummy IR-only BFD.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 5/6).
- * plugin.c (asymbol_from_plugin_symbol): If the bfd is an ELF bfd,
- find the elf symbol data and set the visibility in the st_other field.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 4/6).
- * ldlang.c (lang_process)[ENABLE_PLUGINS]: Move invocation of
- plugin_call_all_symbols_read to before setting of gc_sym_list, and
- open any new input files that may have been added during it.
- * ldmain.c (multiple_definition)[ENABLE_PLUGINS]: Call out to
- plugin_multiple_definition and let it have first say over what to do
- with the clashing definitions.
- * plugin.c (no_more_claiming): New boolean variable.
- (plugin_cached_allow_multiple_defs): Likewise.
- (add_input_file): Implement.
- (add_input_library): Likewise.
- (set_extra_library_path): Likewise.
- (plugin_call_claim_file): Don't do anything when no_more_claiming set.
- (plugin_call_all_symbols_read): Set it. Disable link info
- "allow_multiple_definition" flag, but cache its value.
- (plugin_multiple_definition): New function.
- * plugin.h (plugin_multiple_definition): Add prototype.
- * testplug.c (addfile_enum_t): New enumerated typedef.
- (add_file_t): New struct typedef.
- (addfiles_list): New variable.
- (addfiles_tail_chain_ptr): Likewise.
- (record_add_file): New function.
- (parse_option): Parse "add:", "lib:" and "dir:" options and call it.
- (onall_symbols_read): Iterate the list of new files, libs and dirs,
- adding them.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 3/6).
- * ldmain.c (notice)[ENABLE_PLUGINS]: Call plugin_notice.
- * plugin.c (non_ironly_hash): Add new bfd hash table.
- (plugin_load_plugins): Exit early if no plugins to load. If plugins
- do load successfully, set notice_all flag in link info.
- (get_symbols): Implement.
- (plugin_load_plugins): Exit early if no plugins to load, else after
- loading plugins successfully enable notice_all mode.
- (init_non_ironly_hash): Lazily init non_ironly_hash table.
- (plugin_notice): Record symbols referenced from non-IR files in the
- non_ironly_hash. Suppress tracing, cref generation and nocrossrefs
- tracking for symbols from dummy IR bfds.
- * plugin.h: Fix formatting.
- (plugin_notice): Add prototype.
- * testplug.c (dumpresolutions): New global var.
- (parse_options): Accept "dumpresolutions".
- (onall_symbols_read): Get syms and dump resolutions if it was given.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 2/6).
- * ldfile.c (ldfile_try_open_bfd)[ENABLE_PLUGINS]: Don't return early
- during compat checks if they pass, instead offer any successfully
- opened and accepted file to the plugin claim file hooks chain. Create
- a dummy bfd to accept symbols added by the plugin, if the plugin
- claims the file.
- * ldlang.c (lang_process)[ENABLE_PLUGINS]: Call plugin all symbols
- read hook chain before ldemul_after_open.
- * ldlang.h (struct lang_input_statement_struct): Add new single-bit
- 'claimed' flag.
- * plugin.c (IRONLY_SUFFIX): New macro for dummy bfd file suffix.
- (IRONLY_SUFFIX_LEN): Length of the above string.
- (plugin_get_ir_dummy_bfd): New function to create the dummy bfd used
- to store symbols for ir-only files.
- (is_ir_dummy_bfd): New function to check if a bfd is ir-only.
- (asymbol_from_plugin_symbol): New function converts symbol formats.
- (add_symbols): Call it to convert plugin syms to bfd syms and add
- them to the dummy bfd.
- * plugin.h: Add missing include guards.
- (plugin_get_ir_dummy_bfd): Add prototype.
- (is_ir_dummy_bfd): Likewise.
- * testplug.c (TV_MESSAGE): New helper macro.
- (struct claim_file): New struct.
- (claim_file_t): New typedef.
- (tag_names[]): Make static and const.
- (claimfiles_list): New variable.
- (claimfiles_tail_chain_ptr): Likewise.
- (last_claimfile): Likewise.
- (record_claim_file): Record a file to claim on a singly-linked list.
- (parse_symdefstr): Parse an ASCII representation of a symbol from a
- plugin option into the fields of a struct ld_plugin_symbol.
- (record_claimed_file_symbol): Use it to parse plugin option for
- adding a symbol.
- (parse_option): Parse claim file and add symbol options.
- (dump_tv_tag): Use TV_MESSAGE.
- (onload): Likewise.
- (onclaim_file): Make static. Use TV_MESSAGE. Scan list of files to
- claim and claim this file if required, adding any symbols specified.
- (onall_symbols_read): Make static and use TV_MESSAGE.
- (oncleanup): Likewise.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 1/6).
- * configure.in: Add AC_CHECKs for file io and dlfcn headers and
- functions and AC_SEARCH for -ldl.
- (enable_plugins): New shell variable set if above tests find dlopen
- functionality.
- (ENABLE_PLUGINS): Add related automake conditional.
- * configure: Regenerate.
- * config.in: Likewise.
- * Makefile.am (PLUGIN_C): Declare plugin C source file, conditional
- on ENABLE_PLUGINS being defined.
- (PLUGIN_H): Likewise for header file.
- (PLUGIN_OBJECT): Likewise for object file.
- (PLUGIN_CFLAGS): Likewise -D flag required to compile plugin support.
- (AM_CPPFLAGS): Use PLUGIN_CFLAGS.
- (CFILES): Use PLUGIN_C.
- (HFILES): Use PLUGIN_H.
- (OFILES): Use PLUGIN_OBJECT.
- (ld_new_SOURCES): Use PLUGIN_C.
- (noinst_LTLIBRARIES)[ENABLE_PLUGINS]: Declare test plugin.
- (libldtestplug_la_SOURCES)[ENABLE_PLUGINS]: Add automake definition
- for test plugin.
- (libldtestplug_la_CFLAGS)[ENABLE_PLUGINS]: Likewise.
- (libldtestplug_la_LDFLAGS)[ENABLE_PLUGINS]: Likewise.
- * Makefile.in: Regenerate.
- * sysdep.h: Include stdarg.h, unistd.h and one of fcntl.h or
- sys/file.h where available. Include dlfcn.h when ENABLE_PLUGINS.
- (O_RDONLY): Supply default definition likewise to bfd's sysdep.h
- (O_WRONLY): Likewise.
- (O_RDWR): Likewise.
- (O_ACCMODE): Likewise.
- (O_BINARY): Likewise.
- (SEEK_SET): Likewise.
- (SEEK_CUR): Likewise.
- (SEEK_END): Likewise.
- * ldmisc.c (vfinfo): Make non-static. Add %p format char.
- * ldmisc.h (vfinfo): Declare extern prototype.
- * lexsup.c (enum option_values)[ENABLE_PLUGINS]: Add new entries for
- OPTION_PLUGIN and OPTION_PLUGIN_OPT.
- (ld_options[])[ENABLE_PLUGINS]: Add option data for the above two.
- (parse_args)[ENABLE_PLUGINS]: Handle them, and load all plugins once
- option parsing is complete.
- * ldmain.c (main)[ENABLE_PLUGINS]: Call plugin cleanup hooks just
- after lang_finish.
- * plugin.c: New source file.
- * plugin.h: Likewise new header.
- * testplug.c: New source file.
-
-2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
-
- * emultempl/solaris2.em (elf_solaris2_before_allocation): Renamed
- basever_syms to global_syms.
- Emit global_syms into .dynamic section for all executables and
- shared objects.
- (elf_solaris2_after_allocation): New function.
- (LDEMUL_AFTER_ALLOCATION): Use it.
- * emulparams/solaris2.sh: New file.
- * emulparams/elf32_sparc_sol2.sh: Use it.
- * emulparams/elf64_sparc_sol2.sh: Likewise.
- * emulparams/elf_i386_sol2.sh: Likewise.
- * emulparams/elf_x86_64_sol2.sh: Likewise.
- * Makefile.am (eelf32_sparc_sol2.c): Depend on
- $(srcdir)/emulparams/solaris2.sh.
- (eelf64_sparc_sol2.c): Likewise.
- (eelf_x86_64_sol2.c): Likewise.
- (eelf_i386_sol2.c): Likewise.
- * Makefile.in: Regenerate.
-
-2010-10-06 Nick Clifton <nickc@redhat.com>
-
- * ld.texinfo: Update description of computation of VMA and LMA
- addresses for output sections.
-
-2010-10-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
-
- * Makefile.am (ALL_64_EMULATIONS): Fix typo in last commit.
- * Makefile.in: Regenerate.
-
- * Makefile.am (ALL_EMULATIONS): Rewrite in terms of ...
- (ALL_EMULATION_SOURCES): ... this new variable.
- (ALL_64_EMULATIONS): Rewrite in terms of ...
- (ALL_64_EMULATION_SOURCES): ... this new variable.
- (EXTRA_ld_new_SOURCES): Rewrite in terms of the _SOURCES
- variables.
- (eelf32microblaze.c): Fix indentation.
- * Makefile.in: Regenerate.
-
-2010-10-04 Bernd Schmidt <bernds@codesourcery.com>
-
- * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use
- _bfd_elf_single_rel_hdr.
-
-2010-10-01 Alan Modra <amodra@gmail.com>
-
- PR ld/12066
- * ldexp.c (fold_name): Treat absolute symbols as plain numbers.
- * ld.texinfo (Expression Section): Don't say absolute symbols
- are addresses.
-
-2010-09-29 Alan Modra <amodra@gmail.com>
-
- * ldlang.c (lang_place_orphans): Zero vma when relocatable or non-load
- section for orphans handled here.
-
-2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
-
- * configure: Regenerate.
-
-2010-09-23 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * scripttempl/armcoff.sc: Revert 2010-09-22 change.
-
-2010-09-23 Alan Modra <amodra@gmail.com>
-
- * ldlang.c (lang_add_section): Don't copy SEC_RELOC from input
- to output section on a final link.
-
-2010-09-22 Kai Tietz <kai.tietz@onevision.com>
-
- * ldlang.c (lang_add_section): Allow for debugging
- section to be marked as noload but to keep content.
- (IGNORE_SECTION): Likewise.
- (lang_check_section_addresses): Likewise.
- * ldwrite.c (build_link_order): Likewise.
-
- * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add
- idata to orphan set.
- * emultempl/pep.em: Likewise.
- * scripttempl/armcoff.sc: Separate idata
- and add __IAT_start__ and __IAT_end__ labels.
- * scripttempl/pe.sc: Likewise.
- * scripttempl/pep.sc: Likewise.
-
-2010-09-20 David S. Miller <davem@davemloft.net>
-
- * emulparams/elf32_sparc.sh: Set NOP to 0x01000000
-
-2010-09-16 Alan Modra <amodra@gmail.com>
-
- * ld.texinfo (NOLOAD): Do not erroneously state that contents will
- appear in output file.
- * ldlang.c (lang_add_section): Clear SEC_HAS_CONTENTS on noload
- unless SEC_COFF_SHARED_LIBRARY.
- (map_input_to_output_sections): Don't set SEC_HAS_CONTENTS for noload
- output sections.
- (lang_size_sections_1): Don't test SEC_NEVER_LOAD when deciding
- to update dot in region. Ditto when setting SEC_ALLOC if dot
- advanced due to assignment.
- * ldwrite.c (build_link_order): Don't test SEC_NEVER_LOAD.
-
-2010-09-15 Kai Tietz <kai.tietz@onevision.com>
-
- * scripttempl/pep.sc: Add .xdata segment and
- put into .pdata all segments beginning with .pdata.
-
-2010-09-10 Alan Modra <amodra@gmail.com>
-
- PR ld/11931
- * ldlang.h (lang_for_each_statement_worker): Declare.
- * ldlang.c (lang_for_each_statement_worker): Make global. Don't
- recurse into children of output_section_statement with constraint
- set to -1.
- (print_assignment): Handle NULL output_section->bfd_section.
- (lang_size_sections_1): Ignore output section statement address
- when constraint is -1.
- * emultempl/xtensaelf.em (lang_for_each_statement_worker): Delete.
-
-2010-09-09 Tristan Gingold <gingold@adacore.com>
-
- * NEWS: Add a entry for alpha-vms.
-
-2010-09-07 Andrew Burgess <aburgess@broadcom.com>
-
- * ldwrite.c (clone_section): Call bfd_copy_private_section_data on
- newly cloned section.
-
-2010-09-02 Richard Henderson <rth@redhat.com>
-
- * configure.tgt (x86_64-*-mingw*): Add 32-bit pe emulations too.
-
-2010-08-31 Nick Clifton <nickc@redhat.com>
-
- * ldlex.l (WILDCHAR): Add the caret and exclamation point
- characters, so that they can be used inside globs.
-
-2010-08-31 Nick Clifton <nickc@redhat.com>
-
- * ld.texinfo (MEMORY): Clarify the behaviour of the ! character in
- a region's attributes.
-
-2010-08-31 Alan Modra <amodra@gmail.com>
-
- * scripttempl/mmo.sc: Move assignment to "Main" inside .text
- output section statement.
-
-2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11946
- * emultempl/elf32.em (_before_allocation): Check audit entry
- only on ELF input.
-
-2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11937
- * emultempl/elf32.em (_after_open): Find one .eh_frame section
- for --eh-frame-hdr.
-
-2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11937
- * emultempl/elf32.em (_after_open): Find an ELF input for
- --build-id and --eh-frame-hdr.
-
-2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
-
- * Makefile.am (eshlelf_fd.c): Correct the name of the tool
- directory.
- * Makefile.in: Regenerate.
-
-2010-08-20 Nick Clifton <nickc@redhat.com>
-
- * emultempl/elf32.em (_after_open): Check for get_elf_backend_data
- returning NULL.
-
-2010-08-19 Alan Modra <amodra@gmail.com>
-
- * NEWS: Mention change in linker script expression evaluation.
-
-2010-08-19 Alan Modra <amodra@gmail.com>
-
- * ld.texinfo (Expression Section): Detail expression evaluation.
- (Builtin Functions <ADDR>): Correct.
- (Builtin Functions <LOADADDR>): Don't mention LOADADDR normally
- the same as ADDR.
- (Builtin Functions <SEGMENT_START>): Typo fix.
- * ldexp.c (new_number): New function.
- (make_abs, exp_get_abs_int): Cope with NULL expld.result.section.
- (fold_unary <'~', '!', '-'>): Don't make_abs.
- (fold_binary): Simplify result section logic. Return NULL section
- for logical ops.
- (fold_binary <SEGMENT_START>): Use new_rel_from_abs to set value to
- a consistent result.
- (fold_name <SIZEOF_HEADERS>): Return new_number, not new_abs.
- (fold_name <DEFINED, SIZEOF, ALIGNOF, LENGTH, CONSTANT>): Likewise.
- (fold_name <NAME>): No need to handle absolute symbols differently
- from relative ones.
- (fold_name <ORIGIN>): Don't return valid result when
- lang_first_phase_enum. Return new_rel_from_abs, not new_abs.
- (exp_fold_tree_1 <etree_value>): Return new_number, not new_rel.
- (exp_fold_tree_1): Ajust for NULL expld.result.section. When assigning
- a plain number to dot, assume the value is relative to expld.section.
- Make terms not in an output section, absolute.
- * ldlang.c (print_assignment): Fix style nit.
- (lang_size_sections_1): Cope with NULL expld.result.section.
- (lang_do_assignments_1): Likewise.
-
-2010-08-12 Alan Modra <amodra@gmail.com>
-
- * ldexp.c (new_rel): Remove "str". Update all call sites.
- (exp_fold_tree_1): When assigning to dot, calculate nextdot
- using expld.result.section rather than expld.section.
-
-2010-08-06 Alan Modra <amodra@gmail.com>
-
- PR ld/11887
- * ldlang.c (lang_add_vers_depend): Don't leave version_needed
- uninitialised.
-
-2010-07-28 Alan Modra <amodra@gmail.com>
-
- * ldexp.c (exp_print_tree): Print function-like binary nodes as
- functions rather than in-fix operators. Use fputs and fputc
- where appropriate.
-
-2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
- Ina Pandit <ina.pandit@kpitcummins.com>
-
- * configure.tgt: Match all v850 targets.
-
-2010-07-20 Mike Frysinger <vapier@gentoo.org>
-
- * ld.texinfo (VERSION): Remove "int" from example script and add ";".
- Declare the default language as C.
-
-2010-07-17 Alan Modra <amodra@gmail.com>
-
- * ldlang.c (lang_check_section_addresses): Catch overlap for
- sections that wrap around the address space.
-
-2010-06-29 Nick Clifton <nickc@redhat.com>
-
- * scripttempl/xstormy16.sc (.gcc_except_table): Include sections
- with the .gcc_except_table. prefix.
-
-2010-06-29 Alan Modra <amodra@gmail.com>
-
- * emulparams/maxqcoff.sh: Delete file.
- * scripttempl/maxqcoff.sc: Delete file.
- * Makefile.am: Remove references to maxq.
- * configure.tgt: Likewise.
- * Makefile.in: Regenerate.
- * configure: Regenerate.
- * po/POTFILES.in: Regenerate.
-
-2010-06-27 Alan Modra <amodra@gmail.com>
-
- * pe-dll.c (fill_edata): Avoid set but unused warning.
- (pe_walk_relocs_of_symbol): Delete set but unused variables.
- (generate_reloc, pe_implied_import_dll): Likewise.
- * emultempl/aix.em (open_dynamic_archive): Likewise.
- * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Likewise.
- (xtensa_layout_wild): Likewise.
- (xtensa_colocate_output_literals_callback): Likewise.
-
-2010-06-25 Alan Modra <amodra@gmail.com>
-
- * emultempl/ppc64elf.em (prelim_size_sections): New function.
- (ppc_before_allocation): Use it. Size sections before toc edit too.
-
-2010-06-25 Alan Modra <amodra@gmail.com>
-
- * emultempl/elf32.em (find_exp_assignment): Handle etree_provided.
-
-2010-06-20 Danny Smith <dannysmith@users.sourceforge.net>
-
- * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Make
- auto-import and merge-rdata defaults same for i[3-7]86 and
- x86_64 mingw.
-
-2010-06-15 Joseph Myers <joseph@codesourcery.com>
-
- * emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Define.
-
-2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
-
- PR ld/11603
- * pe-dll.c (process_def_file_and_drectve): Reorder check for
- forwarded export name after check for ordinary export.
-
-2010-06-08 Bernd Schmidt <bernds@codesourcery.com>
-
- * emulparams/elf32_tic6x_le.sh (OTHER_BSS_SECTIONS): New.
-
-2010-06-08 Nick Clifton <nickc@redhat.com>
-
- * fdl.texi: Replace with v1.3 text.
- * ld.texinfo: Replace abbreviated 20th century year numbers with
- full versions.
- * ldint.texinfo: Likewise.
- Relicense under GFDL v1.3. Replace text of v1.1 FDL with an
- include of the fdl.texi file.
-
-2010-06-01 Tristan Gingold <gingold@adacore.com>
-
- * scripttempl/alphavms.sc: Add comments. Move $LINK$ to the
- readonly output-section. Handle LIB$INITIALIZE and sections
- created by gcc.
- * emultempl/vms.em (vms_place_orphan): Add comments.
-
-2010-05-28 Nick Clifton <nickc@redhat.com>
-
- * Makefile.am (eshlelf_fd.c): Fix typo in rule.
- * Makefile.in: Regenerate.
-
-2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11628
- * ldexp.c (fold_binary): Warn if value of SEGMENT_START isn't
- multiple of maximum page size.
-
-2010-05-25 Nick Clifton <nickc@redhat.com>
-
- * Makefile.am: Fix typo.
- * Makefile.in: Regenerate.
-
-2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
- Joseph Myers <joseph@codesourcery.com>
- Andrew Stubbs <ams@codesourcery.com>
-
- * Makefile.am (ALL_EMULATIONS): Add eshelf_fd.o and eshlelf_fd.o.
- (eshelf_fd.c, eshlelf_fd.c): New rules.
- * Makefile.in: Regenerate.
- * configure.tgt (sh-*-uclinux*): Add shelf_fd and shlelf_fd
- emulations.
- * emulparams/shelf_fd.sh: New file.
- * emulparams/shlelf_fd.sh: New file.
- * emulparams/shlelf_linux.sh: Update comment.
-
-2010-05-25 Jay Krell <jay.krell@cornell.edu>
-
- PR ld/11621
- * Makefile.am: Replace all occurences of .o with .@OBJEXT@
- * Makefile.in: Regenerate.
-
-2010-05-25 Kai Tietz <kai.tietz@onevision.com>
-
- * deffilep.y (opt_name): Allow leading dot.
- (dot_name): Likewise.
- (anylang_id): Likewise.
- * emultempl/pep.em (gld_${EMULATION_NAME}_before_parse): Enable by
- default auto_import.
- (gld${EMULATION_NAME}_handle_option): Warn about v1.
- (pep_find_data_imports): Remove superflous warnings about
- auto-import.
- (gld_${EMULATION_NAME}_get_script): Don't merge for auto-import
- and active pseudo-relocation-v2 rdata into data section.
- * emultempl/pe.em (default_merge_rdata): New shell variable.
- (MERGE_RDATA_V2): New macro.
- (gld_${EMULATION_NAME}_get_script): Adjust rule for auto-import
- selected script.
-
-2010-05-15 Kai Tietz <kai.tietz@onevision.com>
-
- * emultempl/pe.em (is_underscoring): New helper function.
- (gld_${EMULATION_NAME}_before_parse): Replace code
- for pe(p)_leading_underscore detection by is_underscoring.
- (U): Likewise.
- (GET_INIT_SYMBOL_NAME): Likewise.
- (U_SIZE): Likewise.
- (set_pe_name):
- (set_entry_point):
- (gld_${EMULATION_NAME}_set_symbols):
- * emultempl/pep.em: Likewise.
- * pe-dll.c (pe_detail_list): Set default
- underscoring for x64 target.
- (pe_dll_id_target): Add initialization of
- pe(p)_leading_underscore.
-
-2010-05-15 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * pe-dll.c: Removed trailing whitespaces.
-
-2010-05-14 Alan Modra <amodra@gmail.com>
-
- PR ld/11583
- * ldexp.c (exp_fold_tree_1): If assignment source expression is
- invalid, make the destination symbol undefined.
-
-2010-05-11 Kai Tietz <kai.tietz@onevision.com>
-
- * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
- Initialize pe(p)_leading_underscore variable.
- (set_pe_name): Likewise.
- * emultempl/pep.em: Likewise.
- Additional change default to non-underscore for
- pep_leading_underscore equal to -1.
-
-2010-05-07 Tristan Gingold <gingold@adacore.com>
-
- * Makefile.in: Regenerate with automake 1.11.1.
- * aclocal.m4: Ditto.
-
-2010-05-05 Nick Clifton <nickc@redhat.com>
-
- * po/es.po: Updated Spanish translation.
-
-2010-04-27 Kai Tietz <kai.tietz@onevision.com>
-
- * pe-dll.c (_nm_-symbols): Use always underscored variant
- for symbols.
- (__imp_-symbols): Likewise.
- (___imp_-symbols): Likewise.
- * NEWS: Mention ABI change for x64 PE-COFF.
-
-2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
-
- * Makefile.am (install-exec-local): Properly install ld as
- default cross linker.
- * Makefile.in: Regenerated.
-
-2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
- Nick Clifton <nickc@redhat.com>
-
- * configure.in (install_as_default): Define and set to true
- unless --enable-gold=both/gold has been specified.
- * configure: Regenerate.
-
- * Makefile.am (transform): Use ld.bfd as the default name of
- the linker.
- (install-exec-local): Also install the executable as a binary
- named 'ld' if install_as_default is true.
- * Makefile.in: Regenerate.
-
-2010-04-22 Nick Clifton <nickc@redhat.com>
-
- * po/ld.pot: Updated by the Translation project.
- * po/vi.po: Updated Vietnamese translation.
- * po/bg.po: Updated Bulgarian translation.
-
-2010-04-15 Andrew Haley <aph@redhat.com>
-
- * emultempl/armelf.em (merge_exidx_entries): New variable.
- (OPTION_NO_MERGE_EXIDX_ENTRIES): New definition.
- ("no-merge-exidx-entries"): New option.
- * ld.texinfo (merge-exidx-entries): Document this option.
-
-2010-04-14 Tristan Gingold <gingold@adacore.com>
-
- * emulparams/alphavms.sh: New file.
- * emultempl/vms.em: New file.
- * scripttempl/alphavms.sc: New file.
- * configure.tgt (alpha*-*-*vms*): Added.
- * Makefile.am (ALL_EMULATIONS): Add ealphavms.o
- (ealphavms.c): New target.
- * Makefile.in: Regenerate.
-
-2010-04-09 Nick Clifton <nickc@redhat.com>
-
- * ldlang.c (wild_sort): Remove unused variable section_name.
-
-2010-04-07 Alan Modra <amodra@gmail.com>
-
- * configure: Regenerate.
-
-2010-04-06 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11434
- * ld/testsuite/ld-x86-64/unique1.d: New.
- * ld/testsuite/ld-x86-64/unique1.s: Likewise.
-
- * ld-x86-64/x86-64.exp: Run unique1.
-
-2010-04-05 Kai Tietz <kai.tietz@onevision.com>
-
- * emultempl/pep.em (U): Macro modified.
- (U_SIZE): New helper macro.
- (GET_INIT_SYMBOL_NAME): Likewise.
- (enum options): Add OPTION_NO_LEADING_UNDERSCORE
- and OPTION_LEADING_UNDERSCORE enumerator-values.
- (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
- option.
- (definfo): Add new member is_c_symbol.
- (D): Add to macro underscore mode parameter.
- (init): Add definition for is_c_symbol.
- (gld_${EMULATION_NAME}_list_options): Display new options.
- (set_pep_name): Adjust underscoring dependent fixed
- symbol handling.
- (gld_${EMULATION_NAME}_set_symbols): Likewise.
- (saw_option): Likewise.
- (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
- (set_entry_point): Initial initial_symbol_char dependent to
- target's default and new option flag pep_leading_underscore.
- * emultempl/pe.em (U): Macro modified.
- (U_SIZE): New helper macro.
- (GET_INIT_SYMBOL_NAME): Likewise.
- (OPTION_LEADING_UNDERSCORE): Add new option define.
- (OPTION_NO_LEADING_UNDERSCORE): Likewise.
- (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
- option.
- (definfo): Add new member is_c_symbol.
- (D): Add to macro underscore mode parameter.
- (init): Add definition for is_c_symbol.
- (gld_${EMULATION_NAME}_list_options): Display new options.
- (set_pep_name): Adjust underscoring dependent fixed
- symbol handling.
- (gld_${EMULATION_NAME}_set_symbols): Likewise.
- (saw_option): Likewise.
- (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
- (set_entry_point): Initial initial_symbol_char dependent to
- target's default and new option flag pep_leading_underscore.
- * pe-dll.c (pe_leading_underscore): New flag variable.
- (pe_detail_list): Remove const to allow modify of
- member underscore.
- (pe_dll_id_target): Initialize pe_details' underscore variable
- dependent to target's default and flag pe_leading_underscore.
- * pe-dll.h (pe_leading_underscore): Add extern declaration of
- option flag.
- * pep-dll.c (pe_leading_underscore): Add alias define for
- pep_leading_underscore.
- * pep-dll.h (pep_leading_underscore) Add extern declaration of
- option flag.
- * ld.texinfo: Add documentation for --(no-)leading-underscore
- option.
-
-2010-03-26 Alan Modra <amodra@gmail.com>
-
- PR ld/11426
- * configure.host (many linux targets <HOSTING_CRT0>): Remove edits.
- (m68*-motorola-sysv <HOSTING_LIBS>): Use here doc, not echo.
-
-2010-03-25 Joseph Myers <joseph@codesourcery.com>
-
- * Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and
- eelf32_tic6x_le.o.
- (eelf32_tic6x_be.c, eelf32_tic6x_le.c): New.
- * NEWS: Add news entry for TI C6X support.
- * configure.tgt (tic6x-*-*): New.
- * emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New.
-
-2010-03-23 Joseph Myers <joseph@codesourcery.com>
-
- * scripttempl/elf.sc (RODATA_NAME, SDATA_NAME, SBSS_NAME,
- BSS_NAME): Define if not already defined. Use in place of some
- hardcoded section names.
-
-2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
-
- * scripttempl/elf.sc (INIT_ARRAY): Re-indent.
-
-2010-03-18 Aymeric Vincent <vincent@labri.fr>
-
- PR ld/11384
- * emultempl/sh64elf.em: Add missing EOF.
-
-2010-03-18 Doug Semler <dougsemler@gmail.com>
-
- * pe-dll.c (make_one): Make text section readonly.
- (make_one): Add *ABS* symbol @feat.00 with value 1 to tag
- the jump stub on X86 as /SAFESEH compatible for
- native toolchains.
-
-2010-03-17 Alan Modra <amodra@gmail.com>
-
- * ldlang.c (lang_size_sections_1): Remove "s" param. Set "s" from
- *prev instead. Update all callers.
-
-2010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
-
- * ldlang.c (lang_insert_orphan): Place loadable orphans in the same
- region and phdrs as their placement section.
-
-2010-03-15 Alan Modra <amodra@gmail.com>
-
- * emultempl/ppc64elf.em (move_input_section, sort_toc_sections): New.
- (ppc_before_allocation): Call sort_toc_sections.
- (no_toc_sort, OPTION_NO_TOC_SORT): New.
- (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
- PARSE_AND_LIST_OPTIONS): Handle --no-toc-sort.
-
-2010-03-14 Alan Modra <amodra@gmail.com>
-
- PR ld/11378
- * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation): Call
- ppc64_elf_check_init_fini and warn if .init/.fini use different TOCs.
-
-2010-03-11 George Gensure <werkt0@gmail.com>
-
- PR ld/11367
- * ldcref.c (handle_asneeded_cref): Correct copying of refs.
-
-2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
-
- * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_sol2.o,
- eelf_i386_sol2.o.
- (ALL_64_EMULATIONS): Add eelf_x86_64_sol2.o, eelf64_sparc_sol2.o.
- (eelf32_sparc_sol2.c): New rule.
- (eelf64_sparc_sol2.c): Likewise.
- (eelf_x86_64_sol2.c): Likewise.
- (eelf_i386_sol2.c): Likewise.
- * Makefile.in: Regenerate.
- * configure.tgt (i[3-7]86-*-solaris2*): Change targ_emul to
- elf_i386_sol2.
- Add elf_i386_ldso, elf_x86_64_sol2 to targ_extra_emuls.
- (x86_64-*-solaris2*): Change targ_emul to elf_x86_64_sol2.
- Add elf_x86_64, elf_i386_sol2, elf_i386 to targ_extra_emuls.
- (sparc-*-solaris2.[0-6]*): Change targ_emul to elf32_sparc_sol2.
- Add target_extra_emuls.
- (sparc-*-solaris2*): Change targ_emul to elf32_sparc_sol2.
- Add elf32_sparc, elf64_sparc_sol2 to targ_extra_emuls.
- (sparcv9-*-solaris2*): Change targ_emul to elf64_sparc_sol2.
- Add elf64_sparc, elf32_sparc_sol2 to target_extra_emuls.
- * emulparams/elf32_sparc_sol2.sh: New file.
- * emulparams/elf64_sparc_sol2.sh: New file.
- * emulparams/elf_i386_sol2.sh: New file.
- * emulparams/elf_x86_64_sol2.sh: New file.
- * emultempl/solaris2.em: New file.
-
-2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11330
- * ld.texinfo: Replace explicitely with explicitly.
-
-2010-02-27 Jie Zhang <jie@codesourcery.com>
-
- * scripttempl/armbpabi.sc: Don't combine .init_array.* or
- .fini_array.* when do relocatable linking.
- * scripttempl/elf.sc: Likewise.
- * scripttempl/elf32sh-symbian.sc: Likewise.
- * scripttempl/elf64hppa.sc: Likewise.
- * scripttempl/elfxtensa.sc: Likewise.
-
-2010-02-26 Alan Modra <amodra@gmail.com>
-
- * scripttempl/elf.sc (.fini_array): Place input .fini_array after
- .fini_array.*.
- * scripttempl/armbpabi.sc: Likewise.
- * scripttempl/elf32sh-symbian.sc: Likewise.
- * scripttempl/elf64hppa.sc: Likewise.
- * scripttempl/elfxtensa.sc: Likewise.
-
-2010-02-25 Alan Modra <amodra@gmail.com>
-
- PR ld/11304
- * ldlang.c (init_os): Remove isec param. Don't check for
- bfd_section already set or call bfd_init_private_section_data
- here.
- (exp_init_os): Update init_os call.
- (lang_add_section): Tidy. Really don't set SEC_LINK_ONCE
- flags. Call bfd_init_private_section_data here.
- (map_input_to_output_sections): Tidy. Update init_os calls.
- Use os->sectype to select sec flags for lang_data_statement.
-
-2010-02-23 Alan Modra <amodra@gmail.com>
-
- PR ld/11304
- * ldlang.c: Revert last patch.
-
-2010-02-23 Nick Clifton <nickc@redhat.com>
-
- * po/bg.po: Updated Bulgarian translation.
-
-2010-02-22 Alan Modra <amodra@gmail.com>
-
- PR ld/11304
- * ldlang.c (exp_init_os): Delete forward declaration.
- (init_os): Don't check for bfd_section already created and don't
- init addr_tree and load_base expressions here.
- (map_input_to_output_sections): Only map input to output sections
- and set constraints here, and as an exception, create output
- sections which have their address set. Move all the other code to..
- (create_other_output_sections): ..here. New function. Handle init
- of addr_tree and load_base here too.
- (lang_process): Call create_other_output_sections.
-
-2010-02-19 Alan Modra <amodra@gmail.com>
-
- * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
- * Makefile.in: Regenerate.
-
-2010-02-19 Alan Modra <amodra@gmail.com>
-
- * ldlang.c (unique_section_p): Add os param. Allow group
- sections to match /DISCARD/. Update all callers.
- * emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New.
- (LDEMUL_BEFORE_ALLOCATION): Define.
-
-2010-02-15 Nick Clifton <nickc@redhat.com>
-
- * po/vi.po: Updated Vietnamese translation.
-
-2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
-
- * Makefile.am (CFILES): Add ldlex-wrapper.c.
- (OFILES): Replace ldlex.c with ldlex-wrapper.c.
- (ldlex.o): Replace with...
- (ldlex-wrapper.o): ...this new rule.
- (EXTRA_ld_new_SOURCES): Add ldlex.l.
- (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
- * Makefile.in: Regenerate.
- * ldlex.l (sysdep.h): Don't include here.
- * ldlex-wrapper.c: New file.
-
-2010-02-09 Alan Modra <amodra@gmail.com>
-
- * emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
- function parameters.
-
-2010-02-05 Nick Clifton <nickc@redhat.com>
-
- * configure.in (ALL_LIBGUAS): Add bg.
- * configure: Regenerate.
- * po/bg.po: New Bulgarian translation.
-
-2010-02-05 Ryan Mansfield <rmansfield@qnx.com>
-
- * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
- --target1-abs and --target1-rel options.
-
-2010-02-03 Nick Clifton <nickc@redhat.com>
-
- * emultempl/alphaelf.em: Update value expected from elf_object_id.
- * emultempl/hppaelf.em: Likewise.
- * emultempl/mipself.em: Likewise.
- * emultempl/ppc32elf.em: Likewise.
- * emultempl/ppc64elf.em: Likewise.
-
-2010-02-03 Alan Modra <amodra@gmail.com>
-
- * emultempl/ppc64elf.em (build_toc_list): Report errors from
- ppc64_elf_next_toc_section.
- (after_allocation): Update for changed function names and params.
- Run second pass of multitoc partitioning.
-
-2010-01-21 Jon Grant <jg@jguk.org>
- Nick Clifton <nickc@redhat.com>
-
- PR 4437
- * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
- a missing file or library. Instead mark the entry as missing and
- set the global flag to indicate that missing files were
- encountered.
- * ldlang.c (missing_files): New exported variable.
- (load_symbols): Skip loading if the file is missing.
- (open_input_bfds): Terminate link if any input files were
- missing.
- * ldlang.h (struct lang_input_statement_struct): Add missing_file
- field.
- Add export of missing_file variable.
-
-2010-01-13 DJ Delorie <dj@redhat.com>
-
- * emultempl/elf32.em (_place_orphan): If an input section doesn't
- match an existing output section, but an unused output section
- statement does match, use it.
- * emultempl/pe.em (_place_orphan): Likewise.
- * emultempl/pep.em (_place_orphan): Likewise.
-
-2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
-
- * configure: Regenerate.
- * Makefile.in: Regenerate.
-
-2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
-
- * ldver.c (ldversion): Change to "Copyright 2010".
-
-2010-01-08 Alan Modra <amodra@gmail.com>
-
- PR 11107
- * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
-
-For older changes see ChangeLog-2009
+For older changes see ChangeLog-2010
Local Variables:
mode: change-log
diff --git a/ld/ChangeLog-2010 b/ld/ChangeLog-2010
new file mode 100644
index 0000000..1a4d8fe
--- /dev/null
+++ b/ld/ChangeLog-2010
@@ -0,0 +1,1375 @@
+2010-12-31 Robert Millan <rmh@gnu.org>
+ Richard Sandiford <rdsandiford@googlemail.com>
+
+ * configure.tgt: Recognize mips-freebsd and mips-kfreebsd-gnu.
+
+ * emulparams/elf32btsmip_fbsd.sh: New file.
+ * emulparams/elf32btsmipn32_fbsd.sh: Likewise.
+ * emulparams/elf32ltsmip_fbsd.sh: Likewise.
+ * emulparams/elf32ltsmipn32_fbsd.sh: Likewise.
+ * emulparams/elf64btsmip_fbsd.sh: Likewise.
+ * emulparams/elf64ltsmip_fbsd.sh: Likewise.
+
+ * Makefile.am: Add build rules for `eelf32btsmip_fbsd.c',
+ `eelf32btsmipn32_fbsd.c', `eelf32ltsmip_fbsd.c',
+ `eelf32ltsmipn32_fbsd.c', `eelf64btsmip_fbsd.c' and
+ `eelf64ltsmip_fbsd.c'.
+ * Makefile.in: Regenerate.
+
+2010-12-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ * emulparams/elf32_x86_64.sh: New.
+
+ * configure.tgt (targ64_extra_emuls): Add elf32_x86_64 for
+ i[3-7]86-*-linux-*.
+ (targ_extra_libpath): Likewise.
+ (targ_extra_emuls): Add elf32_x86_64 for x86_64-*-linux-*.
+ (targ_extra_libpath): Likewise.
+
+ * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf32_x86_64.c.
+ (eelf32_x86_64.c): New.
+ * Makefile.in: Regenerated.
+
+2010-12-20 Alan Modra <amodra@gmail.com>
+
+ PR ld/12327
+ * ld.texinfo (Expression Section): Describe treatment of numbers
+ and absolute symbols.
+ * ldemul.c (after_open_default): Look up __ld_compatibility.
+ * ldexp.c (fold_name): Convert absolute symbols to numbers when
+ inside output section definitions, or when __ld_compatibility >= 221.
+ (exp_fold_tree_1): Convert numbers to absolute when not in output
+ section definition and __ld_compatibility < 221. Don't always
+ convert values outside an output section definition to absolute.
+ * ldexp.h (uses_defined): Comment.
+ * ldlang.c (ld_compatibility): New variable.
+ * ldlang.h (ld_compatibility): Declare.
+ * emultempl/aix.em, * emultempl/armcoff.em, * emultempl/beos.em,
+ * emultempl/elf32.em, * emultempl/genelf.em, * emultempl/lnk960.em,
+ * emultempl/m68kcoff.em, * emultempl/mmo.em, * emultempl/pe.em,
+ * emultempl/pep.em, * emultempl/sunos.em, * emultempl/z80.em: Call
+ after_open_default from after_open function.
+
+2010-12-20 Alan Modra <amodra@gmail.com>
+
+ PR ld/12001
+ Revert 2010-11-03 Nick Clifton
+ * ldlang.c (ldlang_def_chain_list): Delete.
+ (insert_defined, ldlang_add_def, lang_place_defineds): Delete.
+ (lang_process): Don't call lang_place_defineds.
+ (lang_add_assignment): Don't do anything special for --defsym.
+
+ * ldexp.h (struct ldexp_control): Add uses_defined.
+ (exp_fold_tree_no_dot): Declare.
+ * ldexp.c (exp_fold_tree): Clear uses_defined.
+ (exp_fold_tree_no_dot): Likewise. Make global.
+ (fold_name <DEFINED>): Set uses_defined.
+ (exp_fold_tree_1 <etree_assign>): Define symbol during first phase
+ even when the value being assigned isn't valid.
+ * ldlang.c (open_input_bfds): Process assignment statements.
+ (lang_process): Bump lang_statement_iteration.
+ (scan_for_self_assignment): Formatting.
+ (print_assignment): Style.
+
+2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ * Makefile.am (GENSCRIPTS): Add @enable_initfini_array@.
+
+ * NEWS: Mention SORT_BY_INIT_PRIORITY.
+
+ * configure.in: Add AC_CANONICAL_BUILD.
+ Add --enable-initfini-array.
+
+ * genscripts.sh (ENABLE_INITFINI_ARRAY): New.
+
+ * ld.h (sort_type): Add by_init_priority.
+
+ * ld.texinfo: Document SORT_BY_INIT_PRIORITY.
+
+ * ldgram.y (SORT_BY_INIT_PRIORITY): New.
+ (wildcard_spec): Handle SORT_BY_INIT_PRIORITY.
+
+ * ldlang.c (get_init_priority): New.
+ (compare_section): Use get_init_priority for by_init_priority.
+
+ * ldlex.l (SORT_BY_INIT_PRIORITY): New.
+
+ * scripttempl/elf.sc: Support ENABLE_INITFINI_ARRAY.
+
+ * Makefile.in: Regenerated.
+ * aclocal.m4: Regenerated.
+ * config.in: Likewise.
+ * configure: Likewise.
+
+2010-12-13 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (load_symbols): Correct last change.
+
+2010-12-12 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ldlang.c (load_symbols): Optimize for add_archive_element.
+
+2010-12-09 Mike Frysinger <vapier@gentoo.org>
+
+ * .gitignore: New file.
+
+2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ * lexsup.c (ld_options): Add -flto and -flto-partition= for
+ GCC LTO option compatibility.
+
+2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/12288
+ * plugin.c (message): Don't add the trailing `\n' for
+ LDPL_ERROR.
+
+2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/12288
+ * testplug.c: Remove the trailing `\n' from TV_MESSAGE.
+
+2010-12-06 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
+
+ PR ld/12288
+ * plugin.c (message): Use putchar for the trailing `\n'.
+
+2010-12-06 H.J. Lu <hongjiu.lu@intel.com>
+ Dmitry Gorbachev <d.g.gorbachev@gmail.com>
+
+ PR ld/12289
+ * ldmain.c (main): Don't call plugin_call_cleanup.
+
+ * plugin.c (plugin_call_cleanup): Make it static.
+ (message): Don't call plugin_call_cleanup.
+ (plugin_load_plugins): Call xatexit with plugin_call_cleanup.
+
+2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/12289
+ * plugin.c (message): Call plugin_call_cleanup on fatal
+ error.
+
+2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ * plugin.c (message): Add a space after `:' in error message.
+
+2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ * plugin.c (asymbol_from_plugin_symbol): Add the trailing `\n'
+ to einfo.
+ (get_symbols): Likewise.
+ (plugin_notice): Likewise.
+ (plugin_multiple_definition): Likewise.
+
+2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/12288
+ * plugin.c (message): Add the trailing `\n'.
+
+2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ldfile.c (ldfile_open_file_search): Check maybe_archive instead
+ of is_archive.
+ * emultempl/aix.em: Likewise.
+ * emultempl/elf32.em: Likewise.
+ * emultempl/linux.em: Likewise.
+ * emultempl/pe.em: Likewise.
+ * emultempl/pep.em: Likewise.
+ * emultempl/sunos.em: Likewise.
+ * emultempl/vms.em: Likewise.
+
+ * ldlang.c (new_afile): Set maybe_archive instead of is_archive..
+
+ * ldlang.h (lang_input_statement_struct): Replace is_archive
+ with maybe_archive.
+
+2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/12277
+ * plugin.c (asymbol_from_plugin_symbol): Properly convert LTO
+ plugin visibility to ELF visibility.
+ (is_visible_from_outside): Re-indent.
+
+2010-12-04 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (lang_size_sections_1): Align lma using same alignment
+ as for vma.
+
+2010-12-03 H.J. Lu <hongjiu.lu@intel.com>
+
+ * lexsup.c (ld_options): Fix a typo in comments.
+
+2010-12-01 H.J. Lu <hongjiu.lu@intel.com>
+
+ * plugin.h: Re-indent.
+
+2010-11-30 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * configure.tgt: Add sparc64-rtems.
+
+2010-11-26 Alan Modra <amodra@gmail.com>
+
+ * po/ja.po: Update.
+
+2010-11-25 Alan Modra <amodra@gmail.com>
+
+ * po/bg.po: Update.
+ * po/es.po: Update.
+ * po/fi.po: Update.
+ * po/ja.po: New.
+ * po/zh_CN.po: Update.
+
+2010-11-25 Jan Hubicka <hubicka@ucw.cz>
+
+ * scripttempl/elf.sc: Group .text.exit, text.startup and .text.hot
+ sections.
+
+2010-11-23 Matthias Klose <doko@ubuntu.com>
+
+ * configure.ac: For --enable-gold, handle value `default' instead of
+ `both*'. Always install ld as ld.gold, install as ld if gold is
+ the default.
+ * configure: Regenerate.
+
+2010-11-21 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ldfile.c: Re-indent plugin code.
+ * ldlang.c: Likewise.
+ * ldmain.c: Likewise.
+ * plugin.c: Likewise.
+
+2010-11-20 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/12246
+ * plugin.c (asymbol_from_plugin_symbol): Set alignment of
+ common symbol to 1 for For ELF targets.
+
+2010-11-20 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/12247
+ * lexsup.c (parse_args): Properly report loading plugin error.
+
+2010-11-19 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * plugin.c (is_visible_from_outside): New function.
+ (get_symbols): Use it.
+
+2010-11-16 Jie Zhang <jie.zhang@analog.com>
+
+ * Makefile.am (eelf32bfinfd.c, eelf32bfin.c): Depend on bfin.em.
+ * Makefile.in: Regenerated.
+ * emulparams/bfin.sh (EXTRA_EM_FILE): Set.
+ * emulparams/elf32bfinfd.sh (EXTRA_EM_FILE): Likewise.
+ * emultempl/bfin.em: New.
+
+2010-11-16 Yasuaki Taniguchi <taniguchi.yasua@jp.fujitsu.com>
+
+ * emultempl/pe.em (_list_options): Correct typo.
+ * emultempl/pep.em (_list_options): Likewise.
+
+2010-11-08 Thomas Schwinge <thomas@schwinge.name>
+
+ * configure.host: Add stanza for *-*-gnu*.
+
+2010-11-05 Pierre Muller <muller@ics.u-strasbg.fr>
+
+ * emultempl/spuelf.em (new_tmp_file): Fix wrong first parameter.
+
+2010-11-05 Tristan Gingold <gingold@adacore.com>
+
+ * po/ld.pot: Regenerate
+ * po/POTFILES.in: Regenerate
+
+2010-11-05 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add marker for 2.21.
+
+2010-11-05 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * plugin.h (plugin_active_plugins_p): New prototype.
+ (is_ir_dummy_bfd): Delete prototype.
+ * plugin.c: Fix formatting issues.
+ (is_ir_dummy_bfd): Make static.
+ (plugin_active_plugins_p): New function.
+ * ldfile.c (ldfile_try_open_bfd): Use it to save work if no plugins
+ are loaded. Always close file descriptor after claim handler returns.
+ * ldmain.c (add_archive_element): Likewise.
+
+2010-11-05 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (lang_add_section): Distinguish ELF treatment of NOLOAD.
+ (map_input_to_output_sections): Likewise.
+ (lang_size_sections_1): Likewise.
+ (IGNORE_SECTION): Don't test SEC_NEVER_LOAD.
+ (lang_check_section_addresses): Likewise.
+
+2010-11-04 Kai Tietz <kai.tietz@onevision.com>
+
+ * scripttempl/pe.sc (.debug_types): New.
+ * scripttempl/pep.sc: Likewise.
+
+2010-11-04 Alan Modra <amodra@gmail.com>
+
+ * plugin.c (is_ir_dummy_bfd): Don't segfault on NULL abfd.
+
+2010-11-03 Nick Clifton <nickc@redhat.com>
+
+ PR ld/12001
+ * ldlang.c (ldlang_def_chain_list): New variable. Contains a list
+ of symbols defined via the --defsym command line option and
+ currently waiting assignment.
+ (insert_defined): Add a defined symbol to the symbol table.
+ (ldlang_add_def): Add a entry to the ldlang_def_chain_list.
+ (lang_place_defineds): Walk ldlang_def_chain_list defining the
+ symbols.
+ (lang_process): Call lang_place_defineds.
+ (lang_add_assignment): If the assignment has come from a --defsym
+ command line option then call lang_add_def.
+
+2010-11-03 Alan Modra <amodra@gmail.com>
+
+ * Makefile.am (eelf64hppa.c): Correct dependencies.
+ * Makefile.in: Regenerate.
+
+2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
+
+ * scripttempl/armbpabi.sc: Include compressed DWARF debug
+ sections.
+ * scripttempl/avr.sc: Likewise.
+ * scripttempl/elf32cr16.sc: Likewise.
+ * scripttempl/elf32crx.sc: Likewise.
+ * scripttempl/elf32msp430.sc: Likewise.
+ * scripttempl/elf32msp430_3.sc: Likewise.
+ * scripttempl/elf32sh-symbian.sc: Likewise.
+ * scripttempl/elf64hppa.sc: Likewise.
+ * scripttempl/elf_chaos.sc: Likewise.
+ * scripttempl/elfd10v.sc: Likewise.
+ * scripttempl/elfd30v.sc: Likewise.
+ * scripttempl/elfi370.sc: Likewise.
+ * scripttempl/elfm68hc11.sc: Likewise.
+ * scripttempl/elfm68hc12.sc: Likewise.
+ * scripttempl/elfxtensa.sc: Likewise.
+ * scripttempl/ip2k.sc: Likewise.
+ * scripttempl/iq2000.sc: Likewise.
+ * scripttempl/mep.sc: Likewise.
+ * scripttempl/mmo.sc: Likewise.
+ * scripttempl/v850.sc: Likewise.
+ * scripttempl/xstormy16.sc: Likewise.
+
+2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ldfile.c (ldfile_try_open_bfd): Set BFD_DECOMPRESS after
+ bfd_openr returns.
+ * emultempl/elf32.em (gld${EMULATION_NAME}_try_needed): Likewise.
+
+ * scripttempl/elf.sc: Include compressed DWARF debug sections.
+
+2010-10-28 Alan Modra <amodra@gmail.com>
+
+ * ldfile.c (find_scripts_dir): Don't look in absolute SCRIPTDIR.
+
+2010-10-28 Matthias Klose <doko@ubuntu.com>
+
+ * ld.texinfo: Add directory section for info document.
+ * ldint.texinfo: Likewise.
+
+2010-10-28 Alan Modra <amodra@gmail.com>
+
+ * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): For
+ --no-undefined-version, don't report dot sym versions added by ld.
+
+2010-10-28 Alan Modra <amodra@gmail.com>
+
+ * ldlang.h (ldlang_add_undef): Add cmdline param.
+ * ldlang.c (undef_from_cmdline): New var.
+ (ldlang_add_undef): Add cmdline param. Set undef_from_cmdline.
+ (lang_end): Really require -e or -u from command line on
+ relocatable --gc-sections.
+ * ldemul.c (after_parse_default): Adjust ldlang_add_undef call.
+ * ldgram.y (extern_name_list_body): Likewise.
+ * lexsup.c (parse_args): Likewise.
+ * emultempl/aix.em (gld${EMULATION_NAME}_read_file): Likewise.
+
+2010-10-25 Alan Modra <amodra@gmail.com>
+
+ * plugin.c (plugin_get_ir_dummy_bfd): Set bfd_use_reserved_id.
+ Formatting.
+
+2010-10-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * emulparams/elf32_sparc_sol2.sh (OUTPUT_FORMAT): Set to
+ elf32-sparc-sol2.
+ * emulparams/elf64_sparc_sol2.sh (OUTPUT_FORMAT): Set to
+ elf64-sparc-sol2.
+
+2010-10-22 Alan Modra <amodra@gmail.com>
+
+ * ldwrite.c (build_link_order <lang_data_statement_enum>): Don't
+ output when section has no contents.
+ (build_link_order <lang_reloc_statement_enum>): Likewise.
+
+2010-10-21 Joseph Myers <joseph@codesourcery.com>
+
+ * emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Use
+ .c6xabi.attributes, not __TI_build_attributes.
+
+2010-10-20 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * plugin.c (get_symbols): Check symbol type correctly.
+
+2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * configure.in: If <dlfcn.h> can't be found, try for <Windows.h>
+ * configure: Regenerate.
+ * config.in: Likewise.
+ * plugin.c [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlopen): Provide
+ trival LoadLibrary-based replacement for Windows systems.
+ [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlsym): Likewise trivial
+ replacement based on GetProcAddress.
+ [!HAVE_DLFCN_H && HAVE_WINDOWS_H] (dlsym): Likewise FreeLibrary.
+ * sysdep.h: Don't infer presence of <dlfcn.h> from ENABLE_PLUGINS
+ anymore, use its own guard.
+
+2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * plugin.c (add_input_file): Take copy of input string.
+ (add_input_library): Likewise.
+ (set_extra_library_path): Likewise.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 6/6).
+ * ldlang.c (load_symbols): Handle bfd subsitution when calling the
+ add_archive_element callback.
+ * ldmain.c (add_archive_element)[ENABLE_PLUGINS]: Offer the archive
+ member to the plugins and if claimed set "subsbfd" output parameter to
+ point to the dummy IR-only BFD.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 5/6).
+ * plugin.c (asymbol_from_plugin_symbol): If the bfd is an ELF bfd,
+ find the elf symbol data and set the visibility in the st_other field.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 4/6).
+ * ldlang.c (lang_process)[ENABLE_PLUGINS]: Move invocation of
+ plugin_call_all_symbols_read to before setting of gc_sym_list, and
+ open any new input files that may have been added during it.
+ * ldmain.c (multiple_definition)[ENABLE_PLUGINS]: Call out to
+ plugin_multiple_definition and let it have first say over what to do
+ with the clashing definitions.
+ * plugin.c (no_more_claiming): New boolean variable.
+ (plugin_cached_allow_multiple_defs): Likewise.
+ (add_input_file): Implement.
+ (add_input_library): Likewise.
+ (set_extra_library_path): Likewise.
+ (plugin_call_claim_file): Don't do anything when no_more_claiming set.
+ (plugin_call_all_symbols_read): Set it. Disable link info
+ "allow_multiple_definition" flag, but cache its value.
+ (plugin_multiple_definition): New function.
+ * plugin.h (plugin_multiple_definition): Add prototype.
+ * testplug.c (addfile_enum_t): New enumerated typedef.
+ (add_file_t): New struct typedef.
+ (addfiles_list): New variable.
+ (addfiles_tail_chain_ptr): Likewise.
+ (record_add_file): New function.
+ (parse_option): Parse "add:", "lib:" and "dir:" options and call it.
+ (onall_symbols_read): Iterate the list of new files, libs and dirs,
+ adding them.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 3/6).
+ * ldmain.c (notice)[ENABLE_PLUGINS]: Call plugin_notice.
+ * plugin.c (non_ironly_hash): Add new bfd hash table.
+ (plugin_load_plugins): Exit early if no plugins to load. If plugins
+ do load successfully, set notice_all flag in link info.
+ (get_symbols): Implement.
+ (plugin_load_plugins): Exit early if no plugins to load, else after
+ loading plugins successfully enable notice_all mode.
+ (init_non_ironly_hash): Lazily init non_ironly_hash table.
+ (plugin_notice): Record symbols referenced from non-IR files in the
+ non_ironly_hash. Suppress tracing, cref generation and nocrossrefs
+ tracking for symbols from dummy IR bfds.
+ * plugin.h: Fix formatting.
+ (plugin_notice): Add prototype.
+ * testplug.c (dumpresolutions): New global var.
+ (parse_options): Accept "dumpresolutions".
+ (onall_symbols_read): Get syms and dump resolutions if it was given.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 2/6).
+ * ldfile.c (ldfile_try_open_bfd)[ENABLE_PLUGINS]: Don't return early
+ during compat checks if they pass, instead offer any successfully
+ opened and accepted file to the plugin claim file hooks chain. Create
+ a dummy bfd to accept symbols added by the plugin, if the plugin
+ claims the file.
+ * ldlang.c (lang_process)[ENABLE_PLUGINS]: Call plugin all symbols
+ read hook chain before ldemul_after_open.
+ * ldlang.h (struct lang_input_statement_struct): Add new single-bit
+ 'claimed' flag.
+ * plugin.c (IRONLY_SUFFIX): New macro for dummy bfd file suffix.
+ (IRONLY_SUFFIX_LEN): Length of the above string.
+ (plugin_get_ir_dummy_bfd): New function to create the dummy bfd used
+ to store symbols for ir-only files.
+ (is_ir_dummy_bfd): New function to check if a bfd is ir-only.
+ (asymbol_from_plugin_symbol): New function converts symbol formats.
+ (add_symbols): Call it to convert plugin syms to bfd syms and add
+ them to the dummy bfd.
+ * plugin.h: Add missing include guards.
+ (plugin_get_ir_dummy_bfd): Add prototype.
+ (is_ir_dummy_bfd): Likewise.
+ * testplug.c (TV_MESSAGE): New helper macro.
+ (struct claim_file): New struct.
+ (claim_file_t): New typedef.
+ (tag_names[]): Make static and const.
+ (claimfiles_list): New variable.
+ (claimfiles_tail_chain_ptr): Likewise.
+ (last_claimfile): Likewise.
+ (record_claim_file): Record a file to claim on a singly-linked list.
+ (parse_symdefstr): Parse an ASCII representation of a symbol from a
+ plugin option into the fields of a struct ld_plugin_symbol.
+ (record_claimed_file_symbol): Use it to parse plugin option for
+ adding a symbol.
+ (parse_option): Parse claim file and add symbol options.
+ (dump_tv_tag): Use TV_MESSAGE.
+ (onload): Likewise.
+ (onclaim_file): Make static. Use TV_MESSAGE. Scan list of files to
+ claim and claim this file if required, adding any symbols specified.
+ (onall_symbols_read): Make static and use TV_MESSAGE.
+ (oncleanup): Likewise.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 1/6).
+ * configure.in: Add AC_CHECKs for file io and dlfcn headers and
+ functions and AC_SEARCH for -ldl.
+ (enable_plugins): New shell variable set if above tests find dlopen
+ functionality.
+ (ENABLE_PLUGINS): Add related automake conditional.
+ * configure: Regenerate.
+ * config.in: Likewise.
+ * Makefile.am (PLUGIN_C): Declare plugin C source file, conditional
+ on ENABLE_PLUGINS being defined.
+ (PLUGIN_H): Likewise for header file.
+ (PLUGIN_OBJECT): Likewise for object file.
+ (PLUGIN_CFLAGS): Likewise -D flag required to compile plugin support.
+ (AM_CPPFLAGS): Use PLUGIN_CFLAGS.
+ (CFILES): Use PLUGIN_C.
+ (HFILES): Use PLUGIN_H.
+ (OFILES): Use PLUGIN_OBJECT.
+ (ld_new_SOURCES): Use PLUGIN_C.
+ (noinst_LTLIBRARIES)[ENABLE_PLUGINS]: Declare test plugin.
+ (libldtestplug_la_SOURCES)[ENABLE_PLUGINS]: Add automake definition
+ for test plugin.
+ (libldtestplug_la_CFLAGS)[ENABLE_PLUGINS]: Likewise.
+ (libldtestplug_la_LDFLAGS)[ENABLE_PLUGINS]: Likewise.
+ * Makefile.in: Regenerate.
+ * sysdep.h: Include stdarg.h, unistd.h and one of fcntl.h or
+ sys/file.h where available. Include dlfcn.h when ENABLE_PLUGINS.
+ (O_RDONLY): Supply default definition likewise to bfd's sysdep.h
+ (O_WRONLY): Likewise.
+ (O_RDWR): Likewise.
+ (O_ACCMODE): Likewise.
+ (O_BINARY): Likewise.
+ (SEEK_SET): Likewise.
+ (SEEK_CUR): Likewise.
+ (SEEK_END): Likewise.
+ * ldmisc.c (vfinfo): Make non-static. Add %p format char.
+ * ldmisc.h (vfinfo): Declare extern prototype.
+ * lexsup.c (enum option_values)[ENABLE_PLUGINS]: Add new entries for
+ OPTION_PLUGIN and OPTION_PLUGIN_OPT.
+ (ld_options[])[ENABLE_PLUGINS]: Add option data for the above two.
+ (parse_args)[ENABLE_PLUGINS]: Handle them, and load all plugins once
+ option parsing is complete.
+ * ldmain.c (main)[ENABLE_PLUGINS]: Call plugin cleanup hooks just
+ after lang_finish.
+ * plugin.c: New source file.
+ * plugin.h: Likewise new header.
+ * testplug.c: New source file.
+
+2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * emultempl/solaris2.em (elf_solaris2_before_allocation): Renamed
+ basever_syms to global_syms.
+ Emit global_syms into .dynamic section for all executables and
+ shared objects.
+ (elf_solaris2_after_allocation): New function.
+ (LDEMUL_AFTER_ALLOCATION): Use it.
+ * emulparams/solaris2.sh: New file.
+ * emulparams/elf32_sparc_sol2.sh: Use it.
+ * emulparams/elf64_sparc_sol2.sh: Likewise.
+ * emulparams/elf_i386_sol2.sh: Likewise.
+ * emulparams/elf_x86_64_sol2.sh: Likewise.
+ * Makefile.am (eelf32_sparc_sol2.c): Depend on
+ $(srcdir)/emulparams/solaris2.sh.
+ (eelf64_sparc_sol2.c): Likewise.
+ (eelf_x86_64_sol2.c): Likewise.
+ (eelf_i386_sol2.c): Likewise.
+ * Makefile.in: Regenerate.
+
+2010-10-06 Nick Clifton <nickc@redhat.com>
+
+ * ld.texinfo: Update description of computation of VMA and LMA
+ addresses for output sections.
+
+2010-10-06 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * Makefile.am (ALL_64_EMULATIONS): Fix typo in last commit.
+ * Makefile.in: Regenerate.
+
+ * Makefile.am (ALL_EMULATIONS): Rewrite in terms of ...
+ (ALL_EMULATION_SOURCES): ... this new variable.
+ (ALL_64_EMULATIONS): Rewrite in terms of ...
+ (ALL_64_EMULATION_SOURCES): ... this new variable.
+ (EXTRA_ld_new_SOURCES): Rewrite in terms of the _SOURCES
+ variables.
+ (eelf32microblaze.c): Fix indentation.
+ * Makefile.in: Regenerate.
+
+2010-10-04 Bernd Schmidt <bernds@codesourcery.com>
+
+ * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use
+ _bfd_elf_single_rel_hdr.
+
+2010-10-01 Alan Modra <amodra@gmail.com>
+
+ PR ld/12066
+ * ldexp.c (fold_name): Treat absolute symbols as plain numbers.
+ * ld.texinfo (Expression Section): Don't say absolute symbols
+ are addresses.
+
+2010-09-29 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (lang_place_orphans): Zero vma when relocatable or non-load
+ section for orphans handled here.
+
+2010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * configure: Regenerate.
+
+2010-09-23 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * scripttempl/armcoff.sc: Revert 2010-09-22 change.
+
+2010-09-23 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (lang_add_section): Don't copy SEC_RELOC from input
+ to output section on a final link.
+
+2010-09-22 Kai Tietz <kai.tietz@onevision.com>
+
+ * ldlang.c (lang_add_section): Allow for debugging
+ section to be marked as noload but to keep content.
+ (IGNORE_SECTION): Likewise.
+ (lang_check_section_addresses): Likewise.
+ * ldwrite.c (build_link_order): Likewise.
+
+ * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Add
+ idata to orphan set.
+ * emultempl/pep.em: Likewise.
+ * scripttempl/armcoff.sc: Separate idata
+ and add __IAT_start__ and __IAT_end__ labels.
+ * scripttempl/pe.sc: Likewise.
+ * scripttempl/pep.sc: Likewise.
+
+2010-09-20 David S. Miller <davem@davemloft.net>
+
+ * emulparams/elf32_sparc.sh: Set NOP to 0x01000000
+
+2010-09-16 Alan Modra <amodra@gmail.com>
+
+ * ld.texinfo (NOLOAD): Do not erroneously state that contents will
+ appear in output file.
+ * ldlang.c (lang_add_section): Clear SEC_HAS_CONTENTS on noload
+ unless SEC_COFF_SHARED_LIBRARY.
+ (map_input_to_output_sections): Don't set SEC_HAS_CONTENTS for noload
+ output sections.
+ (lang_size_sections_1): Don't test SEC_NEVER_LOAD when deciding
+ to update dot in region. Ditto when setting SEC_ALLOC if dot
+ advanced due to assignment.
+ * ldwrite.c (build_link_order): Don't test SEC_NEVER_LOAD.
+
+2010-09-15 Kai Tietz <kai.tietz@onevision.com>
+
+ * scripttempl/pep.sc: Add .xdata segment and
+ put into .pdata all segments beginning with .pdata.
+
+2010-09-10 Alan Modra <amodra@gmail.com>
+
+ PR ld/11931
+ * ldlang.h (lang_for_each_statement_worker): Declare.
+ * ldlang.c (lang_for_each_statement_worker): Make global. Don't
+ recurse into children of output_section_statement with constraint
+ set to -1.
+ (print_assignment): Handle NULL output_section->bfd_section.
+ (lang_size_sections_1): Ignore output section statement address
+ when constraint is -1.
+ * emultempl/xtensaelf.em (lang_for_each_statement_worker): Delete.
+
+2010-09-09 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Add a entry for alpha-vms.
+
+2010-09-07 Andrew Burgess <aburgess@broadcom.com>
+
+ * ldwrite.c (clone_section): Call bfd_copy_private_section_data on
+ newly cloned section.
+
+2010-09-02 Richard Henderson <rth@redhat.com>
+
+ * configure.tgt (x86_64-*-mingw*): Add 32-bit pe emulations too.
+
+2010-08-31 Nick Clifton <nickc@redhat.com>
+
+ * ldlex.l (WILDCHAR): Add the caret and exclamation point
+ characters, so that they can be used inside globs.
+
+2010-08-31 Nick Clifton <nickc@redhat.com>
+
+ * ld.texinfo (MEMORY): Clarify the behaviour of the ! character in
+ a region's attributes.
+
+2010-08-31 Alan Modra <amodra@gmail.com>
+
+ * scripttempl/mmo.sc: Move assignment to "Main" inside .text
+ output section statement.
+
+2010-08-25 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11946
+ * emultempl/elf32.em (_before_allocation): Check audit entry
+ only on ELF input.
+
+2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11937
+ * emultempl/elf32.em (_after_open): Find one .eh_frame section
+ for --eh-frame-hdr.
+
+2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11937
+ * emultempl/elf32.em (_after_open): Find an ELF input for
+ --build-id and --eh-frame-hdr.
+
+2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * Makefile.am (eshlelf_fd.c): Correct the name of the tool
+ directory.
+ * Makefile.in: Regenerate.
+
+2010-08-20 Nick Clifton <nickc@redhat.com>
+
+ * emultempl/elf32.em (_after_open): Check for get_elf_backend_data
+ returning NULL.
+
+2010-08-19 Alan Modra <amodra@gmail.com>
+
+ * NEWS: Mention change in linker script expression evaluation.
+
+2010-08-19 Alan Modra <amodra@gmail.com>
+
+ * ld.texinfo (Expression Section): Detail expression evaluation.
+ (Builtin Functions <ADDR>): Correct.
+ (Builtin Functions <LOADADDR>): Don't mention LOADADDR normally
+ the same as ADDR.
+ (Builtin Functions <SEGMENT_START>): Typo fix.
+ * ldexp.c (new_number): New function.
+ (make_abs, exp_get_abs_int): Cope with NULL expld.result.section.
+ (fold_unary <'~', '!', '-'>): Don't make_abs.
+ (fold_binary): Simplify result section logic. Return NULL section
+ for logical ops.
+ (fold_binary <SEGMENT_START>): Use new_rel_from_abs to set value to
+ a consistent result.
+ (fold_name <SIZEOF_HEADERS>): Return new_number, not new_abs.
+ (fold_name <DEFINED, SIZEOF, ALIGNOF, LENGTH, CONSTANT>): Likewise.
+ (fold_name <NAME>): No need to handle absolute symbols differently
+ from relative ones.
+ (fold_name <ORIGIN>): Don't return valid result when
+ lang_first_phase_enum. Return new_rel_from_abs, not new_abs.
+ (exp_fold_tree_1 <etree_value>): Return new_number, not new_rel.
+ (exp_fold_tree_1): Ajust for NULL expld.result.section. When assigning
+ a plain number to dot, assume the value is relative to expld.section.
+ Make terms not in an output section, absolute.
+ * ldlang.c (print_assignment): Fix style nit.
+ (lang_size_sections_1): Cope with NULL expld.result.section.
+ (lang_do_assignments_1): Likewise.
+
+2010-08-12 Alan Modra <amodra@gmail.com>
+
+ * ldexp.c (new_rel): Remove "str". Update all call sites.
+ (exp_fold_tree_1): When assigning to dot, calculate nextdot
+ using expld.result.section rather than expld.section.
+
+2010-08-06 Alan Modra <amodra@gmail.com>
+
+ PR ld/11887
+ * ldlang.c (lang_add_vers_depend): Don't leave version_needed
+ uninitialised.
+
+2010-07-28 Alan Modra <amodra@gmail.com>
+
+ * ldexp.c (exp_print_tree): Print function-like binary nodes as
+ functions rather than in-fix operators. Use fputs and fputc
+ where appropriate.
+
+2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
+ Ina Pandit <ina.pandit@kpitcummins.com>
+
+ * configure.tgt: Match all v850 targets.
+
+2010-07-20 Mike Frysinger <vapier@gentoo.org>
+
+ * ld.texinfo (VERSION): Remove "int" from example script and add ";".
+ Declare the default language as C.
+
+2010-07-17 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (lang_check_section_addresses): Catch overlap for
+ sections that wrap around the address space.
+
+2010-06-29 Nick Clifton <nickc@redhat.com>
+
+ * scripttempl/xstormy16.sc (.gcc_except_table): Include sections
+ with the .gcc_except_table. prefix.
+
+2010-06-29 Alan Modra <amodra@gmail.com>
+
+ * emulparams/maxqcoff.sh: Delete file.
+ * scripttempl/maxqcoff.sc: Delete file.
+ * Makefile.am: Remove references to maxq.
+ * configure.tgt: Likewise.
+ * Makefile.in: Regenerate.
+ * configure: Regenerate.
+ * po/POTFILES.in: Regenerate.
+
+2010-06-27 Alan Modra <amodra@gmail.com>
+
+ * pe-dll.c (fill_edata): Avoid set but unused warning.
+ (pe_walk_relocs_of_symbol): Delete set but unused variables.
+ (generate_reloc, pe_implied_import_dll): Likewise.
+ * emultempl/aix.em (open_dynamic_archive): Likewise.
+ * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Likewise.
+ (xtensa_layout_wild): Likewise.
+ (xtensa_colocate_output_literals_callback): Likewise.
+
+2010-06-25 Alan Modra <amodra@gmail.com>
+
+ * emultempl/ppc64elf.em (prelim_size_sections): New function.
+ (ppc_before_allocation): Use it. Size sections before toc edit too.
+
+2010-06-25 Alan Modra <amodra@gmail.com>
+
+ * emultempl/elf32.em (find_exp_assignment): Handle etree_provided.
+
+2010-06-20 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Make
+ auto-import and merge-rdata defaults same for i[3-7]86 and
+ x86_64 mingw.
+
+2010-06-15 Joseph Myers <joseph@codesourcery.com>
+
+ * emulparams/elf32_tic6x_le.sh (ATTRS_SECTIONS): Define.
+
+2010-06-09 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ PR ld/11603
+ * pe-dll.c (process_def_file_and_drectve): Reorder check for
+ forwarded export name after check for ordinary export.
+
+2010-06-08 Bernd Schmidt <bernds@codesourcery.com>
+
+ * emulparams/elf32_tic6x_le.sh (OTHER_BSS_SECTIONS): New.
+
+2010-06-08 Nick Clifton <nickc@redhat.com>
+
+ * fdl.texi: Replace with v1.3 text.
+ * ld.texinfo: Replace abbreviated 20th century year numbers with
+ full versions.
+ * ldint.texinfo: Likewise.
+ Relicense under GFDL v1.3. Replace text of v1.1 FDL with an
+ include of the fdl.texi file.
+
+2010-06-01 Tristan Gingold <gingold@adacore.com>
+
+ * scripttempl/alphavms.sc: Add comments. Move $LINK$ to the
+ readonly output-section. Handle LIB$INITIALIZE and sections
+ created by gcc.
+ * emultempl/vms.em (vms_place_orphan): Add comments.
+
+2010-05-28 Nick Clifton <nickc@redhat.com>
+
+ * Makefile.am (eshlelf_fd.c): Fix typo in rule.
+ * Makefile.in: Regenerate.
+
+2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11628
+ * ldexp.c (fold_binary): Warn if value of SEGMENT_START isn't
+ multiple of maximum page size.
+
+2010-05-25 Nick Clifton <nickc@redhat.com>
+
+ * Makefile.am: Fix typo.
+ * Makefile.in: Regenerate.
+
+2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
+ Joseph Myers <joseph@codesourcery.com>
+ Andrew Stubbs <ams@codesourcery.com>
+
+ * Makefile.am (ALL_EMULATIONS): Add eshelf_fd.o and eshlelf_fd.o.
+ (eshelf_fd.c, eshlelf_fd.c): New rules.
+ * Makefile.in: Regenerate.
+ * configure.tgt (sh-*-uclinux*): Add shelf_fd and shlelf_fd
+ emulations.
+ * emulparams/shelf_fd.sh: New file.
+ * emulparams/shlelf_fd.sh: New file.
+ * emulparams/shlelf_linux.sh: Update comment.
+
+2010-05-25 Jay Krell <jay.krell@cornell.edu>
+
+ PR ld/11621
+ * Makefile.am: Replace all occurences of .o with .@OBJEXT@
+ * Makefile.in: Regenerate.
+
+2010-05-25 Kai Tietz <kai.tietz@onevision.com>
+
+ * deffilep.y (opt_name): Allow leading dot.
+ (dot_name): Likewise.
+ (anylang_id): Likewise.
+ * emultempl/pep.em (gld_${EMULATION_NAME}_before_parse): Enable by
+ default auto_import.
+ (gld${EMULATION_NAME}_handle_option): Warn about v1.
+ (pep_find_data_imports): Remove superflous warnings about
+ auto-import.
+ (gld_${EMULATION_NAME}_get_script): Don't merge for auto-import
+ and active pseudo-relocation-v2 rdata into data section.
+ * emultempl/pe.em (default_merge_rdata): New shell variable.
+ (MERGE_RDATA_V2): New macro.
+ (gld_${EMULATION_NAME}_get_script): Adjust rule for auto-import
+ selected script.
+
+2010-05-15 Kai Tietz <kai.tietz@onevision.com>
+
+ * emultempl/pe.em (is_underscoring): New helper function.
+ (gld_${EMULATION_NAME}_before_parse): Replace code
+ for pe(p)_leading_underscore detection by is_underscoring.
+ (U): Likewise.
+ (GET_INIT_SYMBOL_NAME): Likewise.
+ (U_SIZE): Likewise.
+ (set_pe_name):
+ (set_entry_point):
+ (gld_${EMULATION_NAME}_set_symbols):
+ * emultempl/pep.em: Likewise.
+ * pe-dll.c (pe_detail_list): Set default
+ underscoring for x64 target.
+ (pe_dll_id_target): Add initialization of
+ pe(p)_leading_underscore.
+
+2010-05-15 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * pe-dll.c: Removed trailing whitespaces.
+
+2010-05-14 Alan Modra <amodra@gmail.com>
+
+ PR ld/11583
+ * ldexp.c (exp_fold_tree_1): If assignment source expression is
+ invalid, make the destination symbol undefined.
+
+2010-05-11 Kai Tietz <kai.tietz@onevision.com>
+
+ * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse):
+ Initialize pe(p)_leading_underscore variable.
+ (set_pe_name): Likewise.
+ * emultempl/pep.em: Likewise.
+ Additional change default to non-underscore for
+ pep_leading_underscore equal to -1.
+
+2010-05-07 Tristan Gingold <gingold@adacore.com>
+
+ * Makefile.in: Regenerate with automake 1.11.1.
+ * aclocal.m4: Ditto.
+
+2010-05-05 Nick Clifton <nickc@redhat.com>
+
+ * po/es.po: Updated Spanish translation.
+
+2010-04-27 Kai Tietz <kai.tietz@onevision.com>
+
+ * pe-dll.c (_nm_-symbols): Use always underscored variant
+ for symbols.
+ (__imp_-symbols): Likewise.
+ (___imp_-symbols): Likewise.
+ * NEWS: Mention ABI change for x64 PE-COFF.
+
+2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ * Makefile.am (install-exec-local): Properly install ld as
+ default cross linker.
+ * Makefile.in: Regenerated.
+
+2010-04-27 H.J. Lu <hongjiu.lu@intel.com>
+ Nick Clifton <nickc@redhat.com>
+
+ * configure.in (install_as_default): Define and set to true
+ unless --enable-gold=both/gold has been specified.
+ * configure: Regenerate.
+
+ * Makefile.am (transform): Use ld.bfd as the default name of
+ the linker.
+ (install-exec-local): Also install the executable as a binary
+ named 'ld' if install_as_default is true.
+ * Makefile.in: Regenerate.
+
+2010-04-22 Nick Clifton <nickc@redhat.com>
+
+ * po/ld.pot: Updated by the Translation project.
+ * po/vi.po: Updated Vietnamese translation.
+ * po/bg.po: Updated Bulgarian translation.
+
+2010-04-15 Andrew Haley <aph@redhat.com>
+
+ * emultempl/armelf.em (merge_exidx_entries): New variable.
+ (OPTION_NO_MERGE_EXIDX_ENTRIES): New definition.
+ ("no-merge-exidx-entries"): New option.
+ * ld.texinfo (merge-exidx-entries): Document this option.
+
+2010-04-14 Tristan Gingold <gingold@adacore.com>
+
+ * emulparams/alphavms.sh: New file.
+ * emultempl/vms.em: New file.
+ * scripttempl/alphavms.sc: New file.
+ * configure.tgt (alpha*-*-*vms*): Added.
+ * Makefile.am (ALL_EMULATIONS): Add ealphavms.o
+ (ealphavms.c): New target.
+ * Makefile.in: Regenerate.
+
+2010-04-09 Nick Clifton <nickc@redhat.com>
+
+ * ldlang.c (wild_sort): Remove unused variable section_name.
+
+2010-04-07 Alan Modra <amodra@gmail.com>
+
+ * configure: Regenerate.
+
+2010-04-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11434
+ * ld/testsuite/ld-x86-64/unique1.d: New.
+ * ld/testsuite/ld-x86-64/unique1.s: Likewise.
+
+ * ld-x86-64/x86-64.exp: Run unique1.
+
+2010-04-05 Kai Tietz <kai.tietz@onevision.com>
+
+ * emultempl/pep.em (U): Macro modified.
+ (U_SIZE): New helper macro.
+ (GET_INIT_SYMBOL_NAME): Likewise.
+ (enum options): Add OPTION_NO_LEADING_UNDERSCORE
+ and OPTION_LEADING_UNDERSCORE enumerator-values.
+ (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
+ option.
+ (definfo): Add new member is_c_symbol.
+ (D): Add to macro underscore mode parameter.
+ (init): Add definition for is_c_symbol.
+ (gld_${EMULATION_NAME}_list_options): Display new options.
+ (set_pep_name): Adjust underscoring dependent fixed
+ symbol handling.
+ (gld_${EMULATION_NAME}_set_symbols): Likewise.
+ (saw_option): Likewise.
+ (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
+ (set_entry_point): Initial initial_symbol_char dependent to
+ target's default and new option flag pep_leading_underscore.
+ * emultempl/pe.em (U): Macro modified.
+ (U_SIZE): New helper macro.
+ (GET_INIT_SYMBOL_NAME): Likewise.
+ (OPTION_LEADING_UNDERSCORE): Add new option define.
+ (OPTION_NO_LEADING_UNDERSCORE): Likewise.
+ (gld${EMULATION_NAME}_add_options): Add --(no-)leading-underscore
+ option.
+ (definfo): Add new member is_c_symbol.
+ (D): Add to macro underscore mode parameter.
+ (init): Add definition for is_c_symbol.
+ (gld_${EMULATION_NAME}_list_options): Display new options.
+ (set_pep_name): Adjust underscoring dependent fixed
+ symbol handling.
+ (gld_${EMULATION_NAME}_set_symbols): Likewise.
+ (saw_option): Likewise.
+ (gld_${EMULATION_NAME}_unrecognized_file): Likewise.
+ (set_entry_point): Initial initial_symbol_char dependent to
+ target's default and new option flag pep_leading_underscore.
+ * pe-dll.c (pe_leading_underscore): New flag variable.
+ (pe_detail_list): Remove const to allow modify of
+ member underscore.
+ (pe_dll_id_target): Initialize pe_details' underscore variable
+ dependent to target's default and flag pe_leading_underscore.
+ * pe-dll.h (pe_leading_underscore): Add extern declaration of
+ option flag.
+ * pep-dll.c (pe_leading_underscore): Add alias define for
+ pep_leading_underscore.
+ * pep-dll.h (pep_leading_underscore) Add extern declaration of
+ option flag.
+ * ld.texinfo: Add documentation for --(no-)leading-underscore
+ option.
+
+2010-03-26 Alan Modra <amodra@gmail.com>
+
+ PR ld/11426
+ * configure.host (many linux targets <HOSTING_CRT0>): Remove edits.
+ (m68*-motorola-sysv <HOSTING_LIBS>): Use here doc, not echo.
+
+2010-03-25 Joseph Myers <joseph@codesourcery.com>
+
+ * Makefile.am (ALL_EMULATIONS): Add eelf32_tic6x_be.o and
+ eelf32_tic6x_le.o.
+ (eelf32_tic6x_be.c, eelf32_tic6x_le.c): New.
+ * NEWS: Add news entry for TI C6X support.
+ * configure.tgt (tic6x-*-*): New.
+ * emulparams/elf32_tic6x_be.sh, emulparams/elf32_tic6x_le.sh: New.
+
+2010-03-23 Joseph Myers <joseph@codesourcery.com>
+
+ * scripttempl/elf.sc (RODATA_NAME, SDATA_NAME, SBSS_NAME,
+ BSS_NAME): Define if not already defined. Use in place of some
+ hardcoded section names.
+
+2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
+
+ * scripttempl/elf.sc (INIT_ARRAY): Re-indent.
+
+2010-03-18 Aymeric Vincent <vincent@labri.fr>
+
+ PR ld/11384
+ * emultempl/sh64elf.em: Add missing EOF.
+
+2010-03-18 Doug Semler <dougsemler@gmail.com>
+
+ * pe-dll.c (make_one): Make text section readonly.
+ (make_one): Add *ABS* symbol @feat.00 with value 1 to tag
+ the jump stub on X86 as /SAFESEH compatible for
+ native toolchains.
+
+2010-03-17 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (lang_size_sections_1): Remove "s" param. Set "s" from
+ *prev instead. Update all callers.
+
+2010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * ldlang.c (lang_insert_orphan): Place loadable orphans in the same
+ region and phdrs as their placement section.
+
+2010-03-15 Alan Modra <amodra@gmail.com>
+
+ * emultempl/ppc64elf.em (move_input_section, sort_toc_sections): New.
+ (ppc_before_allocation): Call sort_toc_sections.
+ (no_toc_sort, OPTION_NO_TOC_SORT): New.
+ (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
+ PARSE_AND_LIST_OPTIONS): Handle --no-toc-sort.
+
+2010-03-14 Alan Modra <amodra@gmail.com>
+
+ PR ld/11378
+ * emultempl/ppc64elf.em (gld${EMULATION_NAME}_after_allocation): Call
+ ppc64_elf_check_init_fini and warn if .init/.fini use different TOCs.
+
+2010-03-11 George Gensure <werkt0@gmail.com>
+
+ PR ld/11367
+ * ldcref.c (handle_asneeded_cref): Correct copying of refs.
+
+2010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_sol2.o,
+ eelf_i386_sol2.o.
+ (ALL_64_EMULATIONS): Add eelf_x86_64_sol2.o, eelf64_sparc_sol2.o.
+ (eelf32_sparc_sol2.c): New rule.
+ (eelf64_sparc_sol2.c): Likewise.
+ (eelf_x86_64_sol2.c): Likewise.
+ (eelf_i386_sol2.c): Likewise.
+ * Makefile.in: Regenerate.
+ * configure.tgt (i[3-7]86-*-solaris2*): Change targ_emul to
+ elf_i386_sol2.
+ Add elf_i386_ldso, elf_x86_64_sol2 to targ_extra_emuls.
+ (x86_64-*-solaris2*): Change targ_emul to elf_x86_64_sol2.
+ Add elf_x86_64, elf_i386_sol2, elf_i386 to targ_extra_emuls.
+ (sparc-*-solaris2.[0-6]*): Change targ_emul to elf32_sparc_sol2.
+ Add target_extra_emuls.
+ (sparc-*-solaris2*): Change targ_emul to elf32_sparc_sol2.
+ Add elf32_sparc, elf64_sparc_sol2 to targ_extra_emuls.
+ (sparcv9-*-solaris2*): Change targ_emul to elf64_sparc_sol2.
+ Add elf64_sparc, elf32_sparc_sol2 to target_extra_emuls.
+ * emulparams/elf32_sparc_sol2.sh: New file.
+ * emulparams/elf64_sparc_sol2.sh: New file.
+ * emulparams/elf_i386_sol2.sh: New file.
+ * emulparams/elf_x86_64_sol2.sh: New file.
+ * emultempl/solaris2.em: New file.
+
+2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11330
+ * ld.texinfo: Replace explicitely with explicitly.
+
+2010-02-27 Jie Zhang <jie@codesourcery.com>
+
+ * scripttempl/armbpabi.sc: Don't combine .init_array.* or
+ .fini_array.* when do relocatable linking.
+ * scripttempl/elf.sc: Likewise.
+ * scripttempl/elf32sh-symbian.sc: Likewise.
+ * scripttempl/elf64hppa.sc: Likewise.
+ * scripttempl/elfxtensa.sc: Likewise.
+
+2010-02-26 Alan Modra <amodra@gmail.com>
+
+ * scripttempl/elf.sc (.fini_array): Place input .fini_array after
+ .fini_array.*.
+ * scripttempl/armbpabi.sc: Likewise.
+ * scripttempl/elf32sh-symbian.sc: Likewise.
+ * scripttempl/elf64hppa.sc: Likewise.
+ * scripttempl/elfxtensa.sc: Likewise.
+
+2010-02-25 Alan Modra <amodra@gmail.com>
+
+ PR ld/11304
+ * ldlang.c (init_os): Remove isec param. Don't check for
+ bfd_section already set or call bfd_init_private_section_data
+ here.
+ (exp_init_os): Update init_os call.
+ (lang_add_section): Tidy. Really don't set SEC_LINK_ONCE
+ flags. Call bfd_init_private_section_data here.
+ (map_input_to_output_sections): Tidy. Update init_os calls.
+ Use os->sectype to select sec flags for lang_data_statement.
+
+2010-02-23 Alan Modra <amodra@gmail.com>
+
+ PR ld/11304
+ * ldlang.c: Revert last patch.
+
+2010-02-23 Nick Clifton <nickc@redhat.com>
+
+ * po/bg.po: Updated Bulgarian translation.
+
+2010-02-22 Alan Modra <amodra@gmail.com>
+
+ PR ld/11304
+ * ldlang.c (exp_init_os): Delete forward declaration.
+ (init_os): Don't check for bfd_section already created and don't
+ init addr_tree and load_base expressions here.
+ (map_input_to_output_sections): Only map input to output sections
+ and set constraints here, and as an exception, create output
+ sections which have their address set. Move all the other code to..
+ (create_other_output_sections): ..here. New function. Handle init
+ of addr_tree and load_base here too.
+ (lang_process): Call create_other_output_sections.
+
+2010-02-19 Alan Modra <amodra@gmail.com>
+
+ * Makefile.am (eelf32_i960.c): Depend on ELF_GEN_DEPS, not ELF_DEPS.
+ * Makefile.in: Regenerate.
+
+2010-02-19 Alan Modra <amodra@gmail.com>
+
+ * ldlang.c (unique_section_p): Add os param. Allow group
+ sections to match /DISCARD/. Update all callers.
+ * emultempl/genelf.em (gld${EMULATION_NAME}_before_allocation): New.
+ (LDEMUL_BEFORE_ALLOCATION): Define.
+
+2010-02-15 Nick Clifton <nickc@redhat.com>
+
+ * po/vi.po: Updated Vietnamese translation.
+
+2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
+
+ * Makefile.am (CFILES): Add ldlex-wrapper.c.
+ (OFILES): Replace ldlex.c with ldlex-wrapper.c.
+ (ldlex.o): Replace with...
+ (ldlex-wrapper.o): ...this new rule.
+ (EXTRA_ld_new_SOURCES): Add ldlex.l.
+ (ld_new_SOURCES): Replace ldlex.l with ldlex-wrapper.c.
+ * Makefile.in: Regenerate.
+ * ldlex.l (sysdep.h): Don't include here.
+ * ldlex-wrapper.c: New file.
+
+2010-02-09 Alan Modra <amodra@gmail.com>
+
+ * emultempl/ppc64elf.em (ppc_before_allocation): Update for changed
+ function parameters.
+
+2010-02-05 Nick Clifton <nickc@redhat.com>
+
+ * configure.in (ALL_LIBGUAS): Add bg.
+ * configure: Regenerate.
+ * po/bg.po: New Bulgarian translation.
+
+2010-02-05 Ryan Mansfield <rmansfield@qnx.com>
+
+ * emultempl/armelf.em (PARSE_AND_LIST_OPTIONS): Fix help for
+ --target1-abs and --target1-rel options.
+
+2010-02-03 Nick Clifton <nickc@redhat.com>
+
+ * emultempl/alphaelf.em: Update value expected from elf_object_id.
+ * emultempl/hppaelf.em: Likewise.
+ * emultempl/mipself.em: Likewise.
+ * emultempl/ppc32elf.em: Likewise.
+ * emultempl/ppc64elf.em: Likewise.
+
+2010-02-03 Alan Modra <amodra@gmail.com>
+
+ * emultempl/ppc64elf.em (build_toc_list): Report errors from
+ ppc64_elf_next_toc_section.
+ (after_allocation): Update for changed function names and params.
+ Run second pass of multitoc partitioning.
+
+2010-01-21 Jon Grant <jg@jguk.org>
+ Nick Clifton <nickc@redhat.com>
+
+ PR 4437
+ * ldfile.c: (ldfile_open_file): Do not stop link upon encountering
+ a missing file or library. Instead mark the entry as missing and
+ set the global flag to indicate that missing files were
+ encountered.
+ * ldlang.c (missing_files): New exported variable.
+ (load_symbols): Skip loading if the file is missing.
+ (open_input_bfds): Terminate link if any input files were
+ missing.
+ * ldlang.h (struct lang_input_statement_struct): Add missing_file
+ field.
+ Add export of missing_file variable.
+
+2010-01-13 DJ Delorie <dj@redhat.com>
+
+ * emultempl/elf32.em (_place_orphan): If an input section doesn't
+ match an existing output section, but an unused output section
+ statement does match, use it.
+ * emultempl/pe.em (_place_orphan): Likewise.
+ * emultempl/pep.em (_place_orphan): Likewise.
+
+2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * configure: Regenerate.
+ * Makefile.in: Regenerate.
+
+2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ldver.c (ldversion): Change to "Copyright 2010".
+
+2010-01-08 Alan Modra <amodra@gmail.com>
+
+ PR 11107
+ * emultempl/vxworks.em: Expand tr arguments to suit non-GNU tr.
+
+For older changes see ChangeLog-2009
+
+Local Variables:
+mode: change-log
+left-margin: 8
+fill-column: 74
+version-control: never
+End:
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index a7da6fd..db99369 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,1308 +1,4 @@
-2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
-
- * ld-undefined/undefined.exp (testline): XFAIL hppa*64*-*-*.
-
- PR ld/12360
- * ld-elfcomm/elfcomm.exp (test1w1): Use same check as MIPS on
- hppa*64*-*-*.
-
-2010-12-31 Richard Sandiford <rdsandiford@googlemail.com>
-
- * ld-mips-elf/mips-elf-flags.exp: Handle FreeBSD targets.
- * ld-mips-elf/mips-elf.exp: Likewise.
- * ld-mips-elf/mips16-call-global.d: Accept any file format.
- * ld-mips-elf/mips16-intermix.d: Likewise.
-
-2010-12-28 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/12327
- * ld-scripts/defined4.d: New.
- * ld-scripts/defined4.s: Likewise.
- * ld-scripts/defined4.t: Likewise.
- * ld-scripts/expr2.d: Likewise.
- * ld-scripts/expr2.s: Likewise.
- * ld-scripts/expr2.t: Likewise.
-
- * ld-scripts/defined.exp: Run defined4.
-
- * ld-scripts/expr.exp: Run expr2.
-
-2010-12-21 Kai Tietz <kai.tietz@onevision.com>
-
- * ld-pe/pe.exp: Add TLS directory test.
- * ld-pe/tlssec.s: New.
- * ld-pe/tlssec64.d: New.
- * ld-pe/tlssec32.d: New.
-
-2010-12-20 Alan Modra <amodra@gmail.com>
-
- * ld-bootstrap/bootstrap.exp: Fix misplaced comment.
-
-2010-12-20 Alan Modra <amodra@gmail.com>
-
- PR ld/12001
- * ld-scripts/default-script2.d: Revert 2010-11-03 change.
-
-2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-elf/elf.exp (array_tests): Add init-mixed.
- (array_tests_static): Likewise.
- Also delete tmpdir/init-mixed.
-
- * ld-elf/init-mixed.c: New.
- * ld-elf/init-mixed.out: Likewise.
-
-2010-12-11 Alan Modra <amodra@gmail.com>
-
- * ld-elfvers/vers25a.dsym: Really include _? in match.
-
-2010-12-10 Mike Frysinger <vapier@gentoo.org>
-
- * ld-elfvers/vers.h: New file.
- * ld-elfvers/vers1.c: Include vers.h. Change asm(.symver) to SYMVER().
- * ld-elfvers/vers4.c, ld-elfvers/vers5.c, ld-elfvers/vers6.c,
- ld-elfvers/vers7a.c, ld-elfvers/vers9.c, ld-elfvers/vers15.c,
- ld-elfvers/vers18.c, ld-elfvers/vers21.c, ld-elfvers/vers22a.c,
- ld-elfvers/vers23a.c, ld-elfvers/vers24a.c, ld-elfvers/vers24c.c,
- ld-elfvers/vers27d1.c: Likewise.
-
- * ld-elf/pr9676.rd: Include _? in symbol match
- * ld-elf/pr9676.rd, ld-elf/pr9679.rd, ld-elfvers/vers1.dsym,
- ld-elfvers/vers1.sym, ld-elfvers/vers15.dsym, ld-elfvers/vers15.sym,
- ld-elfvers/vers16.dsym, ld-elfvers/vers16a.dsym, ld-elfvers/vers17.dsym,
- ld-elfvers/vers18.dsym, ld-elfvers/vers18.sym, ld-elfvers/vers19.dsym,
- ld-elfvers/vers2.dsym, ld-elfvers/vers20.dsym, ld-elfvers/vers21.dsym,
- ld-elfvers/vers21.sym, ld-elfvers/vers22.dsym, ld-elfvers/vers22a.dsym,
- ld-elfvers/vers22a.sym, ld-elfvers/vers22b.dsym, ld-elfvers/vers23.dsym,
- ld-elfvers/vers23a.dsym, ld-elfvers/vers23a.sym,
- ld-elfvers/vers23b.dsym, ld-elfvers/vers23d.dsym,
- ld-elfvers/vers24.rd, ld-elfvers/vers25a.dsym,
- ld-elfvers/vers26a.dsym, ld-elfvers/vers27a.dsym,
- ld-elfvers/vers27d.dsym, ld-elfvers/vers27d.sym,
- ld-elfvers/vers27d4.dsym, ld-elfvers/vers28b.dsym,
- ld-elfvers/vers28c.dsym, ld-elfvers/vers29.dsym, ld-elfvers/vers3.dsym,
- ld-elfvers/vers30.dsym, ld-elfvers/vers31.dsym, ld-elfvers/vers32a.dsym,
- ld-elfvers/vers32b.dsym, ld-elfvers/vers4.sym, ld-elfvers/vers4a.dsym,
- ld-elfvers/vers4a.sym, ld-elfvers/vers6.dsym, ld-elfvers/vers6.sym,
- ld-elfvers/vers7a.dsym, ld-elfvers/vers7a.sym, ld-elfvers/vers9.dsym,
- ld-elfvers/vers9.sym: Likewise.
-
-2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-plugin/plugin-vis-1.d: Updated.
-
-2010-12-04 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-selective/selective.exp: Don't pass -fvtable-gc to GCC
- 3.4.0 or above.
-
-2010-12-04 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-elfvers/vers.exp: Replace -export-dynamic with
- -Wl,-export-dynamic.
-
-2010-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-scripts/script.exp: Remove full path from REGION_ALIAS test
- names.
-
-2010-11-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/arm-elf.exp (armeabitests): Replace --defsym argument in
- jump-reloc-veneers* tests with --section-start .text=0x8000.
-
-2010-11-20 Richard Sandiford <rdsandiford@googlemail.com>
-
- * lib/ld-lib.exp (regexp_diff, simple_diff): Delete.
-
-2010-11-20 Richard Sandiford <rdsandiford@googlemail.com>
-
- * lib/ld-lib.exp (load_common_lib): New function. Load
- binutils-common.exp.
- (is_elf_format, is_elf64, is_aout_format, is_pecoff_format): Delete.
-
-2010-11-18 Alan Modra <amodra@gmail.com>
-
- * ld-elf/binutils.exp: Correct x86 gnu target match.
- * ld-i386/i386.exp: Likewise.
- * ld-ifunc/binutils.exp: Likewise.
- * ld-ifunc/ifunc.exp: Likewise.
- * ld-discard/discard.exp: Remove unnecessary line continuations.
- * ld-elfvers/vers.exp: Likewise. Simplify linuxaout and linuxoldld
- test.
- * ld-elfweak/elfweak.exp: Likewise.
-
-2010-11-17 Andreas Schwab <schwab@linux-m68k.org>
-
- * ld-gc/pr11218-2.c: Declare
- unresolved_detected_at_runtime_not_at_linktime.
-
-2010-11-17 Alan Modra <amodra@gmail.com>
-
- * ld-plugin/plugin.exp: Define printf and puts as main.
-
-2010-11-08 Thomas Schwinge <thomas@schwinge.name>
-
- * lib/ld-lib.exp (is_elf_format): Consider for *-*-gnu*, too.
- * ld-discard/discard.exp: Likewise.
- * ld-elf/binutils.exp: Likewise.
- * ld-elf/commonpage1.d (target): Likewise.
- * ld-elf/compress1c.d (target): Likewise.
- * ld-elf/discard1.d (target): Likewise.
- * ld-elf/discard2.d (target): Likewise.
- * ld-elf/discard3.d (target): Likewise.
- * ld-elf/dynsym1.d (target): Likewise.
- * ld-elf/eh6.d (target): Likewise.
- * ld-elf/elf.exp: Likewise.
- (array_tests): Move -static tests to...
- (array_tests_static): ... here, and handle it accordingly.
- * ld-elf/hash.d (target): Likewise.
- * ld-elf/header.d (target): Likewise.
- * ld-elf/loadaddr1.d (target): Likewise.
- * ld-elf/loadaddr2.d (target): Likewise.
- * ld-elf/loadaddr3a.d (target): Likewise.
- * ld-elf/loadaddr3b.d (target): Likewise.
- * ld-elf/local1.d (target): Likewise.
- * ld-elf/maxpage1.d (target): Likewise.
- * ld-elf/maxpage2.d (target): Likewise.
- * ld-elf/maxpage3a.d (target): Likewise.
- * ld-elf/multibss1.d (target): Likewise.
- * ld-elf/noload-2.d (target): Likewise.
- * ld-elf/seg.d (target): Likewise.
- * ld-elf/textaddr1.d (target): Likewise.
- * ld-elf/textaddr2.d (target): Likewise.
- * ld-elf/textaddr3.d (target): Likewise.
- * ld-elf/textaddr4.d (target): Likewise.
- * ld-elf/textaddr5.d (target): Likewise.
- * ld-elf/textaddr6.d (target): Likewise.
- * ld-elf/textaddr7.d (target): Likewise.
- * ld-elf/tls_common.exp: Likewise.
- * ld-elf/unknown2.d (target): Likewise.
- * ld-elfvers/vers.exp: Likewise.
- * ld-elfvsb/elfvsb.exp: Likewise.
- * ld-elfweak/elfweak.exp: Likewise.
- (setup_xfail_gnu_hurd): New function. Use it where appropriate.
- * ld-gc/abi-note.d (target): Likewise.
- * ld-gc/gc.exp: Likewise.
- * ld-gc/pr11218.d (target): Likewise.
- * ld-gc/start.d (target): Likewise.
- * ld-i386/i386.exp: Likewise.
- * ld-ifunc/binutils.exp: Likewise.
- * ld-ifunc/ifunc.exp: Likewise.
- * ld-linkonce/linkonce.exp: Likewise.
- * ld-linkonce/zeroehl32.d (target): Likewise.
- * ld-pie/pie.exp: Likewise.
- * ld-scripts/phdrs2.exp: Likewise.
- * ld-scripts/rgn-at5.d (target): Likewise.
- * ld-shared/shared.exp: Likewise.
- * ld-undefined/entry-3.d (target): Likewise.
- * ld-undefined/entry-4.d (target): Likewise.
- * ld-undefined/weak-undef.exp: Likewise.
-
-2010-11-06 Kirill A. Shutemov <kirill@shutemov.name>
-
- * ld-plugin/plugin-6.d: Relax file name match.
-
-2010-11-05 Joseph Myers <joseph@codesourcery.com>
-
- * ld-tic6x/attr-unknown-1.d, ld-tic6x/attr-unknown-1000-1.s,
- ld-tic6x/attr-unknown-1000-2.s, ld-tic6x/attr-unknown-1024-1.s,
- ld-tic6x/attr-unknown-2.d, ld-tic6x/attr-unknown-3.d,
- ld-tic6x/attr-unknown-4.d, ld-tic6x/attr-unknown-5.d,
- ld-tic6x/attr-unknown-54-1.s, ld-tic6x/attr-unknown-55-a.s,
- ld-tic6x/attr-unknown-6.d, ld-tic6x/attr-unknown-7.d,
- ld-tic6x/attr-unknown-71-a.s, ld-tic6x/attr-unknown-71-b.s: New
- tests.
-
-2010-11-05 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * ld-plugin/plugin.exp (testobjfiles): Dont use HOSTING_CRT0.
- (testobjfiles_notext): Likewise.
- (libs): Don't use HOSTING_LIBS; fill with default symbol defs instead.
- * lib/ld-lib.exp (ld_simple_link_defsyms): Add cygming clause.
-
-2010-11-05 Alan Modra <amodra@gmail.com>
-
- * ld-elfvers/vers32c.dsym, * ld-elfvers/vers32c.ver: Delete.
- * ld-elfvers/vers32d.ver: Delete.
- * ld-elfvers/vers.exp: Don't run them.
-
-2010-11-03 Nick Clifton <nickc@redhat.com>
-
- PR ld/12001
- * ld-script/default-script2.d: Fix expected address for text
- section.
-
-2010-11-02 Joseph Myers <joseph@codesourcery.com>
-
- * ld-tic6x/attr-array-16-16.d, ld-tic6x/attr-array-16-4.d,
- ld-tic6x/attr-array-16-416.d, ld-tic6x/attr-array-16-48.d,
- ld-tic6x/attr-array-16-8.d, ld-tic6x/attr-array-16-816.d,
- ld-tic6x/attr-array-16.s, ld-tic6x/attr-array-4-16.d,
- ld-tic6x/attr-array-4-4.d, ld-tic6x/attr-array-4-416.d,
- ld-tic6x/attr-array-4-48.d, ld-tic6x/attr-array-4-8.d,
- ld-tic6x/attr-array-4-816.d, ld-tic6x/attr-array-4.s,
- ld-tic6x/attr-array-416-16.d, ld-tic6x/attr-array-416-4.d,
- ld-tic6x/attr-array-416-416.d, ld-tic6x/attr-array-416-48.d,
- ld-tic6x/attr-array-416-8.d, ld-tic6x/attr-array-416-816.d,
- ld-tic6x/attr-array-416.s, ld-tic6x/attr-array-48-16.d,
- ld-tic6x/attr-array-48-4.d, ld-tic6x/attr-array-48-416.d,
- ld-tic6x/attr-array-48-48.d, ld-tic6x/attr-array-48-8.d,
- ld-tic6x/attr-array-48-816.d, ld-tic6x/attr-array-48.s,
- ld-tic6x/attr-array-8-16.d, ld-tic6x/attr-array-8-4.d,
- ld-tic6x/attr-array-8-416.d, ld-tic6x/attr-array-8-48.d,
- ld-tic6x/attr-array-8-8.d, ld-tic6x/attr-array-8-816.d,
- ld-tic6x/attr-array-8.s, ld-tic6x/attr-array-816-16.d,
- ld-tic6x/attr-array-816-4.d, ld-tic6x/attr-array-816-416.d,
- ld-tic6x/attr-array-816-48.d, ld-tic6x/attr-array-816-8.d,
- ld-tic6x/attr-array-816-816.d, ld-tic6x/attr-array-816.s,
- ld-tic6x/attr-conformance-10-10.d,
- ld-tic6x/attr-conformance-10-11.d,
- ld-tic6x/attr-conformance-10-none.d,
- ld-tic6x/attr-conformance-10.s, ld-tic6x/attr-conformance-11-10.d,
- ld-tic6x/attr-conformance-11-11.d,
- ld-tic6x/attr-conformance-11-none.d,
- ld-tic6x/attr-conformance-11.s,
- ld-tic6x/attr-conformance-none-10.d,
- ld-tic6x/attr-conformance-none-11.d,
- ld-tic6x/attr-conformance-none-none.d,
- ld-tic6x/attr-conformance-none.s, ld-tic6x/attr-pic-0.s,
- ld-tic6x/attr-pic-00.d, ld-tic6x/attr-pic-01.d,
- ld-tic6x/attr-pic-1.s, ld-tic6x/attr-pic-10.d,
- ld-tic6x/attr-pic-11.d, ld-tic6x/attr-pid-0.s,
- ld-tic6x/attr-pid-00.d, ld-tic6x/attr-pid-01.d,
- ld-tic6x/attr-pid-02.d, ld-tic6x/attr-pid-1.s,
- ld-tic6x/attr-pid-10.d, ld-tic6x/attr-pid-11.d,
- ld-tic6x/attr-pid-12.d, ld-tic6x/attr-pid-2.s,
- ld-tic6x/attr-pid-20.d, ld-tic6x/attr-pid-21.d,
- ld-tic6x/attr-pid-22.d, ld-tic6x/attr-stack-16-16.d,
- ld-tic6x/attr-stack-16-8.d, ld-tic6x/attr-stack-16-816.d,
- ld-tic6x/attr-stack-16.s, ld-tic6x/attr-stack-8-16.d,
- ld-tic6x/attr-stack-8-8.d, ld-tic6x/attr-stack-8-816.d,
- ld-tic6x/attr-stack-8.s, ld-tic6x/attr-stack-816-16.d,
- ld-tic6x/attr-stack-816-8.d, ld-tic6x/attr-stack-816-816.d,
- ld-tic6x/attr-stack-816.s, ld-tic6x/attr-wchar-0.s,
- ld-tic6x/attr-wchar-00.d, ld-tic6x/attr-wchar-01.d,
- ld-tic6x/attr-wchar-02.d, ld-tic6x/attr-wchar-1.s,
- ld-tic6x/attr-wchar-10.d, ld-tic6x/attr-wchar-11.d,
- ld-tic6x/attr-wchar-12.d, ld-tic6x/attr-wchar-2.s,
- ld-tic6x/attr-wchar-20.d, ld-tic6x/attr-wchar-21.d,
- ld-tic6x/attr-wchar-22.d: New tests.
-
-2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-elf/compress1a.d: Also check MIPS_DWARF.
- * ld-elf/compress1b.d: Likewise.
- * ld-elf/compress1c.d: Likewise.
-
-2010-10-29 Joseph Myers <joseph@codesourcery.com>
-
- * ld-tic6x/attr-compatibility-gnu-gnu.d,
- ld-tic6x/attr-compatibility-gnu-other.d,
- ld-tic6x/attr-compatibility-gnu.s,
- ld-tic6x/attr-compatibility-other-gnu.d,
- ld-tic6x/attr-compatibility-other-other.d,
- ld-tic6x/attr-compatibility-other.s: New tests.
-
-2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-elf/compress1c.d: Only run for Linux targets.
-
-2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-elf/compress.exp: New.
- * ld-elf/compress1.s: Likewise.
- * ld-elf/compress1a.d: Likewise.
- * ld-elf/compress1b.d: Likewise.
- * ld-elf/compress1c.d: Likewise.
-
-2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
- Joseph Myers <joseph@codesourcery.com>
-
- * ld-tic6x/attr-dsbt-0.s, ld-tic6x/attr-dsbt-00.d,
- ld-tic6x/attr-dsbt-01.d, ld-tic6x/attr-dsbt-1.s,
- ld-tic6x/attr-dsbt-10.d, ld-tic6x/attr-dsbt-11.d: New tests.
-
-2010-10-28 Thomas Schwinge <thomas@schwinge.name>
-
- * ld-scripts/script.exp: Sort all filename globs.
-
-2010-10-28 Alan Modra <amodra@gmail.com>
-
- * ld-plugin/plugin.exp (libs): Remove $LIBS.
-
-2010-10-28 Alan Modra <amodra@gmail.com>
-
- * ld-elf/sec-to-seg.exp (B_test_same_seg): Clear for i960,
- microblaze, moxie, and mt.
-
- * ld-elf/flags1.s: Use arm compatible .type syntax.
- * ld-elf/flags1.d: Remove arm and xscale xfails, add i960, ip2k,
- moxie, mt.
-
-2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
-
- * ld-s390/tlsbin.dd: bc 0,0 -> nop 0 and bcr 0,%r0 -> nopr %r0.
-
-2010-10-25 Daniel Jacobowitz <dan@codesourcery.com>
-
- * ld-discard/zero-range.d, ld-discard/zero-range.s: New files.
-
-2010-10-23 Mark Mitchell <mark@codesourcery.com>
-
- * ld-elf/group10.d: Expect ".group" for the name of group
- sections.
- * ld-elf/group2.d: Likewise.
- * ld-elf/group7.d: Likewise.
-
-2010-10-21 Joseph Myers <joseph@codesourcery.com>
-
- * ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
- ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
- ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
- ld-tic6x/attr-arch-c64x+-c62x.d, ld-tic6x/attr-arch-c64x+-c64x+.d,
- ld-tic6x/attr-arch-c64x+-c64x.d, ld-tic6x/attr-arch-c64x+-c674x.d,
- ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
- ld-tic6x/attr-arch-c64x-c62x.d, ld-tic6x/attr-arch-c64x-c64x+.d,
- ld-tic6x/attr-arch-c64x-c64x.d, ld-tic6x/attr-arch-c64x-c674x.d,
- ld-tic6x/attr-arch-c64x-c67x+.d, ld-tic6x/attr-arch-c64x-c67x.d,
- ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
- ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
- ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
- ld-tic6x/attr-arch-c67x+-c62x.d, ld-tic6x/attr-arch-c67x+-c64x+.d,
- ld-tic6x/attr-arch-c67x+-c64x.d, ld-tic6x/attr-arch-c67x+-c674x.d,
- ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
- ld-tic6x/attr-arch-c67x-c62x.d, ld-tic6x/attr-arch-c67x-c64x+.d,
- ld-tic6x/attr-arch-c67x-c64x.d, ld-tic6x/attr-arch-c67x-c674x.d,
- ld-tic6x/attr-arch-c67x-c67x+.d, ld-tic6x/attr-arch-c67x-c67x.d:
- Update for attribute renaming.
-
-2010-10-20 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * ld-plugin/plugin.exp: Mark tests UNSUPPORTED, not UNRESOLVED, if
- no suitable target compiler is available.
-
-2010-10-16 Kai Tietz <kai.tietz@onevision.com>
-
- * ld-pe/pe-run2.exp: Prefix --enable-auto-import by -Wl.
-
-2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
-
- * ld-plugin/plugin.exp: Don't error out if there is no target compiler
- available, make tests UNSUPPORTED instead.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 6/6).
- * ld-plugin/plugin-10.d: New dump test control script.
- * ld-plugin/plugin-11.d: Likewise.
- * ld-plugin/plugin.exp: Run them.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 5/6).
- * ld-plugin/plugin-ignore.d: New dump test control script.
- * ld-plugin/plugin-vis-1.d: Likewise.
- * ld-plugin/plugin.exp: Add list of ELF-only tests and run them if
- testing on an ELF target.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 4/6).
- * ld-plugin/plugin-9.d: New testcase.
- * ld-plugin/plugin.exp: Invoke it.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 3/6).
- * ld-plugin/plugin-8.d: New testcase.
- * ld-plugin/plugin.exp: Invoke it.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 2/6).
- * ld-plugin/plugin-3.d: Enable regexes for new functionality.
- * ld-plugin/plugin-5.d: Likewise.
- * ld-plugin/plugin-6.d: New testcase.
- * ld-plugin/plugin-7.d: Likewise.
- * ld-plugin/plugin.exp: Use 'nm' on compiled test objects to determine
- whether symbols in plugin arguments need an underscore prefix. Add
- new plugin-6.d and plugin-7.d testcases.
-
-2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
-
- Apply LD plugin patch series (part 1/6).
- * ld-bootstrap/bootstrap.exp: Skip static tests also if LD plugins
- are enabled.
- * lib/ld-lib.exp (proc regexp_diff): Extend verbose debug output.
- (proc set_file_contents): Write a file with the supplied content.
- (run_ld_link_tests): Add new 'ld' action to test linker output.
- (proc check_plugin_api_available): Return true if linker under test
- supports the plugin API.
- * ld-plugin/func.c: New test source file.
- * ld-plugin/main.c: Likewise.
- * ld-plugin/text.c: Likewise.
- * ld-plugin/plugin-1.d: New dump test output pattern script.
- * ld-plugin/plugin-2.d: Likewise.
- * ld-plugin/plugin-3.d: Likewise.
- * ld-plugin/plugin-4.d: Likewise.
- * ld-plugin/plugin-5.d: Likewise.
- * ld-plugin/plugin.exp: New test control script.
-
-2010-10-11 Alan Modra <amodra@gmail.com>
-
- * ld-elf/orphan-region.d: xfail frv-*-*.
-
-2010-10-11 Alan Modra <amodra@gmail.com>
-
- * ld-mmix/sec-3.d: Adjust for 2010-09-29 orphan change.
- * ld-mmix/sec-7m.d: Likewise.
-
-2010-10-06 Nick Clifton <nickc@redhat.com>
-
- * ld-scripts/rgn-at5.t: Add some more output sections.
- * ld-scripts/rgn-at5.d: Update expected output.
-
-2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11812
- * ld-i386/nogot2.d: New
- * ld-i386/nogot2.s: Likewise.
- * ld-x86-64/nogot2.d: Likewise.
- * ld-x86-64/nogot2.s: Likewise.
-
- * ld-i386/i386.exp: Run nogot2.
- * ld-x86-64/x86-64.exp: Likewise.
-
-2010-09-29 Alan Modra <amodra@gmail.com>
-
- * ld-h8300/h8300.exp: Use is_elf_format.
-
- * lib/ld-lib.exp (is_elf_format): Merge with binutils and gas versions.
- (is_aout_format): Update target list.
- (is_pecoff_format): Remove unnecessary line continuation.
-
-2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
-
- * ld-s390/tlsbin.dd: bcr 0,%r7 -> nopr %r7.
- * ld-s390/tlsbin_64.dd: Likewise.
- * ld-s390/tlspic.dd: Likewise.
- * ld-s390/tlspic_64.dd: Likewise.
-
-2010-09-23 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11812
- * ld-i386/nogot1.s: Don't use GOTOFF.
-
-2010-09-23 Bernd Schmidt <bernds@codesourcery.com>
-
- * ld-tic6x/pcrel-reloc-local-r-rel-rela.d: New test.
-
-2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/attr-merge-6.attr: Update for Security Extensions.
- * ld-arm/attr-merge-7.attr: Likewise.
-
-2010-09-23 Alan Modra <amodra@gmail.com>
-
- * ld-elf/elf.exp: Don't run --gc-sections tls var test on v850.
- * ld-elf/group2.d: xfail xstormy.
- * ld-elf/group4.d: Likewise.
- * ld-elf/group5.d: Likewise.
- * ld-elf/group6.d: Likewise.
- * ld-elf/init-fini-arrays.d: xfail cr16 and crx.
- * ld-elf/orphan2.d: xfail xstormy.
- * ld-elf/sec64k.exp: Don't run on targets using generic linker.
- Allow a larger range for ld -r expected bar_1 section. Don't run
- final link test on a number of targets. Select avr6 for avr targets.
- * ld-elfcomm/elfcomm.exp: Don't attempt on hpux.
-
- * ld-d10v/reloc-007.d: Don't error.
- * ld-d10v/reloc-008.d: Likewise.
- * ld-d10v/reloc-015.d: Likewise.
- * ld-d10v/reloc-016.d: Likewise.
- * ld-d10v/reloc-012.ld: Use a sane offset.
-
-2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/attr-merge-6.attr: Update test for change in canonical CPU
- name.
- * ld-arm/attr-merge-7.attr: Likewise.
- * ld-arm/attr-merge-2.attr: Likewise.
- * ld-arm/attr-merge-arch-2.attr: Likewise.
-
-2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/script-type.ld: Update to generate symbols in a section.
-
-2010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
-
- * ld-mips-elf/elf-rel-got-n32.d: Swap two local GOT entries
- and remove some duplication between the global and local GOT
- entries. Adjust GP offsets accordingly.
- * ld-mips-elf/elf-rel-got-n64-linux.d: Likewise.
- * ld-mips-elf/elf-rel-xgot-n32.d: Reorder GOT entries and update
- GP offsets accordingly.
- * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
- * ld-mips-elf/mips16-pic-1.gd: Move all global GOT entries to
- the local GOT.
- * ld-mips-elf/mips16-pic-1.dd: Update GP offsets accordingly.
- * ld-mips-elf/multi-got-no-shared.d: Adjust GP setup for
- smaller GOT sizes.
-
-2010-09-18 Alan Modra <amodra@gmail.com>
-
- * lib/ld-lib.exp (check_gc_sections_available): Fail more targets.
- * ld-discard/discard.exp: Move xfails from here..
- * ld-discard/extern.d: ..to here.
- * ld-discard/start.d: ..and here.
- * ld-discard/static.d: ..and here.
- * ld-elf/binutils.exp: Don't run tbss1 and tbss2 tests on hppa64.
- * ld-elf/empty2.d: Remove xfails.
- * ld-elf/flags1.d: xfail hppa64.
- * ld-elf/group1.d: Add comment.
- * ld-elf/group2.d: xfail cr16 and crx.
- * ld-elf/group3b.d: Correct xfail and add comment.
- * ld-elf/group4.d: xfail cr16 and crx.
- * ld-elf/group5.d: Likewise.
- * ld-elf/group6.d: Likewise.
- * ld-elf/group7.d: Likewise.
- * ld-elf/group8a.d: Add more notarget and xfail entries. Comment.
- * ld-elf/group8b.d: Likewise.
- * ld-elf/group9a.d: Likewise.
- * ld-elf/group9b.d: Likewise.
- * ld-elf/linkonce2.d: Correct notarget and comment.
- * ld-elf/merge2.d: Remove iq2000 from xfail.
- * ld-elf/multibss1.d: xfail hppa64.
- * ld-elf/nobits-1.d: Likewise.
- * ld-elf/note-1.d: Likewise.
- * ld-elf/note-2.d: Likewise.
- * ld-elf/orphan-region.d: Add xfails.
- * ld-elf/orphan-region.ld: Discard some sections.
- * ld-elf/orphan.d: Add xfails.
- * ld-elf/orphan.ld: Discard some sections.
- * ld-elf/orphan3.d: Replace xfail frv-*-* with frv-*-elf. Remove
- cr16, crx and d10v.
- * ld-elf/pr349.d: Add xfails.
- * ld-elf/warn2.d: Add xfails. Tweak symbol section for hppa64.
- * ld-scripts/rgn-at5.t: Discard .reginfo.
-
-2010-09-16 Alan Modra <amodra@gmail.com>
-
- * ld-elf/orphan-region.d: xfail for spu.
- * ld-elf/relocatable.d: xfail for hppa.
-
- * ld-elf/group3b.d: Disable for generic linker targets.
- * ld-elf/linkonce2.d: Likewise.
- * ld-scripts/empty-address-2a.d: Disable for frv and aout,oldld.
- * ld-scripts/empty-address-2b.d: Likewise.
- * ld-scripts/rgn-at5.s: Don't use .word.
- * ld-scripts/rgn-at5.d: Update.
-
-2010-09-10 Alan Modra <amodra@gmail.com>
-
- * ld-gc/abi-note.d: Exclude aout and oldld targets.
- * ld-gc/start.d: Likewise.
- * ld-scripts/section-match-1.d: Likewise, and tic30.
-
-2010-09-10 Hans-Peter Nilsson <hp@axis.com>
-
- * ld-scripts/rgn-at5.d: Restrict to *-*-linux*.
-
-2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11998
- * ld-scripts/rgn-at5.d: New.
- * ld-scripts/rgn-at5.s: Likewise.
- * ld-scripts/rgn-at5.t: Likewise.
-
-2010-09-07 Andrew Burgess <aburgess@broadcom.com>
-
- * ld-x86-64/split-by-file.rd: New test.
- * ld-x86-64/split-by-file1.s: New test source code.
- * ld-x86-64/split-by-file2.s: New test source code.
- * ld-x86-64/x86-64.exp: Run the new test.
-
-2010-08-31 Nick Clifton <nickc@redhat.com>
-
- * ld-scripts/section-match.exp: New file. Runs the
- section-match-1 test.
- * ld-scripts/section-match-1.d: New file.
- * ld-scripts/section-match-1.s: New file.
- * ld-scripts/section-match-1.t: New file.
-
-2010-08-25 Julian Brown <julian@codesourcery.com>
-
- * ld-arm/arm-elf.exp (armelftests): Add cortex-a8-fix-blx-bcond.s.
- * ld-arm/cortex-a8-fix-blx-bcond.s: New.
- * ld-arm/cortex-a8-fix-blx-bcond.d: New.
-
-2010-08-24 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-x86-64/x86-64.exp: Fix typos.
-
-2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
-
- * ld-mips-elf/attr-gnu-4-04.d: Adjust Tag_GNU_MIPS_ABI_FP for
- the new MIPS32r2 64-bit FPU description.
- * ld-mips-elf/attr-gnu-4-40.d: Likewise.
- * ld-mips-elf/attr-gnu-4-44.d: Likewise.
-
-2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11933
- * ld-x86-64/mixed1a.s: New.
- * ld-x86-64/mixed1b.s: Likewise.
- * ld-x86-64/mixed2a.s: Likewise.
- * ld-x86-64/mixed2b.s: Likewise.
-
- * ld-x86-64/x86-64.exp: Test mixed x86_64 and i386 inputs.
-
-2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
-
- * ld-sh/sh.exp: Add missing newline.
-
-2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
-
- * ld-mips-elf/attr-gnu-4-01.d: Correct Tag_GNU_MIPS_ABI_FP.
- * ld-mips-elf/attr-gnu-4-02.d: Likewise.
- * ld-mips-elf/attr-gnu-4-10.d: Likewise.
- * ld-mips-elf/attr-gnu-4-11.d: Likewise.
- * ld-mips-elf/attr-gnu-4-15.d: Likewise.
- * ld-mips-elf/attr-gnu-4-20.d: Likewise.
- * ld-mips-elf/attr-gnu-4-22.d: Likewise.
- * ld-mips-elf/attr-gnu-4-25.d: Likewise.
-
-2010-08-19 Alan Modra <amodra@gmail.com>
-
- * ld-scripts/memory.t: Remove ORIGIN fudge.
-
-2010-08-13 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11913
- * ld-i386/discarded1.d: New.
- * ld-i386/discarded1.s: Likewise.
- * ld-i386/discarded1.t: Likewise.
- * ld-x86-64/discarded1.d: Likewise.
- * ld-x86-64/discarded1.s: Likewise.
- * ld-x86-64/discarded1.t: Likewise.
-
- * ld-i386/i386.exp: Run discarded1.
- * ld-x86-64/x86-64.exp: Likewise.
-
-2010-08-09 Catherine Moore <clm@codesourcery.com>
-
- * ld-mips-elf/mode-change-error-1.d: New.
- * ld-mips-elf/mode-change-error-1a.s: New.
- * ld-mips-elf/mode-change-error-1b.s: New.
- * ld-mips-elf/mips-elf.exp: Run new test.
-
-2010-08-06 Alan Modra <amodra@gmail.com>
-
- * ld-powerpc/tocopt.s, * ld-powerpc/tocopt.d: New test.
- * ld-powerpc/powerpc.exp: Run it.
-
-2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
- Ina Pandit <ina.pandit@kpitcummins.com>
-
- * ld-v850/split-lo16.d: Update the "ld" instructions with a space
- for second operand.
-
-2010-07-20 Alan Modra <amodra@gmail.com>
-
- * ld-powerpc/tlsexe.r: Update.
- * ld-powerpc/tlsexetoc.r: Update.
- * ld-powerpc/tlsso.r: Update.
- * ld-powerpc/tlstocso.r: Update.
-
-2010-07-20 Alan Modra <amodra@gmail.com>
-
- * ld-powerpc/vxworks-relax.s: Add branches to match expected output.
- * ld-powerpc/vxworks-relax-2.s: Likewise.
- * ld-powerpc/vxworks1-lib.rd: Reorder reloc sections.
-
-2010-07-19 Andreas Schwab <schwab@redhat.com>
-
- * ld-mmix/bspec1.d: Ignore "Key to Flags" contents.
- * ld-mmix/bspec2.d: Likewise.
- * ld-mmix/local1.d: Likewise.
- * ld-mmix/local3.d: Likewise.
- * ld-mmix/local5.d: Likewise.
- * ld-mmix/local7.d: Likewise.
- * ld-mmix/undef-3.d: Likewise.
- * ld-sh/sh64/crange1.rd: Likewise.
- * ld-sh/sh64/crange2.rd: Likewise.
- * ld-sh/sh64/crange3-cmpct.rd: Likewise.
- * ld-sh/sh64/crange3-media.rd: Likewise.
- * ld-sh/sh64/crange3.rd: Likewise.
- * ld-sh/sh64/crangerel1.rd: Likewise.
- * ld-sh/sh64/crangerel2.rd: Likewise.
-
-2010-07-14 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11817
- * ld-i386/compressed1.s: New.
- * ld-i386/compressed1.d: Likewise.
- * ld-x86-64/compressed1.s: Likewise.
- * ld-x86-64/compressed1.d: Likewise.
-
- * ld-i386/i386.exp: Run compressed1.
- * ld-x86-64/x86-64.exp: Likewise.
-
-2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11812
- * ld-elf/exclude3b.d: Don't run on ia64-*-*. Replace .got with
- .dynamic.
-
- * ld-elf/exclude3d.d: New.
- * ld-i386/nogot1.d: Likewise.
- * ld-i386/nogot1.s: Likewise.
- * ld-x86-64/nogot1.d: Likewise.
- * ld-x86-64/nogot1.s: Likewise.
-
- * ld-i386/i386.exp: Run nogot1.
- * ld-x86-64/x86-64.exp: Likewise.
-
-2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-i386/hidden2.d: Don't hard code expected output.
- * ld-i386/protected3.d: Likewise.
- * ld-x86-64/hidden2.d: Likewise.
- * ld-x86-64/protected3.d: Likewise.
-
-2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11791
- * ld-ifunc/ifunc-10-i386.d: New.
- * ld-ifunc/ifunc-10-i386.s: Likewise.
- * ld-ifunc/ifunc-10-x86-64.d: Likewise.
- * ld-ifunc/ifunc-10-x86-64.s: Likewise.
- * ld-ifunc/ifunc-11-i386.d: Likewise.
- * ld-ifunc/ifunc-11-i386.s: Likewise.
- * ld-ifunc/ifunc-11-x86-64.d: Likewise.
- * ld-ifunc/ifunc-11-x86-64.s: Likewise.
-
-2010-07-06 Alan Modra <amodra@gmail.com>
-
- * ld-powerpc/relax.s: Add branch back to _start.
- * ld-powerpc/relax.d: Update.
- * ld-powerpc/relaxr.d: Update.
-
-2010-07-01 Alan Modra <amodra@gmail.com>
-
- * lib/ld-lib.exp (default_ld_simple_link): Add $gcc_ld_flag before
- any other options in $ld.
-
-2010-06-29 Alan Modra <amodra@gmail.com>
-
- * ld-maxq/maxq.exp: Delete file.
- * ld-maxq/addend.dd, * ld-maxq/addend.s, * ld-maxq/paddr.dd,
- * ld-maxq/paddr.s, * ld-maxq/paddr1.dd, * ld-maxq/paddr1.s,
- * ld-maxq/r32-1.s, * ld-maxq/r32-2.s, * ld-maxq/r32.dd: Likewise.
-
-2010-06-15 Joseph Myers <joseph@codesourcery.com>
-
- * ld-elf/orphan3.d: Allow section names starting '_'.
- * ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
- ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
- ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
- ld-tic6x/attr-arch-c62x.s, ld-tic6x/attr-arch-c64x+-c62x.d,
- ld-tic6x/attr-arch-c64x+-c64x+.d, ld-tic6x/attr-arch-c64x+-c64x.d,
- ld-tic6x/attr-arch-c64x+-c674x.d,
- ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
- ld-tic6x/attr-arch-c64x+.s, ld-tic6x/attr-arch-c64x-c62x.d,
- ld-tic6x/attr-arch-c64x-c64x+.d, ld-tic6x/attr-arch-c64x-c64x.d,
- ld-tic6x/attr-arch-c64x-c674x.d, ld-tic6x/attr-arch-c64x-c67x+.d,
- ld-tic6x/attr-arch-c64x-c67x.d, ld-tic6x/attr-arch-c64x.s,
- ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
- ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
- ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
- ld-tic6x/attr-arch-c674x.s, ld-tic6x/attr-arch-c67x+-c62x.d,
- ld-tic6x/attr-arch-c67x+-c64x+.d, ld-tic6x/attr-arch-c67x+-c64x.d,
- ld-tic6x/attr-arch-c67x+-c674x.d,
- ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
- ld-tic6x/attr-arch-c67x+.s, ld-tic6x/attr-arch-c67x-c62x.d,
- ld-tic6x/attr-arch-c67x-c64x+.d, ld-tic6x/attr-arch-c67x-c64x.d,
- ld-tic6x/attr-arch-c67x-c674x.d, ld-tic6x/attr-arch-c67x-c67x+.d,
- ld-tic6x/attr-arch-c67x-c67x.d, ld-tic6x/attr-arch-c67x.s: New.
-
-2010-06-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/arm-call.d: Handle change in lsls/movs disassembly.
- * ld-arm/farcall-thumb-arm-short.d: Likewise.
- * ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Likewise.
- * ld-arm/farcall-thumb-thumb-blx.d: Likewise.
- * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
- * ld-arm/farcall-thumb-thumb-m.d: Likewise.
- * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
- * ld-arm/farcall-thumb-thumb.d: Likewise.
- * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
- * ld-arm/thumb2-bl-as-thumb1-bad.d: Likewise.
- * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
- * ld-arm/thumb2-bl-bad.d: Likewise.
-
-2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11628
- * ld-elf/textaddr3.d: New.
- * ld-elf/textaddr4.d: Likewise.
- * ld-elf/textaddr5.d: Likewise.
- * ld-elf/textaddr6.d: Likewise.
- * ld-elf/textaddr7.d: Likewise.
-
-2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
- Joseph Myers <joseph@codesourcery.com>
- Andrew Stubbs <ams@codesourcery.com>
-
- * ld-sh/sh.exp: Handle uClinux like Linux.
- * lib/ld-lib.exp (is_elf_format): Include sh*-*-uclinux*.
- * ld-sh/fdpic-funcdesc-shared.d: New file.
- * ld-sh/fdpic-funcdesc-shared.s: New file.
- * ld-sh/fdpic-funcdesc-static.d: New file.
- * ld-sh/fdpic-funcdesc-static.s: New file.
- * ld-sh/fdpic-gotfuncdesc-shared.d: New file.
- * ld-sh/fdpic-gotfuncdesc-shared.s: New file.
- * ld-sh/fdpic-gotfuncdesc-static.d: New file.
- * ld-sh/fdpic-gotfuncdesc-static.s: New file.
- * ld-sh/fdpic-gotfuncdesci20-shared.d: New file.
- * ld-sh/fdpic-gotfuncdesci20-shared.s: New file.
- * ld-sh/fdpic-gotfuncdesci20-static.d: New file.
- * ld-sh/fdpic-gotfuncdesci20-static.s: New file.
- * ld-sh/fdpic-goti20-shared.d: New file.
- * ld-sh/fdpic-goti20-shared.s: New file.
- * ld-sh/fdpic-goti20-static.d: New file.
- * ld-sh/fdpic-goti20-static.s: New file.
- * ld-sh/fdpic-gotofffuncdesc-shared.d: New file.
- * ld-sh/fdpic-gotofffuncdesc-shared.s: New file.
- * ld-sh/fdpic-gotofffuncdesc-static.d: New file.
- * ld-sh/fdpic-gotofffuncdesc-static.s: New file.
- * ld-sh/fdpic-gotofffuncdesci20-shared.d: New file.
- * ld-sh/fdpic-gotofffuncdesci20-shared.s: New file.
- * ld-sh/fdpic-gotofffuncdesci20-static.d: New file.
- * ld-sh/fdpic-gotofffuncdesci20-static.s: New file.
- * ld-sh/fdpic-gotoffi20-shared.d: New file.
- * ld-sh/fdpic-gotoffi20-shared.s: New file.
- * ld-sh/fdpic-gotoffi20-static.d: New file.
- * ld-sh/fdpic-gotoffi20-static.s: New file.
- * ld-sh/fdpic-plt-be.d: New file.
- * ld-sh/fdpic-plt-le.d: New file.
- * ld-sh/fdpic-plt.s: New file.
- * ld-sh/fdpic-plti20-be.d: New file.
- * ld-sh/fdpic-plti20-le.d: New file.
- * ld-sh/fdpic-stack-default.d: New file.
- * ld-sh/fdpic-stack-size.d: New file.
- * ld-sh/fdpic-stack.s: New file.
-
-2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
-
- PR gas/11600
- * ld-elf/exclude3.s: New.
- * ld-elf/exclude3a.d: Likewise.
- * ld-elf/exclude3b.d: Likewise.
- * ld-elf/exclude3c.d: Likewise.
-
-2010-05-11 Andrew Stubbs <ams@codesourcery.com>
-
- * ld-arm/attr-merge-2.attr: Add Tag_DIV_use.
- * ld-arm/attr-merge-2a.s: Likewise.
- * ld-arm/attr-merge-2b.s: Likewise.
- * ld-arm/attr-merge-3a.s: Likewise.
- * ld-arm/attr-merge-3b.s: Likewise.
- * ld-arm/attr-merge-4.attr: Likewise.
- * ld-arm/attr-merge-5.attr: Likewise.
- * ld-arm/attr-merge-6.attr: Likewise.
- * ld-arm/attr-merge-7.attr: Likewise.
- * ld-arm/attr-merge-arch-1.attr: Likewise.
- * ld-arm/attr-merge-arch-2.attr: Likewise.
- * ld-arm/attr-merge-unknown-2.d: Likewise.
- * ld-arm/attr-merge-unknown-2r.d: Likewise.
- * ld-arm/attr-merge-unknown-3.d: Likewise.
- * ld-arm/attr-merge-vfp-1.d: Likewise.
- * ld-arm/attr-merge-vfp-1r.d: Likewise.
- * ld-arm/attr-merge-vfp-2.d: Likewise.
- * ld-arm/attr-merge-vfp-2r.d: Likewise.
- * ld-arm/attr-merge-vfp-3.d: Likewise.
- * ld-arm/attr-merge-vfp-3r.d: Likewise.
- * ld-arm/attr-merge-vfp-4.d: Likewise.
- * ld-arm/attr-merge-vfp-4r.d: Likewise.
- * ld-arm/attr-merge-vfp-5.d: Likewise.
- * ld-arm/attr-merge-vfp-5r.d: Likewise.
- * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-00.d: Likewise.
- * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-02.d: Likewise.
- * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-04.d: Likewise.
- * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-20.d: Likewise.
- * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-22.d: Likewise.
- * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-40.d: Likewise.
- * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-44.d: Likewise.
- * ld-arm/attr-merge.attr: Likewise.
-
-2010-05-11 Jie Zhang <jie@codesourcery.com>
-
- * ld-arm/attr-merge-vfp-6.d: New test.
- * ld-arm/attr-merge-vfp-6r.d: New test.
- * ld-arm/attr-merge-vfpv3xd.s: New test.
- * ld-arm/arm-elf.exp: Add attr-merge-vfp-6 and attr-merge-vfp-6r.
-
-2010-05-07 Daniel Jacobowitz <dan@codesourcery.com>
-
- * ld-arm/cortex-a8-fix-bl-rel-plt.d: New file.
- * ld-arm/arm-elf.exp (armelftests): Run cortex-a8-fix-bl-rel-plt.d.
-
-2010-05-06 Joseph Myers <joseph@codesourcery.com>
-
- * ld-elf/orphan-region.d: Use ld -N.
-
-2010-04-30 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11542
- * ld-elf/discard.ld: New.
- * ld-elf/discard1.d: Likewise.
- * ld-elf/discard1.s: Likewise.
- * ld-elf/discard2.d: Likewise.
- * ld-elf/discard2.s: Likewise.
- * ld-elf/discard3.d: Likewise.
-
-2010-04-22 Alan Modra <amodra@gmail.com>
-
- * ld-elf/extract-symbol-1sec.d: Update lma.
- * ld-i386/alloc.d: Expect a warning, not an error.
-
-2010-04-20 Joseph Myers <joseph@codesourcery.com>
-
- * ld-tic6x/data-reloc-global-rel.d,
- ld-tic6x/data-reloc-global-rel.s,
- ld-tic6x/data-reloc-local-r-rel.d,
- ld-tic6x/data-reloc-local-rel.d, ld-tic6x/mvk-reloc-global-rel.d,
- ld-tic6x/mvk-reloc-global-rel.s, ld-tic6x/mvk-reloc-local-1-rel.s,
- ld-tic6x/mvk-reloc-local-2-rel.s,
- ld-tic6x/mvk-reloc-local-r-rel.d, ld-tic6x/mvk-reloc-local-rel.d,
- ld-tic6x/pcrel-reloc-global-rel.d,
- ld-tic6x/pcrel-reloc-local-r-rel.d,
- ld-tic6x/pcrel-reloc-local-rel.d, ld-tic6x/sbr-reloc-global-rel.d,
- ld-tic6x/sbr-reloc-global-rel.s, ld-tic6x/sbr-reloc-local-1-rel.s,
- ld-tic6x/sbr-reloc-local-2-rel.s,
- ld-tic6x/sbr-reloc-local-r-rel.d, ld-tic6x/sbr-reloc-local-rel.d:
- New.
-
-2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/attr-merge-2.attr: Update for changes in attribute output.
- * ld-arm/attr-merge-3.attr: Likewise.
- * ld-arm/attr-merge-vfp-1.d: Likewise.
- * ld-arm/attr-merge-vfp-1r.d: Likewise.
- * ld-arm/attr-merge-vfp-2.d: Likewise.
- * ld-arm/attr-merge-vfp-2r.d: Likewise.
- * ld-arm/attr-merge-vfp-3.d: Likewise.
- * ld-arm/attr-merge-vfp-3r.d: Likewise.
- * ld-arm/attr-merge-vfp-4.d: Likeiwse.
- * ld-arm/attr-merge-vfp-4r.d: Likewise.
- * ld-arm/attr-merge-vfp-5.d: Likewise.
- * ld-arm/attr-merge-vfp-5r.d: Likewise.
- * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-00.d: Likewise.
- * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-02.d: Likewise.
- * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-04.d: Likewise.
- * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-20.d: Likewise.
- * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-22.d: Likewise.
- * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-40.d: Likewise.
- * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
- * ld-arm/attr-merge-wchar-44.d: Likewise.
- * ld-arm/attr-merge.attr: Likewise.
-
-2010-04-06 David S. Miller <davem@davemloft.net>
-
- * ld-elfvers/vers.exp: Pass -Av9a to assembler on sparc-*-*
-
-2010-04-05 Kai Tietz <kai.tietz@onevision.com>
-
- * ld-pe/orphan_nu.d: New test for --no-leading-underscore.
- * ld-pe/orphana_nu.s: New file.
- * ld-pe/pe.exp: Add orphan_nu test.
-
-2010-04-01 Nathan Sidwell <nathan@codesourcery.com>
-
- * ld-powerpc/apuinfo-nul.rd: New.
- * ld-powerpc/apuinfo-nul1.s: New.
- * ld-powerpc/powerpc.exp: Add it.
-
-2010-03-31 Kai TIetz <kai.tietz@onevision.com>
-
- * ld-pe//pe-compile.exp (run_basefile_test): Trim result of wc
- before string compare.
-
-2010-03-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/script-type.sym: Fix test.
-
-2010-03-31 Kai TIetz <kai.tietz@onevision.com>
-
- * ld-pe/basefile1.s: New.
- * ld-pe/pe-compile.exp: Add base-file test.
-
-2010-03-31 Hans-Peter Nilsson <hp@axis.com>
-
- PR ld/11458
- * ld-cris/pcrelcp-1.d, ld-cris/pcrelcp-1.s: New test.
-
- * lib/ld-lib.exp (run_dump_test): When checking linker message and
- return code, when success with no message is expected, don't
- continue if we have an abnormal exit with a message. Check output
- of inspection program and fail if it had output or an abnormal
- exit code. Include "warning" and "error" among the directives
- where multiples are allowed and append to previous values.
-
- * ld-cris/cris.exp (loop over $srcdir/$subdir/*dso-*.d): Apply
- "file rootname", not "file tail", before applying runtest_file_p.
-
-2010-03-29 Daniel Jacobowitz <dan@codesourcery.com>
-
- * ld-arm/arm-elf.exp (armeabitests): Add v6-M farcall test.
-
-2010-03-25 Joseph Myers <joseph@codesourcery.com>
-
- * ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
- * ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*.
- * ld-tic6x: New directory and testcases.
-
-2010-03-19 Jie Zhang <jie@codesourcery.com>
-
- PR ld/11304
- * ld-elf/pr11304.d: New test.
- * ld-elf/pr11304a.s: New test.
- * ld-elf/pr11304b.s: New test.
- * lib/ld-lib.exp (regexp_diff): Add support for #failif.
-
-2010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
-
- * ld-elf/orphan-region.d, ld-elf/orphan-region.ld,
- ld-elf/orphan-region.s: New files.
-
-2010-03-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/arm-merge-incompatible.d: New test.
- * ld-arm/arm-merge-incompatiblea.s: Likewise.
- * ld-arm/arm-merge-incompatibleb.s: Likewise.
- * ld-arm/arm-elf.exp: Run the new test.
-
-2010-03-02 Christophe Lyon <christophe.lyon@st.com>
- Alan Modra <amodra@gmail.com>
-
- * ld-arm/arm-elf.exp: Change .text start address for
- farcall-thumb-arm tests. Add v4t variant for farcall-mixed-lib
- test.
- * ld-arm/farcall-mixed-lib-v4t.d: New test.
- * ld-arm/farcall-mixed-lib1.s: Don't force armv5t.
- * ld-arm/farcall-mixed-lib2.s: Likewise.
- * ld-arm/arm-call.d: Update expected results.
- * ld-arm/cortex-a8-far.d: Likewise.
- * ld-arm/farcall-group-size2.d: Likewise.
- * ld-arm/farcall-group.d: Likewise.
- * ld-arm/farcall-mix.d: Likewise.
- * ld-arm/farcall-mix2.d: Likewise.
- * ld-arm/farcall-mixed-app-v5.d: Likewise.
- * ld-arm/farcall-mixed-app.d: Likewise.
- * ld-arm/farcall-mixed-lib.d: Likewise.
- * ld-arm/farcall-thumb-arm.d: Likewise.
- * ld-arm/farcall-thumb-arm-blx.d: Likewise.
- * ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
- * ld-arm/farcall-thumb-arm-blx-pic-veneer.d: Likewise.
- * ld-arm/farcall-thumb-arm.s: Update test. Add a new call to
- potentially generate different types of stubs.
-
-2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-elf/init-fini-arrays.d: Pass --wide to readelf.
-
-2010-02-27 Jie Zhang <jie@codesourcery.com>
-
- * ld-elf/init-fini-arrays.s: New test.
- * ld-elf/init-fini-arrays.d: New test.
-
-2010-02-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/group-relocs.s: Mark code sections as executable.
- * ld-arm/arm-elf.exp (armelftests): Only dump executable sections in
- group-relocs test.
- * ld-arm/reloc-boundaries.d: Fix test to work on Linux targets.
-
-2010-02-23 Nick Clifton <nickc@redhat.com>
-
- * ld-elf/orphan4.d: Allow for other sections to be present in the
- output.
-
-2010-02-18 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-ifunc/ifunc.exp: Expect System V OSABI in dynamic
- ifunc-using executable.
-
-2010-02-19 Alan Modra <amodra@gmail.com>
-
- * ld-elf/group.ld: Discard .dropme sections.
- * ld-elf/group10.d, * ld-elf/group10.s: New test.
-
-2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/attr-merge-6.attr: Add new test. Missed off last commit.
-
-2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/attr-merge-3.attr: Fix test for new attribute values.
- * ld-arm/attr-merge-3b.s: Likewise.
- * ld-arm/attr-merge-unknown-1.d: Fix test now that 42 is a recognised
- attribute ID.
- * ld-arm/attr-merge-unknown-1.s: Likewise.
- * ld-arm/attr-merge-6.attr: New test.
- * ld-arm/attr-merge-6a.s: Likewise.
- * ld-arm/attr-merge-6b.s: Likewise.
- * ld-arm/attr-merge-7.attr: Likewise.
- * ld-arm/attr-merge-7a.s: Likewise.
- * ld-arm/attr-merge-7b.s: Likewise.
- * ld-arm/arm-elf.exp: Run the new tests.
-
-2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/jump-reloc-veneers-long.d: Correct testcase for
- arm-none-eabi target.
- * ld-arm/jump-reloc-veneers-short1.d: Likewise
- * ld-arm/jump-reloc-veneers-short2.d: Likewise
-
-2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
-
- * ld-arm/arm-elf.exp (armelftests): New test case added.
- * ld-arm/data-only-map.s: New file.
- * ld-arm/data-only-map.d: New file.
- * ld-arm/data-only-map.ld: New file.
-
-2010-02-11 David S. Miller <davem@davemloft.net>
-
- * ld-sparc/gotop32.s: Add local symbol case.
- * ld-sparc/gotop64.s: Likewise.
- * ld-sparc/gotop32.rd: Adjust expected results.
- * ld-sparc/gotop32.td: Likewise.
- * ld-sparc/gotop64.dd: Likewise.
- * ld-sparc/gotop64.rd: Likewise.
- * ld-sparc/gotop64.td: Likewise.
-
-2010-02-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-elfvsb/elfvsb.exp: Fix tests for arm*-*-linux*.
- * ld-shared/shared.exp: Likewise.
-
-2010-02-08 David S. Miller <davem@davemloft.net>
-
- * ld-ifunc/ifunc.exp: Run for sparc.
-
-2010-02-08 Nathan Sidwell <nathan@codesourcery.com>
-
- * ld-powerpc/apuinfo-nul.s: New.
- * ld-powerpc/apuinfo.rd: Add it.
- * ld-powerpc/powerpc.exp: Likewise.
-
-2010-02-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
-
- * ld-arm/jump-reloc-veneers-long.d: New test.
- * ld-arm/jump-reloc-veneers-short1.d: Likewise.
- * ld-arm/jump-reloc-veneers-short2.d: Likewise.
- * ld-arm/jump-reloc-veneers.s: Likewise.
- * ld-arm/arm-elf.exp (armelftests): Run them.
-
-2010-01-28 Nick Clifton <nickc@redhat.com>
-
- PR 11225
- * ld-sh/refdbg-0-dso.d: Dump all sections.
-
-2010-01-26 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11218
- * ld-gc/dummy.s: New.
- * ld-gc/pr11218-1.c: Likewise.
- * ld-gc/pr11218-2.c: Likewise.
- * ld-gc/pr11218.d: Likewise.
-
-2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
-
- * ld-powerpc/aix-ref-1-32.od, ld-powerpc/aix-ref-1-64.od,
- ld-powerpc/aix-ref-1.s: New tests.
- * ld-powerpc/aix52.exp: Run them.
-
-2010-01-14 H.J. Lu <hongjiu.lu@intel.com>
-
- * ld-elf/orphan4.d: Support 64bit targets.
-
-2010-01-13 DJ Delorie <dj@redhat.com>
-
- * ld-elf/orphan4.d: New.
- * ld-elf/orphan4.ld: New.
- * ld-elf/orphan4.s: New.
-
-2010-01-13 Chao-ying Fu <fu@mips.com>
-
- * ld-mips-elf/jr-to-b-1.d, ld-mips-elf/jr-to-b-2.d: New tests.
- * ld-mips-elf/jr-to-b-1.s, ld-mips-elf/jr-to-b-2.s: Source.
- * ld-mips-elf/mips-elf.exp: Run new tests.
-
-2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
-
- * ld-arm/arm-elf.exp (armelftests): Assemble Cortex-A8 tests with
- -mcpu=cortex-a8.
-
-2010-01-13 Nick Clifton <nickc@redhat.com>
-
- * ld-scrips/sort.exp: Skip these tests when the target is the
- h8300.
-
-2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11146
- * ld-elf/dynsym1.d: New.
-
-2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11138
- * ld-elf/pr11138-1.c: New.
- * ld-elf/pr11138-1.map: Likewise.
- * ld-elf/pr11138-2.c: Likewise.
- * ld-elf/pr11138-2.map: Likewise.
- * ld-elf/pr11138.out: Likewise.
-
- * ld-elf/shared.exp (build_tests): Add libpr11138-1.so and
- libpr11138-2.o.
- (run_tests): Add 2 tests for PR ld/11138.
-
-2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11133
- * ld-gc/gc.exp: Run start.
-
- * ld-gc/start.d: New.
- * ld-gc/start.s: Likewise.
-
-2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
-
- PR ld/11143
- * ld-gc/gc.exp: Run abi-note.
-
- * ld-gc/abi-note.d: New.
- * ld-gc/abi-note.s: Likewise.
-
-For older changes see ChangeLog-2009
+For older changes see ChangeLog-2010
Local Variables:
mode: change-log
diff --git a/ld/testsuite/ChangeLog-2010 b/ld/testsuite/ChangeLog-2010
new file mode 100644
index 0000000..a7da6fd
--- /dev/null
+++ b/ld/testsuite/ChangeLog-2010
@@ -0,0 +1,1312 @@
+2010-12-31 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * ld-undefined/undefined.exp (testline): XFAIL hppa*64*-*-*.
+
+ PR ld/12360
+ * ld-elfcomm/elfcomm.exp (test1w1): Use same check as MIPS on
+ hppa*64*-*-*.
+
+2010-12-31 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * ld-mips-elf/mips-elf-flags.exp: Handle FreeBSD targets.
+ * ld-mips-elf/mips-elf.exp: Likewise.
+ * ld-mips-elf/mips16-call-global.d: Accept any file format.
+ * ld-mips-elf/mips16-intermix.d: Likewise.
+
+2010-12-28 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/12327
+ * ld-scripts/defined4.d: New.
+ * ld-scripts/defined4.s: Likewise.
+ * ld-scripts/defined4.t: Likewise.
+ * ld-scripts/expr2.d: Likewise.
+ * ld-scripts/expr2.s: Likewise.
+ * ld-scripts/expr2.t: Likewise.
+
+ * ld-scripts/defined.exp: Run defined4.
+
+ * ld-scripts/expr.exp: Run expr2.
+
+2010-12-21 Kai Tietz <kai.tietz@onevision.com>
+
+ * ld-pe/pe.exp: Add TLS directory test.
+ * ld-pe/tlssec.s: New.
+ * ld-pe/tlssec64.d: New.
+ * ld-pe/tlssec32.d: New.
+
+2010-12-20 Alan Modra <amodra@gmail.com>
+
+ * ld-bootstrap/bootstrap.exp: Fix misplaced comment.
+
+2010-12-20 Alan Modra <amodra@gmail.com>
+
+ PR ld/12001
+ * ld-scripts/default-script2.d: Revert 2010-11-03 change.
+
+2010-12-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-elf/elf.exp (array_tests): Add init-mixed.
+ (array_tests_static): Likewise.
+ Also delete tmpdir/init-mixed.
+
+ * ld-elf/init-mixed.c: New.
+ * ld-elf/init-mixed.out: Likewise.
+
+2010-12-11 Alan Modra <amodra@gmail.com>
+
+ * ld-elfvers/vers25a.dsym: Really include _? in match.
+
+2010-12-10 Mike Frysinger <vapier@gentoo.org>
+
+ * ld-elfvers/vers.h: New file.
+ * ld-elfvers/vers1.c: Include vers.h. Change asm(.symver) to SYMVER().
+ * ld-elfvers/vers4.c, ld-elfvers/vers5.c, ld-elfvers/vers6.c,
+ ld-elfvers/vers7a.c, ld-elfvers/vers9.c, ld-elfvers/vers15.c,
+ ld-elfvers/vers18.c, ld-elfvers/vers21.c, ld-elfvers/vers22a.c,
+ ld-elfvers/vers23a.c, ld-elfvers/vers24a.c, ld-elfvers/vers24c.c,
+ ld-elfvers/vers27d1.c: Likewise.
+
+ * ld-elf/pr9676.rd: Include _? in symbol match
+ * ld-elf/pr9676.rd, ld-elf/pr9679.rd, ld-elfvers/vers1.dsym,
+ ld-elfvers/vers1.sym, ld-elfvers/vers15.dsym, ld-elfvers/vers15.sym,
+ ld-elfvers/vers16.dsym, ld-elfvers/vers16a.dsym, ld-elfvers/vers17.dsym,
+ ld-elfvers/vers18.dsym, ld-elfvers/vers18.sym, ld-elfvers/vers19.dsym,
+ ld-elfvers/vers2.dsym, ld-elfvers/vers20.dsym, ld-elfvers/vers21.dsym,
+ ld-elfvers/vers21.sym, ld-elfvers/vers22.dsym, ld-elfvers/vers22a.dsym,
+ ld-elfvers/vers22a.sym, ld-elfvers/vers22b.dsym, ld-elfvers/vers23.dsym,
+ ld-elfvers/vers23a.dsym, ld-elfvers/vers23a.sym,
+ ld-elfvers/vers23b.dsym, ld-elfvers/vers23d.dsym,
+ ld-elfvers/vers24.rd, ld-elfvers/vers25a.dsym,
+ ld-elfvers/vers26a.dsym, ld-elfvers/vers27a.dsym,
+ ld-elfvers/vers27d.dsym, ld-elfvers/vers27d.sym,
+ ld-elfvers/vers27d4.dsym, ld-elfvers/vers28b.dsym,
+ ld-elfvers/vers28c.dsym, ld-elfvers/vers29.dsym, ld-elfvers/vers3.dsym,
+ ld-elfvers/vers30.dsym, ld-elfvers/vers31.dsym, ld-elfvers/vers32a.dsym,
+ ld-elfvers/vers32b.dsym, ld-elfvers/vers4.sym, ld-elfvers/vers4a.dsym,
+ ld-elfvers/vers4a.sym, ld-elfvers/vers6.dsym, ld-elfvers/vers6.sym,
+ ld-elfvers/vers7a.dsym, ld-elfvers/vers7a.sym, ld-elfvers/vers9.dsym,
+ ld-elfvers/vers9.sym: Likewise.
+
+2010-12-05 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-plugin/plugin-vis-1.d: Updated.
+
+2010-12-04 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-selective/selective.exp: Don't pass -fvtable-gc to GCC
+ 3.4.0 or above.
+
+2010-12-04 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-elfvers/vers.exp: Replace -export-dynamic with
+ -Wl,-export-dynamic.
+
+2010-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-scripts/script.exp: Remove full path from REGION_ALIAS test
+ names.
+
+2010-11-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/arm-elf.exp (armeabitests): Replace --defsym argument in
+ jump-reloc-veneers* tests with --section-start .text=0x8000.
+
+2010-11-20 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * lib/ld-lib.exp (regexp_diff, simple_diff): Delete.
+
+2010-11-20 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * lib/ld-lib.exp (load_common_lib): New function. Load
+ binutils-common.exp.
+ (is_elf_format, is_elf64, is_aout_format, is_pecoff_format): Delete.
+
+2010-11-18 Alan Modra <amodra@gmail.com>
+
+ * ld-elf/binutils.exp: Correct x86 gnu target match.
+ * ld-i386/i386.exp: Likewise.
+ * ld-ifunc/binutils.exp: Likewise.
+ * ld-ifunc/ifunc.exp: Likewise.
+ * ld-discard/discard.exp: Remove unnecessary line continuations.
+ * ld-elfvers/vers.exp: Likewise. Simplify linuxaout and linuxoldld
+ test.
+ * ld-elfweak/elfweak.exp: Likewise.
+
+2010-11-17 Andreas Schwab <schwab@linux-m68k.org>
+
+ * ld-gc/pr11218-2.c: Declare
+ unresolved_detected_at_runtime_not_at_linktime.
+
+2010-11-17 Alan Modra <amodra@gmail.com>
+
+ * ld-plugin/plugin.exp: Define printf and puts as main.
+
+2010-11-08 Thomas Schwinge <thomas@schwinge.name>
+
+ * lib/ld-lib.exp (is_elf_format): Consider for *-*-gnu*, too.
+ * ld-discard/discard.exp: Likewise.
+ * ld-elf/binutils.exp: Likewise.
+ * ld-elf/commonpage1.d (target): Likewise.
+ * ld-elf/compress1c.d (target): Likewise.
+ * ld-elf/discard1.d (target): Likewise.
+ * ld-elf/discard2.d (target): Likewise.
+ * ld-elf/discard3.d (target): Likewise.
+ * ld-elf/dynsym1.d (target): Likewise.
+ * ld-elf/eh6.d (target): Likewise.
+ * ld-elf/elf.exp: Likewise.
+ (array_tests): Move -static tests to...
+ (array_tests_static): ... here, and handle it accordingly.
+ * ld-elf/hash.d (target): Likewise.
+ * ld-elf/header.d (target): Likewise.
+ * ld-elf/loadaddr1.d (target): Likewise.
+ * ld-elf/loadaddr2.d (target): Likewise.
+ * ld-elf/loadaddr3a.d (target): Likewise.
+ * ld-elf/loadaddr3b.d (target): Likewise.
+ * ld-elf/local1.d (target): Likewise.
+ * ld-elf/maxpage1.d (target): Likewise.
+ * ld-elf/maxpage2.d (target): Likewise.
+ * ld-elf/maxpage3a.d (target): Likewise.
+ * ld-elf/multibss1.d (target): Likewise.
+ * ld-elf/noload-2.d (target): Likewise.
+ * ld-elf/seg.d (target): Likewise.
+ * ld-elf/textaddr1.d (target): Likewise.
+ * ld-elf/textaddr2.d (target): Likewise.
+ * ld-elf/textaddr3.d (target): Likewise.
+ * ld-elf/textaddr4.d (target): Likewise.
+ * ld-elf/textaddr5.d (target): Likewise.
+ * ld-elf/textaddr6.d (target): Likewise.
+ * ld-elf/textaddr7.d (target): Likewise.
+ * ld-elf/tls_common.exp: Likewise.
+ * ld-elf/unknown2.d (target): Likewise.
+ * ld-elfvers/vers.exp: Likewise.
+ * ld-elfvsb/elfvsb.exp: Likewise.
+ * ld-elfweak/elfweak.exp: Likewise.
+ (setup_xfail_gnu_hurd): New function. Use it where appropriate.
+ * ld-gc/abi-note.d (target): Likewise.
+ * ld-gc/gc.exp: Likewise.
+ * ld-gc/pr11218.d (target): Likewise.
+ * ld-gc/start.d (target): Likewise.
+ * ld-i386/i386.exp: Likewise.
+ * ld-ifunc/binutils.exp: Likewise.
+ * ld-ifunc/ifunc.exp: Likewise.
+ * ld-linkonce/linkonce.exp: Likewise.
+ * ld-linkonce/zeroehl32.d (target): Likewise.
+ * ld-pie/pie.exp: Likewise.
+ * ld-scripts/phdrs2.exp: Likewise.
+ * ld-scripts/rgn-at5.d (target): Likewise.
+ * ld-shared/shared.exp: Likewise.
+ * ld-undefined/entry-3.d (target): Likewise.
+ * ld-undefined/entry-4.d (target): Likewise.
+ * ld-undefined/weak-undef.exp: Likewise.
+
+2010-11-06 Kirill A. Shutemov <kirill@shutemov.name>
+
+ * ld-plugin/plugin-6.d: Relax file name match.
+
+2010-11-05 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-tic6x/attr-unknown-1.d, ld-tic6x/attr-unknown-1000-1.s,
+ ld-tic6x/attr-unknown-1000-2.s, ld-tic6x/attr-unknown-1024-1.s,
+ ld-tic6x/attr-unknown-2.d, ld-tic6x/attr-unknown-3.d,
+ ld-tic6x/attr-unknown-4.d, ld-tic6x/attr-unknown-5.d,
+ ld-tic6x/attr-unknown-54-1.s, ld-tic6x/attr-unknown-55-a.s,
+ ld-tic6x/attr-unknown-6.d, ld-tic6x/attr-unknown-7.d,
+ ld-tic6x/attr-unknown-71-a.s, ld-tic6x/attr-unknown-71-b.s: New
+ tests.
+
+2010-11-05 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * ld-plugin/plugin.exp (testobjfiles): Dont use HOSTING_CRT0.
+ (testobjfiles_notext): Likewise.
+ (libs): Don't use HOSTING_LIBS; fill with default symbol defs instead.
+ * lib/ld-lib.exp (ld_simple_link_defsyms): Add cygming clause.
+
+2010-11-05 Alan Modra <amodra@gmail.com>
+
+ * ld-elfvers/vers32c.dsym, * ld-elfvers/vers32c.ver: Delete.
+ * ld-elfvers/vers32d.ver: Delete.
+ * ld-elfvers/vers.exp: Don't run them.
+
+2010-11-03 Nick Clifton <nickc@redhat.com>
+
+ PR ld/12001
+ * ld-script/default-script2.d: Fix expected address for text
+ section.
+
+2010-11-02 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-tic6x/attr-array-16-16.d, ld-tic6x/attr-array-16-4.d,
+ ld-tic6x/attr-array-16-416.d, ld-tic6x/attr-array-16-48.d,
+ ld-tic6x/attr-array-16-8.d, ld-tic6x/attr-array-16-816.d,
+ ld-tic6x/attr-array-16.s, ld-tic6x/attr-array-4-16.d,
+ ld-tic6x/attr-array-4-4.d, ld-tic6x/attr-array-4-416.d,
+ ld-tic6x/attr-array-4-48.d, ld-tic6x/attr-array-4-8.d,
+ ld-tic6x/attr-array-4-816.d, ld-tic6x/attr-array-4.s,
+ ld-tic6x/attr-array-416-16.d, ld-tic6x/attr-array-416-4.d,
+ ld-tic6x/attr-array-416-416.d, ld-tic6x/attr-array-416-48.d,
+ ld-tic6x/attr-array-416-8.d, ld-tic6x/attr-array-416-816.d,
+ ld-tic6x/attr-array-416.s, ld-tic6x/attr-array-48-16.d,
+ ld-tic6x/attr-array-48-4.d, ld-tic6x/attr-array-48-416.d,
+ ld-tic6x/attr-array-48-48.d, ld-tic6x/attr-array-48-8.d,
+ ld-tic6x/attr-array-48-816.d, ld-tic6x/attr-array-48.s,
+ ld-tic6x/attr-array-8-16.d, ld-tic6x/attr-array-8-4.d,
+ ld-tic6x/attr-array-8-416.d, ld-tic6x/attr-array-8-48.d,
+ ld-tic6x/attr-array-8-8.d, ld-tic6x/attr-array-8-816.d,
+ ld-tic6x/attr-array-8.s, ld-tic6x/attr-array-816-16.d,
+ ld-tic6x/attr-array-816-4.d, ld-tic6x/attr-array-816-416.d,
+ ld-tic6x/attr-array-816-48.d, ld-tic6x/attr-array-816-8.d,
+ ld-tic6x/attr-array-816-816.d, ld-tic6x/attr-array-816.s,
+ ld-tic6x/attr-conformance-10-10.d,
+ ld-tic6x/attr-conformance-10-11.d,
+ ld-tic6x/attr-conformance-10-none.d,
+ ld-tic6x/attr-conformance-10.s, ld-tic6x/attr-conformance-11-10.d,
+ ld-tic6x/attr-conformance-11-11.d,
+ ld-tic6x/attr-conformance-11-none.d,
+ ld-tic6x/attr-conformance-11.s,
+ ld-tic6x/attr-conformance-none-10.d,
+ ld-tic6x/attr-conformance-none-11.d,
+ ld-tic6x/attr-conformance-none-none.d,
+ ld-tic6x/attr-conformance-none.s, ld-tic6x/attr-pic-0.s,
+ ld-tic6x/attr-pic-00.d, ld-tic6x/attr-pic-01.d,
+ ld-tic6x/attr-pic-1.s, ld-tic6x/attr-pic-10.d,
+ ld-tic6x/attr-pic-11.d, ld-tic6x/attr-pid-0.s,
+ ld-tic6x/attr-pid-00.d, ld-tic6x/attr-pid-01.d,
+ ld-tic6x/attr-pid-02.d, ld-tic6x/attr-pid-1.s,
+ ld-tic6x/attr-pid-10.d, ld-tic6x/attr-pid-11.d,
+ ld-tic6x/attr-pid-12.d, ld-tic6x/attr-pid-2.s,
+ ld-tic6x/attr-pid-20.d, ld-tic6x/attr-pid-21.d,
+ ld-tic6x/attr-pid-22.d, ld-tic6x/attr-stack-16-16.d,
+ ld-tic6x/attr-stack-16-8.d, ld-tic6x/attr-stack-16-816.d,
+ ld-tic6x/attr-stack-16.s, ld-tic6x/attr-stack-8-16.d,
+ ld-tic6x/attr-stack-8-8.d, ld-tic6x/attr-stack-8-816.d,
+ ld-tic6x/attr-stack-8.s, ld-tic6x/attr-stack-816-16.d,
+ ld-tic6x/attr-stack-816-8.d, ld-tic6x/attr-stack-816-816.d,
+ ld-tic6x/attr-stack-816.s, ld-tic6x/attr-wchar-0.s,
+ ld-tic6x/attr-wchar-00.d, ld-tic6x/attr-wchar-01.d,
+ ld-tic6x/attr-wchar-02.d, ld-tic6x/attr-wchar-1.s,
+ ld-tic6x/attr-wchar-10.d, ld-tic6x/attr-wchar-11.d,
+ ld-tic6x/attr-wchar-12.d, ld-tic6x/attr-wchar-2.s,
+ ld-tic6x/attr-wchar-20.d, ld-tic6x/attr-wchar-21.d,
+ ld-tic6x/attr-wchar-22.d: New tests.
+
+2010-11-02 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-elf/compress1a.d: Also check MIPS_DWARF.
+ * ld-elf/compress1b.d: Likewise.
+ * ld-elf/compress1c.d: Likewise.
+
+2010-10-29 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-tic6x/attr-compatibility-gnu-gnu.d,
+ ld-tic6x/attr-compatibility-gnu-other.d,
+ ld-tic6x/attr-compatibility-gnu.s,
+ ld-tic6x/attr-compatibility-other-gnu.d,
+ ld-tic6x/attr-compatibility-other-other.d,
+ ld-tic6x/attr-compatibility-other.s: New tests.
+
+2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-elf/compress1c.d: Only run for Linux targets.
+
+2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-elf/compress.exp: New.
+ * ld-elf/compress1.s: Likewise.
+ * ld-elf/compress1a.d: Likewise.
+ * ld-elf/compress1b.d: Likewise.
+ * ld-elf/compress1c.d: Likewise.
+
+2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
+ Joseph Myers <joseph@codesourcery.com>
+
+ * ld-tic6x/attr-dsbt-0.s, ld-tic6x/attr-dsbt-00.d,
+ ld-tic6x/attr-dsbt-01.d, ld-tic6x/attr-dsbt-1.s,
+ ld-tic6x/attr-dsbt-10.d, ld-tic6x/attr-dsbt-11.d: New tests.
+
+2010-10-28 Thomas Schwinge <thomas@schwinge.name>
+
+ * ld-scripts/script.exp: Sort all filename globs.
+
+2010-10-28 Alan Modra <amodra@gmail.com>
+
+ * ld-plugin/plugin.exp (libs): Remove $LIBS.
+
+2010-10-28 Alan Modra <amodra@gmail.com>
+
+ * ld-elf/sec-to-seg.exp (B_test_same_seg): Clear for i960,
+ microblaze, moxie, and mt.
+
+ * ld-elf/flags1.s: Use arm compatible .type syntax.
+ * ld-elf/flags1.d: Remove arm and xscale xfails, add i960, ip2k,
+ moxie, mt.
+
+2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * ld-s390/tlsbin.dd: bc 0,0 -> nop 0 and bcr 0,%r0 -> nopr %r0.
+
+2010-10-25 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * ld-discard/zero-range.d, ld-discard/zero-range.s: New files.
+
+2010-10-23 Mark Mitchell <mark@codesourcery.com>
+
+ * ld-elf/group10.d: Expect ".group" for the name of group
+ sections.
+ * ld-elf/group2.d: Likewise.
+ * ld-elf/group7.d: Likewise.
+
+2010-10-21 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
+ ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
+ ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
+ ld-tic6x/attr-arch-c64x+-c62x.d, ld-tic6x/attr-arch-c64x+-c64x+.d,
+ ld-tic6x/attr-arch-c64x+-c64x.d, ld-tic6x/attr-arch-c64x+-c674x.d,
+ ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
+ ld-tic6x/attr-arch-c64x-c62x.d, ld-tic6x/attr-arch-c64x-c64x+.d,
+ ld-tic6x/attr-arch-c64x-c64x.d, ld-tic6x/attr-arch-c64x-c674x.d,
+ ld-tic6x/attr-arch-c64x-c67x+.d, ld-tic6x/attr-arch-c64x-c67x.d,
+ ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
+ ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
+ ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
+ ld-tic6x/attr-arch-c67x+-c62x.d, ld-tic6x/attr-arch-c67x+-c64x+.d,
+ ld-tic6x/attr-arch-c67x+-c64x.d, ld-tic6x/attr-arch-c67x+-c674x.d,
+ ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
+ ld-tic6x/attr-arch-c67x-c62x.d, ld-tic6x/attr-arch-c67x-c64x+.d,
+ ld-tic6x/attr-arch-c67x-c64x.d, ld-tic6x/attr-arch-c67x-c674x.d,
+ ld-tic6x/attr-arch-c67x-c67x+.d, ld-tic6x/attr-arch-c67x-c67x.d:
+ Update for attribute renaming.
+
+2010-10-20 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * ld-plugin/plugin.exp: Mark tests UNSUPPORTED, not UNRESOLVED, if
+ no suitable target compiler is available.
+
+2010-10-16 Kai Tietz <kai.tietz@onevision.com>
+
+ * ld-pe/pe-run2.exp: Prefix --enable-auto-import by -Wl.
+
+2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ * ld-plugin/plugin.exp: Don't error out if there is no target compiler
+ available, make tests UNSUPPORTED instead.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 6/6).
+ * ld-plugin/plugin-10.d: New dump test control script.
+ * ld-plugin/plugin-11.d: Likewise.
+ * ld-plugin/plugin.exp: Run them.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 5/6).
+ * ld-plugin/plugin-ignore.d: New dump test control script.
+ * ld-plugin/plugin-vis-1.d: Likewise.
+ * ld-plugin/plugin.exp: Add list of ELF-only tests and run them if
+ testing on an ELF target.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 4/6).
+ * ld-plugin/plugin-9.d: New testcase.
+ * ld-plugin/plugin.exp: Invoke it.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 3/6).
+ * ld-plugin/plugin-8.d: New testcase.
+ * ld-plugin/plugin.exp: Invoke it.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 2/6).
+ * ld-plugin/plugin-3.d: Enable regexes for new functionality.
+ * ld-plugin/plugin-5.d: Likewise.
+ * ld-plugin/plugin-6.d: New testcase.
+ * ld-plugin/plugin-7.d: Likewise.
+ * ld-plugin/plugin.exp: Use 'nm' on compiled test objects to determine
+ whether symbols in plugin arguments need an underscore prefix. Add
+ new plugin-6.d and plugin-7.d testcases.
+
+2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
+
+ Apply LD plugin patch series (part 1/6).
+ * ld-bootstrap/bootstrap.exp: Skip static tests also if LD plugins
+ are enabled.
+ * lib/ld-lib.exp (proc regexp_diff): Extend verbose debug output.
+ (proc set_file_contents): Write a file with the supplied content.
+ (run_ld_link_tests): Add new 'ld' action to test linker output.
+ (proc check_plugin_api_available): Return true if linker under test
+ supports the plugin API.
+ * ld-plugin/func.c: New test source file.
+ * ld-plugin/main.c: Likewise.
+ * ld-plugin/text.c: Likewise.
+ * ld-plugin/plugin-1.d: New dump test output pattern script.
+ * ld-plugin/plugin-2.d: Likewise.
+ * ld-plugin/plugin-3.d: Likewise.
+ * ld-plugin/plugin-4.d: Likewise.
+ * ld-plugin/plugin-5.d: Likewise.
+ * ld-plugin/plugin.exp: New test control script.
+
+2010-10-11 Alan Modra <amodra@gmail.com>
+
+ * ld-elf/orphan-region.d: xfail frv-*-*.
+
+2010-10-11 Alan Modra <amodra@gmail.com>
+
+ * ld-mmix/sec-3.d: Adjust for 2010-09-29 orphan change.
+ * ld-mmix/sec-7m.d: Likewise.
+
+2010-10-06 Nick Clifton <nickc@redhat.com>
+
+ * ld-scripts/rgn-at5.t: Add some more output sections.
+ * ld-scripts/rgn-at5.d: Update expected output.
+
+2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11812
+ * ld-i386/nogot2.d: New
+ * ld-i386/nogot2.s: Likewise.
+ * ld-x86-64/nogot2.d: Likewise.
+ * ld-x86-64/nogot2.s: Likewise.
+
+ * ld-i386/i386.exp: Run nogot2.
+ * ld-x86-64/x86-64.exp: Likewise.
+
+2010-09-29 Alan Modra <amodra@gmail.com>
+
+ * ld-h8300/h8300.exp: Use is_elf_format.
+
+ * lib/ld-lib.exp (is_elf_format): Merge with binutils and gas versions.
+ (is_aout_format): Update target list.
+ (is_pecoff_format): Remove unnecessary line continuation.
+
+2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
+
+ * ld-s390/tlsbin.dd: bcr 0,%r7 -> nopr %r7.
+ * ld-s390/tlsbin_64.dd: Likewise.
+ * ld-s390/tlspic.dd: Likewise.
+ * ld-s390/tlspic_64.dd: Likewise.
+
+2010-09-23 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11812
+ * ld-i386/nogot1.s: Don't use GOTOFF.
+
+2010-09-23 Bernd Schmidt <bernds@codesourcery.com>
+
+ * ld-tic6x/pcrel-reloc-local-r-rel-rela.d: New test.
+
+2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/attr-merge-6.attr: Update for Security Extensions.
+ * ld-arm/attr-merge-7.attr: Likewise.
+
+2010-09-23 Alan Modra <amodra@gmail.com>
+
+ * ld-elf/elf.exp: Don't run --gc-sections tls var test on v850.
+ * ld-elf/group2.d: xfail xstormy.
+ * ld-elf/group4.d: Likewise.
+ * ld-elf/group5.d: Likewise.
+ * ld-elf/group6.d: Likewise.
+ * ld-elf/init-fini-arrays.d: xfail cr16 and crx.
+ * ld-elf/orphan2.d: xfail xstormy.
+ * ld-elf/sec64k.exp: Don't run on targets using generic linker.
+ Allow a larger range for ld -r expected bar_1 section. Don't run
+ final link test on a number of targets. Select avr6 for avr targets.
+ * ld-elfcomm/elfcomm.exp: Don't attempt on hpux.
+
+ * ld-d10v/reloc-007.d: Don't error.
+ * ld-d10v/reloc-008.d: Likewise.
+ * ld-d10v/reloc-015.d: Likewise.
+ * ld-d10v/reloc-016.d: Likewise.
+ * ld-d10v/reloc-012.ld: Use a sane offset.
+
+2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/attr-merge-6.attr: Update test for change in canonical CPU
+ name.
+ * ld-arm/attr-merge-7.attr: Likewise.
+ * ld-arm/attr-merge-2.attr: Likewise.
+ * ld-arm/attr-merge-arch-2.attr: Likewise.
+
+2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/script-type.ld: Update to generate symbols in a section.
+
+2010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
+
+ * ld-mips-elf/elf-rel-got-n32.d: Swap two local GOT entries
+ and remove some duplication between the global and local GOT
+ entries. Adjust GP offsets accordingly.
+ * ld-mips-elf/elf-rel-got-n64-linux.d: Likewise.
+ * ld-mips-elf/elf-rel-xgot-n32.d: Reorder GOT entries and update
+ GP offsets accordingly.
+ * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
+ * ld-mips-elf/mips16-pic-1.gd: Move all global GOT entries to
+ the local GOT.
+ * ld-mips-elf/mips16-pic-1.dd: Update GP offsets accordingly.
+ * ld-mips-elf/multi-got-no-shared.d: Adjust GP setup for
+ smaller GOT sizes.
+
+2010-09-18 Alan Modra <amodra@gmail.com>
+
+ * lib/ld-lib.exp (check_gc_sections_available): Fail more targets.
+ * ld-discard/discard.exp: Move xfails from here..
+ * ld-discard/extern.d: ..to here.
+ * ld-discard/start.d: ..and here.
+ * ld-discard/static.d: ..and here.
+ * ld-elf/binutils.exp: Don't run tbss1 and tbss2 tests on hppa64.
+ * ld-elf/empty2.d: Remove xfails.
+ * ld-elf/flags1.d: xfail hppa64.
+ * ld-elf/group1.d: Add comment.
+ * ld-elf/group2.d: xfail cr16 and crx.
+ * ld-elf/group3b.d: Correct xfail and add comment.
+ * ld-elf/group4.d: xfail cr16 and crx.
+ * ld-elf/group5.d: Likewise.
+ * ld-elf/group6.d: Likewise.
+ * ld-elf/group7.d: Likewise.
+ * ld-elf/group8a.d: Add more notarget and xfail entries. Comment.
+ * ld-elf/group8b.d: Likewise.
+ * ld-elf/group9a.d: Likewise.
+ * ld-elf/group9b.d: Likewise.
+ * ld-elf/linkonce2.d: Correct notarget and comment.
+ * ld-elf/merge2.d: Remove iq2000 from xfail.
+ * ld-elf/multibss1.d: xfail hppa64.
+ * ld-elf/nobits-1.d: Likewise.
+ * ld-elf/note-1.d: Likewise.
+ * ld-elf/note-2.d: Likewise.
+ * ld-elf/orphan-region.d: Add xfails.
+ * ld-elf/orphan-region.ld: Discard some sections.
+ * ld-elf/orphan.d: Add xfails.
+ * ld-elf/orphan.ld: Discard some sections.
+ * ld-elf/orphan3.d: Replace xfail frv-*-* with frv-*-elf. Remove
+ cr16, crx and d10v.
+ * ld-elf/pr349.d: Add xfails.
+ * ld-elf/warn2.d: Add xfails. Tweak symbol section for hppa64.
+ * ld-scripts/rgn-at5.t: Discard .reginfo.
+
+2010-09-16 Alan Modra <amodra@gmail.com>
+
+ * ld-elf/orphan-region.d: xfail for spu.
+ * ld-elf/relocatable.d: xfail for hppa.
+
+ * ld-elf/group3b.d: Disable for generic linker targets.
+ * ld-elf/linkonce2.d: Likewise.
+ * ld-scripts/empty-address-2a.d: Disable for frv and aout,oldld.
+ * ld-scripts/empty-address-2b.d: Likewise.
+ * ld-scripts/rgn-at5.s: Don't use .word.
+ * ld-scripts/rgn-at5.d: Update.
+
+2010-09-10 Alan Modra <amodra@gmail.com>
+
+ * ld-gc/abi-note.d: Exclude aout and oldld targets.
+ * ld-gc/start.d: Likewise.
+ * ld-scripts/section-match-1.d: Likewise, and tic30.
+
+2010-09-10 Hans-Peter Nilsson <hp@axis.com>
+
+ * ld-scripts/rgn-at5.d: Restrict to *-*-linux*.
+
+2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11998
+ * ld-scripts/rgn-at5.d: New.
+ * ld-scripts/rgn-at5.s: Likewise.
+ * ld-scripts/rgn-at5.t: Likewise.
+
+2010-09-07 Andrew Burgess <aburgess@broadcom.com>
+
+ * ld-x86-64/split-by-file.rd: New test.
+ * ld-x86-64/split-by-file1.s: New test source code.
+ * ld-x86-64/split-by-file2.s: New test source code.
+ * ld-x86-64/x86-64.exp: Run the new test.
+
+2010-08-31 Nick Clifton <nickc@redhat.com>
+
+ * ld-scripts/section-match.exp: New file. Runs the
+ section-match-1 test.
+ * ld-scripts/section-match-1.d: New file.
+ * ld-scripts/section-match-1.s: New file.
+ * ld-scripts/section-match-1.t: New file.
+
+2010-08-25 Julian Brown <julian@codesourcery.com>
+
+ * ld-arm/arm-elf.exp (armelftests): Add cortex-a8-fix-blx-bcond.s.
+ * ld-arm/cortex-a8-fix-blx-bcond.s: New.
+ * ld-arm/cortex-a8-fix-blx-bcond.d: New.
+
+2010-08-24 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-x86-64/x86-64.exp: Fix typos.
+
+2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * ld-mips-elf/attr-gnu-4-04.d: Adjust Tag_GNU_MIPS_ABI_FP for
+ the new MIPS32r2 64-bit FPU description.
+ * ld-mips-elf/attr-gnu-4-40.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-44.d: Likewise.
+
+2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11933
+ * ld-x86-64/mixed1a.s: New.
+ * ld-x86-64/mixed1b.s: Likewise.
+ * ld-x86-64/mixed2a.s: Likewise.
+ * ld-x86-64/mixed2b.s: Likewise.
+
+ * ld-x86-64/x86-64.exp: Test mixed x86_64 and i386 inputs.
+
+2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * ld-sh/sh.exp: Add missing newline.
+
+2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * ld-mips-elf/attr-gnu-4-01.d: Correct Tag_GNU_MIPS_ABI_FP.
+ * ld-mips-elf/attr-gnu-4-02.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-10.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-11.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-15.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-20.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-22.d: Likewise.
+ * ld-mips-elf/attr-gnu-4-25.d: Likewise.
+
+2010-08-19 Alan Modra <amodra@gmail.com>
+
+ * ld-scripts/memory.t: Remove ORIGIN fudge.
+
+2010-08-13 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11913
+ * ld-i386/discarded1.d: New.
+ * ld-i386/discarded1.s: Likewise.
+ * ld-i386/discarded1.t: Likewise.
+ * ld-x86-64/discarded1.d: Likewise.
+ * ld-x86-64/discarded1.s: Likewise.
+ * ld-x86-64/discarded1.t: Likewise.
+
+ * ld-i386/i386.exp: Run discarded1.
+ * ld-x86-64/x86-64.exp: Likewise.
+
+2010-08-09 Catherine Moore <clm@codesourcery.com>
+
+ * ld-mips-elf/mode-change-error-1.d: New.
+ * ld-mips-elf/mode-change-error-1a.s: New.
+ * ld-mips-elf/mode-change-error-1b.s: New.
+ * ld-mips-elf/mips-elf.exp: Run new test.
+
+2010-08-06 Alan Modra <amodra@gmail.com>
+
+ * ld-powerpc/tocopt.s, * ld-powerpc/tocopt.d: New test.
+ * ld-powerpc/powerpc.exp: Run it.
+
+2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
+ Ina Pandit <ina.pandit@kpitcummins.com>
+
+ * ld-v850/split-lo16.d: Update the "ld" instructions with a space
+ for second operand.
+
+2010-07-20 Alan Modra <amodra@gmail.com>
+
+ * ld-powerpc/tlsexe.r: Update.
+ * ld-powerpc/tlsexetoc.r: Update.
+ * ld-powerpc/tlsso.r: Update.
+ * ld-powerpc/tlstocso.r: Update.
+
+2010-07-20 Alan Modra <amodra@gmail.com>
+
+ * ld-powerpc/vxworks-relax.s: Add branches to match expected output.
+ * ld-powerpc/vxworks-relax-2.s: Likewise.
+ * ld-powerpc/vxworks1-lib.rd: Reorder reloc sections.
+
+2010-07-19 Andreas Schwab <schwab@redhat.com>
+
+ * ld-mmix/bspec1.d: Ignore "Key to Flags" contents.
+ * ld-mmix/bspec2.d: Likewise.
+ * ld-mmix/local1.d: Likewise.
+ * ld-mmix/local3.d: Likewise.
+ * ld-mmix/local5.d: Likewise.
+ * ld-mmix/local7.d: Likewise.
+ * ld-mmix/undef-3.d: Likewise.
+ * ld-sh/sh64/crange1.rd: Likewise.
+ * ld-sh/sh64/crange2.rd: Likewise.
+ * ld-sh/sh64/crange3-cmpct.rd: Likewise.
+ * ld-sh/sh64/crange3-media.rd: Likewise.
+ * ld-sh/sh64/crange3.rd: Likewise.
+ * ld-sh/sh64/crangerel1.rd: Likewise.
+ * ld-sh/sh64/crangerel2.rd: Likewise.
+
+2010-07-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11817
+ * ld-i386/compressed1.s: New.
+ * ld-i386/compressed1.d: Likewise.
+ * ld-x86-64/compressed1.s: Likewise.
+ * ld-x86-64/compressed1.d: Likewise.
+
+ * ld-i386/i386.exp: Run compressed1.
+ * ld-x86-64/x86-64.exp: Likewise.
+
+2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11812
+ * ld-elf/exclude3b.d: Don't run on ia64-*-*. Replace .got with
+ .dynamic.
+
+ * ld-elf/exclude3d.d: New.
+ * ld-i386/nogot1.d: Likewise.
+ * ld-i386/nogot1.s: Likewise.
+ * ld-x86-64/nogot1.d: Likewise.
+ * ld-x86-64/nogot1.s: Likewise.
+
+ * ld-i386/i386.exp: Run nogot1.
+ * ld-x86-64/x86-64.exp: Likewise.
+
+2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-i386/hidden2.d: Don't hard code expected output.
+ * ld-i386/protected3.d: Likewise.
+ * ld-x86-64/hidden2.d: Likewise.
+ * ld-x86-64/protected3.d: Likewise.
+
+2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11791
+ * ld-ifunc/ifunc-10-i386.d: New.
+ * ld-ifunc/ifunc-10-i386.s: Likewise.
+ * ld-ifunc/ifunc-10-x86-64.d: Likewise.
+ * ld-ifunc/ifunc-10-x86-64.s: Likewise.
+ * ld-ifunc/ifunc-11-i386.d: Likewise.
+ * ld-ifunc/ifunc-11-i386.s: Likewise.
+ * ld-ifunc/ifunc-11-x86-64.d: Likewise.
+ * ld-ifunc/ifunc-11-x86-64.s: Likewise.
+
+2010-07-06 Alan Modra <amodra@gmail.com>
+
+ * ld-powerpc/relax.s: Add branch back to _start.
+ * ld-powerpc/relax.d: Update.
+ * ld-powerpc/relaxr.d: Update.
+
+2010-07-01 Alan Modra <amodra@gmail.com>
+
+ * lib/ld-lib.exp (default_ld_simple_link): Add $gcc_ld_flag before
+ any other options in $ld.
+
+2010-06-29 Alan Modra <amodra@gmail.com>
+
+ * ld-maxq/maxq.exp: Delete file.
+ * ld-maxq/addend.dd, * ld-maxq/addend.s, * ld-maxq/paddr.dd,
+ * ld-maxq/paddr.s, * ld-maxq/paddr1.dd, * ld-maxq/paddr1.s,
+ * ld-maxq/r32-1.s, * ld-maxq/r32-2.s, * ld-maxq/r32.dd: Likewise.
+
+2010-06-15 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-elf/orphan3.d: Allow section names starting '_'.
+ * ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
+ ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
+ ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
+ ld-tic6x/attr-arch-c62x.s, ld-tic6x/attr-arch-c64x+-c62x.d,
+ ld-tic6x/attr-arch-c64x+-c64x+.d, ld-tic6x/attr-arch-c64x+-c64x.d,
+ ld-tic6x/attr-arch-c64x+-c674x.d,
+ ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
+ ld-tic6x/attr-arch-c64x+.s, ld-tic6x/attr-arch-c64x-c62x.d,
+ ld-tic6x/attr-arch-c64x-c64x+.d, ld-tic6x/attr-arch-c64x-c64x.d,
+ ld-tic6x/attr-arch-c64x-c674x.d, ld-tic6x/attr-arch-c64x-c67x+.d,
+ ld-tic6x/attr-arch-c64x-c67x.d, ld-tic6x/attr-arch-c64x.s,
+ ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
+ ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
+ ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
+ ld-tic6x/attr-arch-c674x.s, ld-tic6x/attr-arch-c67x+-c62x.d,
+ ld-tic6x/attr-arch-c67x+-c64x+.d, ld-tic6x/attr-arch-c67x+-c64x.d,
+ ld-tic6x/attr-arch-c67x+-c674x.d,
+ ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
+ ld-tic6x/attr-arch-c67x+.s, ld-tic6x/attr-arch-c67x-c62x.d,
+ ld-tic6x/attr-arch-c67x-c64x+.d, ld-tic6x/attr-arch-c67x-c64x.d,
+ ld-tic6x/attr-arch-c67x-c674x.d, ld-tic6x/attr-arch-c67x-c67x+.d,
+ ld-tic6x/attr-arch-c67x-c67x.d, ld-tic6x/attr-arch-c67x.s: New.
+
+2010-06-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/arm-call.d: Handle change in lsls/movs disassembly.
+ * ld-arm/farcall-thumb-arm-short.d: Likewise.
+ * ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Likewise.
+ * ld-arm/farcall-thumb-thumb-blx.d: Likewise.
+ * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
+ * ld-arm/farcall-thumb-thumb-m.d: Likewise.
+ * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
+ * ld-arm/farcall-thumb-thumb.d: Likewise.
+ * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
+ * ld-arm/thumb2-bl-as-thumb1-bad.d: Likewise.
+ * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
+ * ld-arm/thumb2-bl-bad.d: Likewise.
+
+2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11628
+ * ld-elf/textaddr3.d: New.
+ * ld-elf/textaddr4.d: Likewise.
+ * ld-elf/textaddr5.d: Likewise.
+ * ld-elf/textaddr6.d: Likewise.
+ * ld-elf/textaddr7.d: Likewise.
+
+2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
+ Joseph Myers <joseph@codesourcery.com>
+ Andrew Stubbs <ams@codesourcery.com>
+
+ * ld-sh/sh.exp: Handle uClinux like Linux.
+ * lib/ld-lib.exp (is_elf_format): Include sh*-*-uclinux*.
+ * ld-sh/fdpic-funcdesc-shared.d: New file.
+ * ld-sh/fdpic-funcdesc-shared.s: New file.
+ * ld-sh/fdpic-funcdesc-static.d: New file.
+ * ld-sh/fdpic-funcdesc-static.s: New file.
+ * ld-sh/fdpic-gotfuncdesc-shared.d: New file.
+ * ld-sh/fdpic-gotfuncdesc-shared.s: New file.
+ * ld-sh/fdpic-gotfuncdesc-static.d: New file.
+ * ld-sh/fdpic-gotfuncdesc-static.s: New file.
+ * ld-sh/fdpic-gotfuncdesci20-shared.d: New file.
+ * ld-sh/fdpic-gotfuncdesci20-shared.s: New file.
+ * ld-sh/fdpic-gotfuncdesci20-static.d: New file.
+ * ld-sh/fdpic-gotfuncdesci20-static.s: New file.
+ * ld-sh/fdpic-goti20-shared.d: New file.
+ * ld-sh/fdpic-goti20-shared.s: New file.
+ * ld-sh/fdpic-goti20-static.d: New file.
+ * ld-sh/fdpic-goti20-static.s: New file.
+ * ld-sh/fdpic-gotofffuncdesc-shared.d: New file.
+ * ld-sh/fdpic-gotofffuncdesc-shared.s: New file.
+ * ld-sh/fdpic-gotofffuncdesc-static.d: New file.
+ * ld-sh/fdpic-gotofffuncdesc-static.s: New file.
+ * ld-sh/fdpic-gotofffuncdesci20-shared.d: New file.
+ * ld-sh/fdpic-gotofffuncdesci20-shared.s: New file.
+ * ld-sh/fdpic-gotofffuncdesci20-static.d: New file.
+ * ld-sh/fdpic-gotofffuncdesci20-static.s: New file.
+ * ld-sh/fdpic-gotoffi20-shared.d: New file.
+ * ld-sh/fdpic-gotoffi20-shared.s: New file.
+ * ld-sh/fdpic-gotoffi20-static.d: New file.
+ * ld-sh/fdpic-gotoffi20-static.s: New file.
+ * ld-sh/fdpic-plt-be.d: New file.
+ * ld-sh/fdpic-plt-le.d: New file.
+ * ld-sh/fdpic-plt.s: New file.
+ * ld-sh/fdpic-plti20-be.d: New file.
+ * ld-sh/fdpic-plti20-le.d: New file.
+ * ld-sh/fdpic-stack-default.d: New file.
+ * ld-sh/fdpic-stack-size.d: New file.
+ * ld-sh/fdpic-stack.s: New file.
+
+2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR gas/11600
+ * ld-elf/exclude3.s: New.
+ * ld-elf/exclude3a.d: Likewise.
+ * ld-elf/exclude3b.d: Likewise.
+ * ld-elf/exclude3c.d: Likewise.
+
+2010-05-11 Andrew Stubbs <ams@codesourcery.com>
+
+ * ld-arm/attr-merge-2.attr: Add Tag_DIV_use.
+ * ld-arm/attr-merge-2a.s: Likewise.
+ * ld-arm/attr-merge-2b.s: Likewise.
+ * ld-arm/attr-merge-3a.s: Likewise.
+ * ld-arm/attr-merge-3b.s: Likewise.
+ * ld-arm/attr-merge-4.attr: Likewise.
+ * ld-arm/attr-merge-5.attr: Likewise.
+ * ld-arm/attr-merge-6.attr: Likewise.
+ * ld-arm/attr-merge-7.attr: Likewise.
+ * ld-arm/attr-merge-arch-1.attr: Likewise.
+ * ld-arm/attr-merge-arch-2.attr: Likewise.
+ * ld-arm/attr-merge-unknown-2.d: Likewise.
+ * ld-arm/attr-merge-unknown-2r.d: Likewise.
+ * ld-arm/attr-merge-unknown-3.d: Likewise.
+ * ld-arm/attr-merge-vfp-1.d: Likewise.
+ * ld-arm/attr-merge-vfp-1r.d: Likewise.
+ * ld-arm/attr-merge-vfp-2.d: Likewise.
+ * ld-arm/attr-merge-vfp-2r.d: Likewise.
+ * ld-arm/attr-merge-vfp-3.d: Likewise.
+ * ld-arm/attr-merge-vfp-3r.d: Likewise.
+ * ld-arm/attr-merge-vfp-4.d: Likewise.
+ * ld-arm/attr-merge-vfp-4r.d: Likewise.
+ * ld-arm/attr-merge-vfp-5.d: Likewise.
+ * ld-arm/attr-merge-vfp-5r.d: Likewise.
+ * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-00.d: Likewise.
+ * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-02.d: Likewise.
+ * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-04.d: Likewise.
+ * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-20.d: Likewise.
+ * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-22.d: Likewise.
+ * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-40.d: Likewise.
+ * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-44.d: Likewise.
+ * ld-arm/attr-merge.attr: Likewise.
+
+2010-05-11 Jie Zhang <jie@codesourcery.com>
+
+ * ld-arm/attr-merge-vfp-6.d: New test.
+ * ld-arm/attr-merge-vfp-6r.d: New test.
+ * ld-arm/attr-merge-vfpv3xd.s: New test.
+ * ld-arm/arm-elf.exp: Add attr-merge-vfp-6 and attr-merge-vfp-6r.
+
+2010-05-07 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * ld-arm/cortex-a8-fix-bl-rel-plt.d: New file.
+ * ld-arm/arm-elf.exp (armelftests): Run cortex-a8-fix-bl-rel-plt.d.
+
+2010-05-06 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-elf/orphan-region.d: Use ld -N.
+
+2010-04-30 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11542
+ * ld-elf/discard.ld: New.
+ * ld-elf/discard1.d: Likewise.
+ * ld-elf/discard1.s: Likewise.
+ * ld-elf/discard2.d: Likewise.
+ * ld-elf/discard2.s: Likewise.
+ * ld-elf/discard3.d: Likewise.
+
+2010-04-22 Alan Modra <amodra@gmail.com>
+
+ * ld-elf/extract-symbol-1sec.d: Update lma.
+ * ld-i386/alloc.d: Expect a warning, not an error.
+
+2010-04-20 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-tic6x/data-reloc-global-rel.d,
+ ld-tic6x/data-reloc-global-rel.s,
+ ld-tic6x/data-reloc-local-r-rel.d,
+ ld-tic6x/data-reloc-local-rel.d, ld-tic6x/mvk-reloc-global-rel.d,
+ ld-tic6x/mvk-reloc-global-rel.s, ld-tic6x/mvk-reloc-local-1-rel.s,
+ ld-tic6x/mvk-reloc-local-2-rel.s,
+ ld-tic6x/mvk-reloc-local-r-rel.d, ld-tic6x/mvk-reloc-local-rel.d,
+ ld-tic6x/pcrel-reloc-global-rel.d,
+ ld-tic6x/pcrel-reloc-local-r-rel.d,
+ ld-tic6x/pcrel-reloc-local-rel.d, ld-tic6x/sbr-reloc-global-rel.d,
+ ld-tic6x/sbr-reloc-global-rel.s, ld-tic6x/sbr-reloc-local-1-rel.s,
+ ld-tic6x/sbr-reloc-local-2-rel.s,
+ ld-tic6x/sbr-reloc-local-r-rel.d, ld-tic6x/sbr-reloc-local-rel.d:
+ New.
+
+2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/attr-merge-2.attr: Update for changes in attribute output.
+ * ld-arm/attr-merge-3.attr: Likewise.
+ * ld-arm/attr-merge-vfp-1.d: Likewise.
+ * ld-arm/attr-merge-vfp-1r.d: Likewise.
+ * ld-arm/attr-merge-vfp-2.d: Likewise.
+ * ld-arm/attr-merge-vfp-2r.d: Likewise.
+ * ld-arm/attr-merge-vfp-3.d: Likewise.
+ * ld-arm/attr-merge-vfp-3r.d: Likewise.
+ * ld-arm/attr-merge-vfp-4.d: Likeiwse.
+ * ld-arm/attr-merge-vfp-4r.d: Likewise.
+ * ld-arm/attr-merge-vfp-5.d: Likewise.
+ * ld-arm/attr-merge-vfp-5r.d: Likewise.
+ * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-00.d: Likewise.
+ * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-02.d: Likewise.
+ * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-04.d: Likewise.
+ * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-20.d: Likewise.
+ * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-22.d: Likewise.
+ * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-40.d: Likewise.
+ * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
+ * ld-arm/attr-merge-wchar-44.d: Likewise.
+ * ld-arm/attr-merge.attr: Likewise.
+
+2010-04-06 David S. Miller <davem@davemloft.net>
+
+ * ld-elfvers/vers.exp: Pass -Av9a to assembler on sparc-*-*
+
+2010-04-05 Kai Tietz <kai.tietz@onevision.com>
+
+ * ld-pe/orphan_nu.d: New test for --no-leading-underscore.
+ * ld-pe/orphana_nu.s: New file.
+ * ld-pe/pe.exp: Add orphan_nu test.
+
+2010-04-01 Nathan Sidwell <nathan@codesourcery.com>
+
+ * ld-powerpc/apuinfo-nul.rd: New.
+ * ld-powerpc/apuinfo-nul1.s: New.
+ * ld-powerpc/powerpc.exp: Add it.
+
+2010-03-31 Kai TIetz <kai.tietz@onevision.com>
+
+ * ld-pe//pe-compile.exp (run_basefile_test): Trim result of wc
+ before string compare.
+
+2010-03-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/script-type.sym: Fix test.
+
+2010-03-31 Kai TIetz <kai.tietz@onevision.com>
+
+ * ld-pe/basefile1.s: New.
+ * ld-pe/pe-compile.exp: Add base-file test.
+
+2010-03-31 Hans-Peter Nilsson <hp@axis.com>
+
+ PR ld/11458
+ * ld-cris/pcrelcp-1.d, ld-cris/pcrelcp-1.s: New test.
+
+ * lib/ld-lib.exp (run_dump_test): When checking linker message and
+ return code, when success with no message is expected, don't
+ continue if we have an abnormal exit with a message. Check output
+ of inspection program and fail if it had output or an abnormal
+ exit code. Include "warning" and "error" among the directives
+ where multiples are allowed and append to previous values.
+
+ * ld-cris/cris.exp (loop over $srcdir/$subdir/*dso-*.d): Apply
+ "file rootname", not "file tail", before applying runtest_file_p.
+
+2010-03-29 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * ld-arm/arm-elf.exp (armeabitests): Add v6-M farcall test.
+
+2010-03-25 Joseph Myers <joseph@codesourcery.com>
+
+ * ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
+ * ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*.
+ * ld-tic6x: New directory and testcases.
+
+2010-03-19 Jie Zhang <jie@codesourcery.com>
+
+ PR ld/11304
+ * ld-elf/pr11304.d: New test.
+ * ld-elf/pr11304a.s: New test.
+ * ld-elf/pr11304b.s: New test.
+ * lib/ld-lib.exp (regexp_diff): Add support for #failif.
+
+2010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * ld-elf/orphan-region.d, ld-elf/orphan-region.ld,
+ ld-elf/orphan-region.s: New files.
+
+2010-03-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/arm-merge-incompatible.d: New test.
+ * ld-arm/arm-merge-incompatiblea.s: Likewise.
+ * ld-arm/arm-merge-incompatibleb.s: Likewise.
+ * ld-arm/arm-elf.exp: Run the new test.
+
+2010-03-02 Christophe Lyon <christophe.lyon@st.com>
+ Alan Modra <amodra@gmail.com>
+
+ * ld-arm/arm-elf.exp: Change .text start address for
+ farcall-thumb-arm tests. Add v4t variant for farcall-mixed-lib
+ test.
+ * ld-arm/farcall-mixed-lib-v4t.d: New test.
+ * ld-arm/farcall-mixed-lib1.s: Don't force armv5t.
+ * ld-arm/farcall-mixed-lib2.s: Likewise.
+ * ld-arm/arm-call.d: Update expected results.
+ * ld-arm/cortex-a8-far.d: Likewise.
+ * ld-arm/farcall-group-size2.d: Likewise.
+ * ld-arm/farcall-group.d: Likewise.
+ * ld-arm/farcall-mix.d: Likewise.
+ * ld-arm/farcall-mix2.d: Likewise.
+ * ld-arm/farcall-mixed-app-v5.d: Likewise.
+ * ld-arm/farcall-mixed-app.d: Likewise.
+ * ld-arm/farcall-mixed-lib.d: Likewise.
+ * ld-arm/farcall-thumb-arm.d: Likewise.
+ * ld-arm/farcall-thumb-arm-blx.d: Likewise.
+ * ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
+ * ld-arm/farcall-thumb-arm-blx-pic-veneer.d: Likewise.
+ * ld-arm/farcall-thumb-arm.s: Update test. Add a new call to
+ potentially generate different types of stubs.
+
+2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-elf/init-fini-arrays.d: Pass --wide to readelf.
+
+2010-02-27 Jie Zhang <jie@codesourcery.com>
+
+ * ld-elf/init-fini-arrays.s: New test.
+ * ld-elf/init-fini-arrays.d: New test.
+
+2010-02-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/group-relocs.s: Mark code sections as executable.
+ * ld-arm/arm-elf.exp (armelftests): Only dump executable sections in
+ group-relocs test.
+ * ld-arm/reloc-boundaries.d: Fix test to work on Linux targets.
+
+2010-02-23 Nick Clifton <nickc@redhat.com>
+
+ * ld-elf/orphan4.d: Allow for other sections to be present in the
+ output.
+
+2010-02-18 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-ifunc/ifunc.exp: Expect System V OSABI in dynamic
+ ifunc-using executable.
+
+2010-02-19 Alan Modra <amodra@gmail.com>
+
+ * ld-elf/group.ld: Discard .dropme sections.
+ * ld-elf/group10.d, * ld-elf/group10.s: New test.
+
+2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/attr-merge-6.attr: Add new test. Missed off last commit.
+
+2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/attr-merge-3.attr: Fix test for new attribute values.
+ * ld-arm/attr-merge-3b.s: Likewise.
+ * ld-arm/attr-merge-unknown-1.d: Fix test now that 42 is a recognised
+ attribute ID.
+ * ld-arm/attr-merge-unknown-1.s: Likewise.
+ * ld-arm/attr-merge-6.attr: New test.
+ * ld-arm/attr-merge-6a.s: Likewise.
+ * ld-arm/attr-merge-6b.s: Likewise.
+ * ld-arm/attr-merge-7.attr: Likewise.
+ * ld-arm/attr-merge-7a.s: Likewise.
+ * ld-arm/attr-merge-7b.s: Likewise.
+ * ld-arm/arm-elf.exp: Run the new tests.
+
+2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/jump-reloc-veneers-long.d: Correct testcase for
+ arm-none-eabi target.
+ * ld-arm/jump-reloc-veneers-short1.d: Likewise
+ * ld-arm/jump-reloc-veneers-short2.d: Likewise
+
+2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
+
+ * ld-arm/arm-elf.exp (armelftests): New test case added.
+ * ld-arm/data-only-map.s: New file.
+ * ld-arm/data-only-map.d: New file.
+ * ld-arm/data-only-map.ld: New file.
+
+2010-02-11 David S. Miller <davem@davemloft.net>
+
+ * ld-sparc/gotop32.s: Add local symbol case.
+ * ld-sparc/gotop64.s: Likewise.
+ * ld-sparc/gotop32.rd: Adjust expected results.
+ * ld-sparc/gotop32.td: Likewise.
+ * ld-sparc/gotop64.dd: Likewise.
+ * ld-sparc/gotop64.rd: Likewise.
+ * ld-sparc/gotop64.td: Likewise.
+
+2010-02-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-elfvsb/elfvsb.exp: Fix tests for arm*-*-linux*.
+ * ld-shared/shared.exp: Likewise.
+
+2010-02-08 David S. Miller <davem@davemloft.net>
+
+ * ld-ifunc/ifunc.exp: Run for sparc.
+
+2010-02-08 Nathan Sidwell <nathan@codesourcery.com>
+
+ * ld-powerpc/apuinfo-nul.s: New.
+ * ld-powerpc/apuinfo.rd: Add it.
+ * ld-powerpc/powerpc.exp: Likewise.
+
+2010-02-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
+
+ * ld-arm/jump-reloc-veneers-long.d: New test.
+ * ld-arm/jump-reloc-veneers-short1.d: Likewise.
+ * ld-arm/jump-reloc-veneers-short2.d: Likewise.
+ * ld-arm/jump-reloc-veneers.s: Likewise.
+ * ld-arm/arm-elf.exp (armelftests): Run them.
+
+2010-01-28 Nick Clifton <nickc@redhat.com>
+
+ PR 11225
+ * ld-sh/refdbg-0-dso.d: Dump all sections.
+
+2010-01-26 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11218
+ * ld-gc/dummy.s: New.
+ * ld-gc/pr11218-1.c: Likewise.
+ * ld-gc/pr11218-2.c: Likewise.
+ * ld-gc/pr11218.d: Likewise.
+
+2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
+
+ * ld-powerpc/aix-ref-1-32.od, ld-powerpc/aix-ref-1-64.od,
+ ld-powerpc/aix-ref-1.s: New tests.
+ * ld-powerpc/aix52.exp: Run them.
+
+2010-01-14 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-elf/orphan4.d: Support 64bit targets.
+
+2010-01-13 DJ Delorie <dj@redhat.com>
+
+ * ld-elf/orphan4.d: New.
+ * ld-elf/orphan4.ld: New.
+ * ld-elf/orphan4.s: New.
+
+2010-01-13 Chao-ying Fu <fu@mips.com>
+
+ * ld-mips-elf/jr-to-b-1.d, ld-mips-elf/jr-to-b-2.d: New tests.
+ * ld-mips-elf/jr-to-b-1.s, ld-mips-elf/jr-to-b-2.s: Source.
+ * ld-mips-elf/mips-elf.exp: Run new tests.
+
+2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * ld-arm/arm-elf.exp (armelftests): Assemble Cortex-A8 tests with
+ -mcpu=cortex-a8.
+
+2010-01-13 Nick Clifton <nickc@redhat.com>
+
+ * ld-scrips/sort.exp: Skip these tests when the target is the
+ h8300.
+
+2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11146
+ * ld-elf/dynsym1.d: New.
+
+2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11138
+ * ld-elf/pr11138-1.c: New.
+ * ld-elf/pr11138-1.map: Likewise.
+ * ld-elf/pr11138-2.c: Likewise.
+ * ld-elf/pr11138-2.map: Likewise.
+ * ld-elf/pr11138.out: Likewise.
+
+ * ld-elf/shared.exp (build_tests): Add libpr11138-1.so and
+ libpr11138-2.o.
+ (run_tests): Add 2 tests for PR ld/11138.
+
+2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11133
+ * ld-gc/gc.exp: Run start.
+
+ * ld-gc/start.d: New.
+ * ld-gc/start.s: Likewise.
+
+2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/11143
+ * ld-gc/gc.exp: Run abi-note.
+
+ * ld-gc/abi-note.d: New.
+ * ld-gc/abi-note.s: Likewise.
+
+For older changes see ChangeLog-2009
+
+Local Variables:
+mode: change-log
+left-margin: 8
+fill-column: 74
+version-control: never
+End: