X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=0c75415625d1894a16fdba5b2583544e72b284cf;hb=24718e3ba575439155f233fc593a9ebd6d33f3c5;hp=57894bd058bbb601a086955bc64cd184f51602fb;hpb=753a4ce3929a5db443ed75e9d82c3e976c61f072;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 57894bd058..0c75415625 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,273 @@ +2006-05-30 H.J. Lu + + * emulparams/arcelf.sh (MAXPAGESIZE): Changed to + "CONSTANT (MAXPAGESIZE)". + * emulparams/armelf_nbsd.sh: Likewise. + * emulparams/armelf_vxworks.sh: Likewise. + * emulparams/armnto.sh: Likewise. + * emulparams/armsymbian.sh: Likewise. + * emulparams/crislinux.sh: Likewise. + * emulparams/elf32_i860.sh: Likewise. + * emulparams/elf32_i960.sh: Likewise. + * emulparams/elf32am33lin.sh: Likewise. + * emulparams/elf32bfinfd.sh: Likewise. + * emulparams/elf32bmipn32-defs.sh: Likewise. + * emulparams/elf32frvfd.sh: Likewise. + * emulparams/elf32i370.sh: Likewise. + * emulparams/elf32lppcnto.sh: Likewise. + * emulparams/elf32mcore.sh: Likewise. + * emulparams/elf32openrisc.sh: Likewise. + * emulparams/elf32ppcnto.sh: Likewise. + * emulparams/elf32ppcwindiss.sh: Likewise. + * emulparams/elf32vax.sh: Likewise. + * emulparams/elf32xc16x.sh: Likewise. + * emulparams/elf32xc16xl.sh: Likewise. + * emulparams/elf32xc16xs.sh: Likewise. + * emulparams/elf64_aix.sh: Likewise. + * emulparams/elf64hppa.sh: Likewise. + * emulparams/elf64mmix.sh: Likewise. + * emulparams/elf_i386_be.sh: Likewise. + * emulparams/elf_i386_chaos.sh: Likewise. + * emulparams/elf_i386_ldso.sh: Likewise. + * emulparams/hppa64linux.sh: Likewise. + * emulparams/hppalinux.sh: Likewise. + * emulparams/hppaobsd.sh: Likewise. + * emulparams/i386lynx.sh: Likewise. + * emulparams/i386moss.sh: Likewise. + * emulparams/i386nto.sh: Likewise. + * emulparams/i386nw.sh: Likewise. + * emulparams/m32relf_linux.sh: Likewise. + * emulparams/m68kpsos.sh: Likewise. + * emulparams/or32elf.sh: Likewise. + * emulparams/pjelf.sh: Likewise. + * emulparams/pjlelf.sh: Likewise. + * emulparams/ppclynx.sh: Likewise. + * emulparams/ppcnw.sh: Likewise. + * emulparams/shelf32_nbsd.sh : Likewise. + * emulparams/shelf_nbsd.sh: Likewise. + * emulparams/shelf_nto.sh: Likewise. + * emulparams/shlelf_nto.sh: Likewise. + * emulparams/xtensa-config.sh: Likewise. + + * emulparams/armelf_linux.sh (MAXPAGESIZE): Changed to + "CONSTANT (MAXPAGESIZE)". + (COMMONPAGESIZE): Changed to "CONSTANT (COMMONPAGESIZE)". + * emulparams/elf32_sparc.sh: Likewise. + * emulparams/elf32bmip.sh: Likewise. + * emulparams/elf32ppccommon.sh: Likewise. + * emulparams/elf64_ia64.sh: Likewise. + * emulparams/elf64_s390.sh: Likewise. + * emulparams/elf64_sparc.sh: Likewise. + * emulparams/elf64alpha.sh: Likewise. + * emulparams/elf64ppc.sh: Likewise. + * emulparams/elf_i386.sh: Likewise. + * emulparams/elf_i386_vxworks.sh: Likewise. + * emulparams/elf_s390.sh: Likewise. + * emulparams/elf_x86_64.sh: Likewise. + * emulparams/shlelf32_linux.sh: Likewise. + * emulparams/shlelf_linux.sh: Likewise. + + * emulparams/elf32bmipn32.sh (COMMONPAGESIZE): Changed to + "CONSTANT (COMMONPAGESIZE)". + * emulparams/elf32btsmipn32.sh: Likewise. + + * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add + "-z max-page-size=" and "-z common-page-size=". + (gld${EMULATION_NAME}_list_options): Likewise. + + * ld.h (ld_config_type): Add maxpagesize and commonpagesize. + + * ld.texinfo: Document "-z max-page-size=" and + "-z common-page-size=". + + * ldexp.c (exp_print_token): Handle CONSTANT. + (fold_name): Likewise. + * ldgram.y: Likewise. + * ldlex.l: Likewise. + + * ldmain.c (main): Initiliaze config.maxpagesize and + config.commonpagesize. Call bfd_emul_set_maxpagesize if + config.maxpagesize isn't 0. Call bfd_emul_set_commonpagesize if + config.commonpagesize config.maxpagesize isn't 0. + +2006-05-30 Nick Clifton + + * po/es.po: Updated Spanish translation. + +2006-05-25 H.J. Lu + + * emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000. + +2006-05-24 H.J. Lu + + PR ld/1485 + * configure.in: Use ${srcdir}/../bfd/config.bfd to check 64bit + bfd. Support 64bit host for --enable-targets=all. + * configure: Regenerated. + +2006-05-24 Nick Clifton + + * po/vi.po: Updated Vietnamese translation. + +2006-05-24 Bjoern Haase + + * configure.tgt: Add avr6 to emulation list. + * Makefile.am: Add eavr6.o and corresponding rule. + * Makefile.in: Regenerate. + * emulparams/avr6.sh: New file. + * emulparams/avrX.sh (TEMPLATE_NAME): Use elf32 instead of generic + for target option support. + (EXTRA_EM_FILE): Add reference to new em template file avrelf. + * scripttempl/avr.sc: Add ".trampolines" section. + * emultempl/avrelf.em: Add new file for target specific options. + +2006-05-22 Nick Clifton + + * scripttempl/elf32crx.sc (.rdata): Add .rodata.*. + +2006-05-19 Alan Modra + + * ldlang.c (lang_size_sections_1): Don't check mem regions for + os->ignored sections. + +2005-05-17 Daniel Jacobowitz + + * ldlang.c (lang_size_sections): Call lang_reset_memory_regions + before redoing one_lang_size_sections_pass. + +2006-05-11 Carlos O'Donell + + * ld.texinfo: Rename "Index" to "LD Index" + +2006-05-11 Pedro Alves + + * pe-dll.c (autofilter_symbollist): Add Dllmain, + DllMainCRTStartup, _DllMainCRTStartup and .text. + (autofilter_liblist): Add libcegcc. + (autofilter_symbolprefixlist): Add __imp_ and .idata$. + (generate_reloc): Do not skip sections without a SEC_LOAD flag, + they can still contain relocs that need processing. + Skip the .idata$6 section. + (jmp_arm_bytes): New array: Contains byte codes for an ARM jump. + (make_one): Use the new array. + (make_import_fixup_entry): Use .idata$2 instead of .idata$3. + * emultempl/pe.em (MajorSubsystemVersion): Set to 3 for armpe. + +2006-05-05 Alan Modra + + * ld.texinfo: Document PowerPC and PowerPC64 options. + * gen-doc.texi: Enable. + +2006-05-02 Daniel Jacobowitz + + * Makefile.am (AM_MAKEINFOFLAGS): Add libiberty. + (TEXI2POD): Use AM_MAKEINFOFLAGS. + (configdoc.texi): Don't set top_srcdir. + * ld.texinfo: Don't use top_srcdir. + * aclocal.m4, Makefile.in: Regenerated. + +2006-04-19 Alan Modra + + * ldlang.c (wild): Tidy default_common_section loop. + (print_input_section): Format. + + * configure: Regenerate. + +2006-04-16 Daniel Jacobowitz + + * po/POTFILES.in: Regenerated. + +2006-04-16 Daniel Jacobowitz + + * config.in: Regenerated. + +2006-04-14 David Heine + Bob Wilson + + * emultempl/xtensaelf.em (elf_xtensa_before_allocation): Call new + function to strip inconsistent linkonce sections. + (input_section_linked_worker, input_section_linked): New. + (is_inconsistent_linkonce_section): New. + (xtensa_strip_inconsistent_linkonce_sections): New. + +2006-04-11 Diego Pettenò + + * emultempl/elf32.em: Add support for elf-hints.h on FreeBSD + and Dragonfly targets. + * configure.in (AC_CHECK_HEADERS): Add elf-hints.h. + * Makefile.am (HFILES): Add elf-hints-local.h. + * elf-hints-local.h: New file. + * Makefile.in: Regenerate. + * configure: Regenerate. + +2006-04-07 Bernhard Fischer + + * ld.texinfo: Fix typo in documentation of --check-sections. + +2006-04-07 Kaz Kojima + + * ldlang.c (load_symbols): Set as_needed and add_needed according + to the corresponding script's fields while processing it. + +2006-04-06 Carlos O'Donell + + * Makefile.am: Add install-html, install-html-am, and + install-html-recursive targets. + * Makefile.in: Regenerate. + * configure.in: AC_SUBST datarootdir, docdir, htmldir. + * configure: Regenerate. + * po/Make-in: Add install-html target. + +2006-04-06 H.J. Lu + + * emultempl/ia64elf.em: Set link_info.relax_pass to 2. Remove + link_info.need_relax_finalize. + + * ldlang.c (relax_sections): New. + (lang_process): Use. Call relax_sections link_info.relax_pass + times. + + * ldmain.c (main): Set link_info.relax_pass to 1. Remove + link_info.need_relax_finalize. + +2006-04-05 Alan Modra + + * Makefile.am (GENSCRIPTS): Pass prefix. + * Makefile.in: Regenerate. + * genscripts.sh: Adjust for extra parameter. + * emultempl/elf32.em (parse_ld_so_conf): Return true iff file + exists. + (check_ld_so_conf): Use ${prefix}/etc/ld.so.conf if it exists. + * NEWS: Update. + +2006-04-05 Richard Sandiford + Daniel Jacobowitz + + * configure.tgt (sparc*-*-vxworks*): New stanza. + * emulparams/elf32_sparc_vxworks.sh: New file. + * Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o. + (eelf32_sparc_vxworks.c): New rule. + * Makefile.in: Regenerate. + +2006-04-04 Eric Botcazou + + * ldlang.c (lang_map): Print the list of discarded input sections. + (print_input_section): Change parameter and print zero-sized sections. + (print_statement): Adjust call to print_input_section. + +2006-04-01 Danny Smith + + * deffilep.y (def_image_name): If LIBRARY or NAME statement + specifies an empty string, retain the name specified on command + line. + * ld.texinfo: Document above. + +2006-03-31 Jakub Jelinek + + * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If + bfd_find_nearest_line succeeded for %C or %D, but filename + is NULL, print section+offset at the end. + 2006-03-25 Bernd Schmidt * emulparams/elf32bfinfd.sh: New file.