mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
a6b96bebd2
* elf-bfd.h (struct elf_backend_data): Add bfd_link_info pointer parameter. (_bfd_elf_sizeof_headers): Replace bfd_boolean param with bfd_link_info pointer. * targets.c (struct bfd_target <_bfd_sizeof_headers>): Likewise. * bfd.c (bfd_sizeof_headers): Tweak param name. * aout-adobe.c (aout_adobe_sizeof_headers): Adjust. * aoutx.h (NAME (aout, sizeof_headers)): Adjust. * binary.c (binary_sizeof_headers): Adjust. * bout.c (b_out_sizeof_headers): Adjust. * coff-rs6000.c (_bfd_xcoff_sizeof_headers): Adjust. * coff64-rs6000.c (xcoff64_sizeof_headers): Adjust. * coffgen.c (coff_sizeof_headers): Adjust. * ecoff.c (_bfd_ecoff_sizeof_headers): Adjust. (ecoff_compute_section_file_positions): Adjust. (_bfd_ecoff_write_object_contents): Adjust. * elf.c (get_program_header_size, _bfd_elf_sizeof_headers): Adjust. * elf32-arm.c (elf32_arm_additional_program_headers): Adjust. * elf32-i370.c (elf_backend_additional_program_headers): Adjust. * elf32-ppc.c (ppc_elf_additional_program_headers): Adjust. * elf64-hppa.c (elf64_hppa_additional_program_headers): Adjust. * elf64-x86-64.c (elf64_x86_64_additional_program_headers): Adjust. * elfxx-ia64.c (elfNN_ia64_additional_program_headers): Adjust. * elfxx-mips.c (_bfd_mips_elf_additional_program_headers): Adjust. * elfxx-mips.h (_bfd_mips_elf_additional_program_headers): Adjust. * i386msdos.c: Convert to ISO C. (msdos_sizeof_headers): Adjust. * i386os9k.c: Convert to ISO C. (os9k_sizeof_headers): Adjust. * ieee.c (ieee_sizeof_headers): Adjust. * ihex.c (ihex_sizeof_headers): Adjust. * libaout.h (NAME (aout, sizeof_headers)): Adjust. * libbfd-in.h (_bfd_nolink_sizeof_headers): Adjust. * libcoff-in.h (coff_sizeof_headers): Adjust. * libecoff.h (_bfd_ecoff_sizeof_headers): Adjust. * mach-o.c (bfd_mach_o_sizeof_headers): Adjust. * mmo.c (mmo_sizeof_headers): Adjust. * oasys.c (oasys_sizeof_headers): Adjust. * pdp11.c (NAME (aout, sizeof_headers)): Adjust. * pef.c (bfd_pef_sizeof_headers): Adjust. * ppcboot.c (ppcboot_sizeof_headers): Adjust. * som.c (som_sizeof_headers): Adjust. * srec.c (srec_sizeof_headers): Adjust. * tekhex.c (tekhex_sizeof_headers): Adjust. * versados.c (versados_sizeof_headers): Adjust. * vms.c (vms_sizeof_headers): Adjust. * xcoff-target.h (_bfd_xcoff_sizeof_headers): Adjust. * xsym.c (bfd_sym_sizeof_headers): Adjust. * xsym.h (bfd_sym_sizeof_headers): Adjust. * bfd-in2.h: Regenerate. * libbfd.h: Regenerate. * libcoff.h: Regenerate. ld/ * ldexp.c (fold_name): Adjust bfd_sizeof_headers call.
547 lines
18 KiB
Plaintext
547 lines
18 KiB
Plaintext
2006-06-19 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldexp.c (fold_name): Adjust bfd_sizeof_headers call.
|
||
|
||
2006-06-14 Kevin F. Quinn <kevquinn@gentoo.org>
|
||
|
||
* ld.texinfo: Document new -z lazy option.
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
|
||
new option.
|
||
(gld${EMULATION_NAME}_list_options): Update help text.
|
||
|
||
2006-06-12 Fred Fish <fnf@specifix.com>
|
||
|
||
* emulparams/elf32bmip.sh (OTHER_SECTIONS): Keep the
|
||
".mdebug.<abi>" and ".gcc_compiled_long<size>" sections
|
||
generated by mips gcc.
|
||
|
||
2006-06-12 Thiemo Seufer <ths@mips.com>
|
||
|
||
* emulparams/elf64bmip.sh, emulparams/elf64btsmip.sh (COMMONPAGESIZE):
|
||
Define.
|
||
|
||
2006-06-09 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.h (lang_input_statement_type): Use bitfields for booleans.
|
||
* ldlang.c (struct out_section_hash_entry): Rename from
|
||
output_statement_hash_entry. Delete output_section_statement_type
|
||
entry. Add statement_union_type entry. Adjust all users.
|
||
(output_section_statement_table): Rename from output_statement_table.
|
||
Adjust all users.
|
||
(output_section_statement_newfunc): Rename from
|
||
output_statement_newfunc. Adjust all users.
|
||
(output_section_statement_table_init): Rename from
|
||
output_statement_table_init. Adjust all users.
|
||
(output_section_statement_table_free): Rename from
|
||
output_statement_table_free. Adjust all users.
|
||
|
||
2006-06-07 Joseph S. Myers <joseph@codesourcery.com>
|
||
|
||
* po/Make-in (pdf, ps): New dummy targets.
|
||
|
||
2006-06-07 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.h (enum section_type): Delete dsect_section, copy_section,
|
||
info_section and overlay_section. Add noalloc_section.
|
||
* ldlang.c (lang_add_section): Adjust.
|
||
* ldgram.y (type): Adjust.
|
||
|
||
2006-06-06 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (init_os): Whitespace.
|
||
(map_input_to_output_sections): Don't init_os for lang_input_section.
|
||
(print_all_symbols): Remove forward declaration. Convert to ISO C.
|
||
|
||
2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* po/Make-in (top_builddir): Define.
|
||
|
||
2006-06-05 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldexp.c (exp_get_abs_int): Make error message the same as
|
||
others emitted in this file.
|
||
|
||
2006-06-05 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* config.in: Regenerate.
|
||
|
||
2006-06-05 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (lookup_name): Delete dead code. Remove FIXMEs.
|
||
|
||
2006-06-03 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* emultempl/elf32.em (global_found): Make it a pointer.
|
||
(stat_needed, try_needed): Adjust.
|
||
(check_needed): Don't skip non-loaded as-needed entries. Only
|
||
consider entries with both filename and the_bfd non-null.
|
||
(after_open): Try loading non-loaded as-needed libs to satisfy
|
||
DT_NEEDED libs.
|
||
|
||
2006-06-02 Joseph S. Myers <joseph@codesourcery.com>
|
||
|
||
* Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* Makefile.am: Replace INTLLIBS and INTLDEPS with LIBINTL
|
||
and LIBINTL_DEP everywhere.
|
||
(INTLLIBS): Remove.
|
||
(INCLUDES): Use @INCINTL@.
|
||
* configure.in: Use ZW_GNU_GETTEXT_SISTER_DIR and AM_PO_SUBDIRS.
|
||
Remove local code for po/Makefile.
|
||
* Makefile.in, configure: Regenerated.
|
||
|
||
2006-05-30 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* 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 <nickc@redhat.com>
|
||
|
||
* po/es.po: Updated Spanish translation.
|
||
|
||
2006-05-25 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* emulparams/elf_x86_64.sh (MAXPAGESIZE): Updated to 0x200000.
|
||
|
||
2006-05-24 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
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 <nickc@redhat.com>
|
||
|
||
* po/vi.po: Updated Vietnamese translation.
|
||
|
||
2006-05-24 Bjoern Haase <bjoern.m.haase@web.de>
|
||
|
||
* 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 <nickc@redhat.com>
|
||
|
||
* scripttempl/elf32crx.sc (.rdata): Add .rodata.*.
|
||
|
||
2006-05-19 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (lang_size_sections_1): Don't check mem regions for
|
||
os->ignored sections.
|
||
|
||
2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* ldlang.c (lang_size_sections): Call lang_reset_memory_regions
|
||
before redoing one_lang_size_sections_pass.
|
||
|
||
2006-05-11 Carlos O'Donell <carlos@codesourcery.com>
|
||
|
||
* ld.texinfo: Rename "Index" to "LD Index"
|
||
|
||
2006-05-11 Pedro Alves <pedro_alves@portugalmail.pt>
|
||
|
||
* 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 <amodra@bigpond.net.au>
|
||
|
||
* ld.texinfo: Document PowerPC and PowerPC64 options.
|
||
* gen-doc.texi: Enable.
|
||
|
||
2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* 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 <amodra@bigpond.net.au>
|
||
|
||
* ldlang.c (wild): Tidy default_common_section loop.
|
||
(print_input_section): Format.
|
||
|
||
* configure: Regenerate.
|
||
|
||
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* po/POTFILES.in: Regenerated.
|
||
|
||
2006-04-16 Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* config.in: Regenerated.
|
||
|
||
2006-04-14 David Heine <dlheine@tensilica.com>
|
||
Bob Wilson <bob.wilson@acm.org>
|
||
|
||
* 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<65> <flameeyes@gentoo.org>
|
||
|
||
* 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 <aldot@gcc.gnu.org>
|
||
|
||
* ld.texinfo: Fix typo in documentation of --check-sections.
|
||
|
||
2006-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
|
||
|
||
* 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 <carlos@codesourcery.com>
|
||
|
||
* 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 <hongjiu.lu@intel.com>
|
||
|
||
* 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 <amodra@bigpond.net.au>
|
||
|
||
* 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 <richard@codesourcery.com>
|
||
Daniel Jacobowitz <dan@codesourcery.com>
|
||
|
||
* 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 <ebotcazou@adacore.com>
|
||
|
||
* 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 <dannysmith@users.sourceforge.net>
|
||
|
||
* 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 <jakub@redhat.com>
|
||
|
||
* 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 <bernd.schmidt@analog.com>
|
||
|
||
* emulparams/elf32bfinfd.sh: New file.
|
||
* emultempl/bfin.em: Delete.
|
||
* emulparams/bfin.sh: Lose reference to bfin.em.
|
||
* Makefile.am (eelf32bfin.c): Likewise.
|
||
(eelf32bfinfd.c): New.
|
||
* Makefile.in: Regenerate.
|
||
* configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to
|
||
targ_extra_emuls.
|
||
|
||
2006-03-22 Richard Sandiford <richard@codesourcery.com>
|
||
Daniel Jacobowitz <dan@codesourcery.com>
|
||
Phil Edwards <phil@codesourcery.com>
|
||
Zack Weinberg <zack@codesourcery.com>
|
||
Mark Mitchell <mark@codesourcery.com>
|
||
Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* configure.tgt (mips*el-*-vxworks*, mips*-*-vxworks*): Use
|
||
separate VxWorks emulations.
|
||
* emulparams/elf32ebmipvxworks.sh: New file.
|
||
* emulparams/elf32elmipvxworks.sh: New file.
|
||
* Makefile.am (ALL_EMULATIONS): Add eelf32ebmipvxworks.o and
|
||
eelf32elmipvxworks.o.
|
||
(eelf32ebmipvxworks.c, eelf32elmipvxworks.c): New rules.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2006-03-16 Alan Modra <amodra@bigpond.net.au>
|
||
|
||
PR 2434
|
||
* ldcref.c (add_cref): Adjust bfd_hash_table_init calls.
|
||
* ldlang.c (output_statement_table_init, lang_init): Likewise.
|
||
* ldmain.c (add_ysym, add_wrap, add_keepsyms_file): Likewise.
|
||
(undefined_symbol): Likewise.
|
||
|
||
2006-03-07 Richard Sandiford <richard@codesourcery.com>
|
||
Daniel Jacobowitz <dan@codesourcery.com>
|
||
Zack Weinberg <zack@codesourcery.com>
|
||
Nathan Sidwell <nathan@codesourcery.com>
|
||
Paul Brook <paul@codesourcery.com>
|
||
Ricardo Anguiano <anguiano@codesourcery.com>
|
||
Phil Edwards <phil@codesourcery.com>
|
||
|
||
* emulparams/armelf_vxworks.sh: Include vxworks.sh.
|
||
(MAXPAGESIZE): Define.
|
||
* emulparams/vxworks.sh: Undefine EMBEDDED.
|
||
* Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2006-03-03 Bjoern Haase <bjoern.m.haase@web.de>
|
||
|
||
* scripttempl/avr.sc: Add *(.jumptables) *(.lowtext) sections.
|
||
Add KEEP() directives.
|
||
Add *(.data*) *(.rodata) and *(.rodata*) and *(.bss*) to .data and
|
||
.bss output sections.
|
||
|
||
2006-03-03 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* emulparams/vxworks.sh (VXWORKS_BASE_EM_FILE): New variable.
|
||
(EXTRA_EM_FILE): Define.
|
||
* emultempl/vxworks.em: New file.
|
||
* ld.texinfo (--force-dynamic): Document.
|
||
* Makefile.am (eelf32ppcvxworks.cm, eelf_i386_vxworks.c): Depend
|
||
on vxworks.em.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2006-03-02 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* emulparams/elf32ppccommon.sh: New file, extracted from...
|
||
* emulparams/elf32ppc.sh: ...here.
|
||
* emulparams/elf32ppcvxworks.sh: Include elf32ppccommon.sh
|
||
instead of elf32ppc.sh.
|
||
(BSS_PLT): Remove override.
|
||
* Makefile.am (eelf32lppc.c): Depend on elf32ppccommons.h.
|
||
(eelf32lppcnto.c, eelf32lppcsim.c, eelf32ppcnto.c): Likewise.
|
||
(eelf32ppc.c, eelf32ppc_fbsd.c, eelf32ppcsimm): Likewise.
|
||
(eelf32ppclinux.c): Likewise.
|
||
(eelf32ppcvxworks.c): Likewise. Add missing vxworks.sh dependency.
|
||
* Makefile.in: Regenerate.
|
||
|
||
2006-02-27 Carlos O'Donell <carlos@codesourcery.com>
|
||
|
||
* Makefile.am: Add html target.
|
||
* Makefile.in: Regenerate.
|
||
* po/Make-in: Add html target.
|
||
|
||
2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
|
||
Anil Paranjape <anilp1@kpitcummins.com>
|
||
Shilin Shakti <shilins@kpitcummins.com>
|
||
|
||
* scripttemp/elf32xc16x.sc: Default linker script for tiny model.
|
||
* scripttemp/elf32xc16xl.sc: Default linker script for large model.
|
||
* scripttemp/elf32xc16xs.sc: Default linker script for small model.
|
||
* emulparams/elf32xc16x.sh: Emulation script for tiny model.
|
||
* emulparams/elf32xc16xl.sh: Emulation script for large model.
|
||
* emulparams/elf32xc16xs.sh: Emulation script for small model.
|
||
* Makefile.am: Add entry to make xc16x target.
|
||
* Makefile.in: Regenerate.
|
||
* configure.tgt: Specify default and other emulation parameters
|
||
for xc16x.
|
||
* NEWS: Announce the support for the new target.
|
||
|
||
2006-02-16 Nick Hudson <nick.hudson@dsl.pipex.com>
|
||
|
||
* configure.tgt (mips*el-*-netbsd*, mips*-*-netbsd*):
|
||
Use the traditional target.
|
||
|
||
2006-02-13 Joseph S. Myers <joseph@codesourcery.com>
|
||
|
||
* configure.tgt (arm*b-*-linux-gnueabi): Change to
|
||
arm*b-*-linux-*eabi.
|
||
(arm*-*-linux-gnueabi): Change to arm*-*-linux-*eabi.
|
||
|
||
2006-02-08 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/2290
|
||
* NEWS: Updated for the Linux linker search order change.
|
||
|
||
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Call
|
||
gld${EMULATION_NAME}_check_ld_so_conf before checking default
|
||
search directories for DT_NEEDED entries.
|
||
|
||
2006-02-07 Paul Brook <paul@codesourcery.com>
|
||
|
||
* emultempl/armelf.em: Include elf/arm.h.
|
||
(arm_elf_finish): Set low address bit if enty point is a Thumb
|
||
function.
|
||
|
||
2006-02-01 Danny Smith <dannysmith@users.sourceforge.net>
|
||
|
||
* deffilep.y (def_image_name): If the image name does not have
|
||
a suffix, append the default.
|
||
* ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
|
||
|
||
2006-01-31 Danny Smith dannysmith@users.sourceforge.net
|
||
|
||
* NEWS: Mention support for forward exports in PE-COFF dll's.
|
||
* ld.texinfo: Expand documentation of EXPORT statements in
|
||
PE-COFF .def files.
|
||
|
||
2006-01-31 Filip Navara <navaraf@reactos.com>
|
||
|
||
* deffile.h (struct def_file_export): Add field flag_forward.
|
||
* pe-dll.c (process_def_file): Check for forward exports.
|
||
(generate_edata): Generate forward export symbols.
|
||
(fill_edata): Emit them.
|
||
|
||
* pe-dll.c (process_def_file): Don't crash on malformed
|
||
fastcall symbol names in .def file.
|
||
|
||
2006-01-30 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/vi.po: Updated Vietnamese translation.
|
||
|
||
2006-01-27 Yitzchak Scott-Thoennes <sthoenna@efn.org>
|
||
|
||
* pe-dll.c (pe_dll_generate_implib): Issue "Creating library
|
||
file:" as informational message, not a warning.
|
||
|
||
2006-01-18 Roger Sayle <roger@eyesopen.com>
|
||
|
||
* emultempl/irix.em: Use lbasename instead of basename.
|
||
|
||
2006-01-16 Nick Clifton <nickc@redhat.com>
|
||
|
||
* po/zh_CN.po: New Chinese (simplified) translation.
|
||
* configure.in (ALL_LINGUAS): Add "zh_CH".
|
||
* configure: Regenerate.
|
||
|
||
2006-01-16 Bernhard Fischer <aldot@gcc.gnu.org>
|
||
|
||
* ld.texinfo (Options): Fix typo.
|
||
|
||
For older changes see ChangeLog-2005
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|