mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
0a44bf6950
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> bfd/ * bfd-in2.h: Regenerate. * config.bfd (mips*-*-vxworks*, mips*el-*-vxworks*): New stanzas. * configure.in (bfd_elf32_bigmips_vxworks_vec): New stanza. (bfd_elf32_littlemips_vxworks_vec): Likewise. (bfd_elf32_bigmips_vec): Add elf-vxworks.lo. (bfd_elf32_littlemips_vec): Likewise. (bfd_elf32_nbigmips_vec): Likewise. (bfd_elf32_nlittlemips_vec): Likewise. (bfd_elf32_ntradbigmips_vec): Likewise. (bfd_elf32_ntradlittlemips_vec): Likewise. (bfd_elf32_tradbigmips_vec): Likewise. (bfd_elf32_tradlittlemips_vec): Likewise. (bfd_elf64_bigmips_vec): Likewise. (bfd_elf64_littlemips_vec): Likewise. (bfd_elf64_tradbigmips_vec): Likewise. (bfd_elf64_tradlittlemips_vec): Likewise. * elf32-mips.c: Include elf-vxworks.h. (mips_info_to_howto_rel): Use elf_backend_mips_rtype_to_howto instead of calling mips_elf32_rtype_to_howto directly. (mips_vxworks_copy_howto_rela): New reloc howto. (mips_vxworks_jump_slot_howto_rela): Likewise. (mips_vxworks_bfd_reloc_type_lookup): New function. (mips_vxworks_rtype_to_howto): Likewise. (mips_vxworks_final_write_processing): Likewise. (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME): Override for VxWorks. (TARGET_BIG_SYM, TARGET_BIG_NAME, elf_bed, ELF_MAXPAGESIZE): Likewise. (elf_backend_want_got_plt): Likewise. (elf_backend_want_plt_sym): Likewise. (elf_backend_got_symbol_offset): Likewise. (elf_backend_want_dynbss): Likewise. (elf_backend_may_use_rel_p): Likewise. (elf_backend_may_use_rela_p): Likewise. (elf_backend_default_use_rela_p): Likewise. (elf_backend_got_header_size: Likewise. (elf_backend_plt_readonly): Likewise. (bfd_elf32_bfd_reloc_type_lookup): Likewise. (elf_backend_mips_rtype_to_howto): Likewise. (elf_backend_adjust_dynamic_symbol): Likewise. (elf_backend_finish_dynamic_symbol): Likewise. (bfd_elf32_bfd_link_hash_table_create): Likewise. (elf_backend_add_symbol_hook): Likewise. (elf_backend_link_output_symbol_hook): Likewise. (elf_backend_emit_relocs): Likewise. (elf_backend_final_write_processing: Likewise. (elf_backend_additional_program_headers): Likewise. (elf_backend_modify_segment_map): Likewise. (elf_backend_symbol_processing): Likewise. * elfxx-mips.c: Include elf-vxworks.h. (mips_elf_link_hash_entry): Add is_relocation_target and is_branch_target fields. (mips_elf_link_hash_table): Add is_vxworks, srelbss, sdynbss, srelplt, srelplt2, sgotplt, splt, plt_header_size and plt_entry_size fields. (MIPS_ELF_RELA_SIZE, MIPS_ELF_REL_DYN_NAME): New macros. (MIPS_RESERVED_GOTNO): Take a mips_elf_link_hash_table argument. Return 3 for VxWorks. (ELF_MIPS_GP_OFFSET): Change the argument from a bfd to a mips_elf_link_hash_table. Return 0 for VxWorks. (MIPS_ELF_GOT_MAX_SIZE): Change the argument from a bfd to a mips_elf_link_hash_table. Update the call to ELF_MIPS_GP_OFFSET. (mips_vxworks_exec_plt0_entry): New variable. (mips_vxworks_exec_plt_entry): Likewise. (mips_vxworks_shared_plt0_entry): Likewise. (mips_vxworks_shared_plt_entry): Likewise. (mips_elf_link_hash_newfunc): Initialize the new hash_entry fields. (mips_elf_rel_dyn_section): Change the bfd argument to a mips_elf_link_hash_table. Use MIPS_ELF_REL_DYN_NAME to get the name of the section. (mips_elf_initialize_tls_slots): Update the call to mips_elf_rel_dyn_section. (mips_elf_gotplt_index): New function. (mips_elf_local_got_index): Add an input_section argument. Update the call to mips_elf_create_local_got_entry. (mips_elf_got_page): Likewise. (mips_elf_got16_entry): Likewise. (mips_elf_create_local_got_entry): Add bfd_link_info and input_section arguments. Create dynamic relocations for each entry on VxWorks. (mips_elf_merge_gots): Update the use of MIPS_ELF_GOT_MAX_SIZE. (mips_elf_multi_got): Update the uses of MIPS_ELF_GOT_MAX_SIZE and MIPS_RESERVED_GOTNO. (mips_elf_create_got_section): Update the uses of MIPS_ELF_GOT_MAX_SIZE. Create .got.plt on VxWorks. (is_gott_symbol): New function. (mips_elf_calculate_relocation): Use a dynobj local variable. Update the calls to mips_elf_local_got_index, mips_elf_got16_entry and mips_elf_got_page_entry. Set G to the .got.plt entry when calculating VxWorks R_MIPS_CALL* relocations. Calculate and use G for all GOT relocations on VxWorks. Add dynamic relocations for references to the VxWorks __GOTT_BASE__ and __GOTT_INDEX__ symbols. Don't create dynamic relocations for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 in VxWorks executables. (mips_elf_allocate_dynamic_relocations): Add a bfd_link_info argument. Use MIPS_ELF_RELA_SIZE to calculate the size of a VxWorks entry. Don't allocate a null entry on VxWorks. (mips_elf_create_dynamic_relocation): Update the call to mips_elf_rel_dyn_section. Use absolute rather than relative relocations for VxWorks, and make them RELA rather than REL. (_bfd_mips_elf_create_dynamic_sections): Don't make .dynamic read-only on VxWorks. Update the call to mips_elf_rel_dyn_section. Create the .plt, .rela.plt, .dynbss and .rela.bss sections on VxWorks. Likewise create the _PROCEDURE_LINKAGE_TABLE symbol. Call elf_vxworks_create_dynamic_sections for VxWorks and initialize the plt_header_size and plt_entry_size fields. (_bfd_mips_elf_check_relocs): Don't allow GOT relocations to be used in VxWorks executables. Don't allocate dynamic relocations for R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 in VxWorks executables. Set is_relocation_target for each symbol referenced by a relocation. Allocate .rela.dyn entries for relocations against the special VxWorks __GOTT_BASE__ and __GOTT_INDEX__ symbols. Create GOT entries for all VxWorks R_MIPS_GOT16 relocations. Don't allocate a global GOT entry for symbols mentioned in VxWorks R_MIPS_CALL*, R_MIPS_32, R_MIPS_REL32 or R_MIPS_64 relocations. Update the calls to mips_elf_rel_dyn_section and mips_elf_allocate_dynamic_relocations. Set is_branch_target for symbols mentioned in R_MIPS_PC16 or R_MIPS_26 relocations. Don't set no_fn_stub on VxWorks. (_bfd_mips_elf_adjust_dynamic_symbol): Update the call to mips_elf_allocate_dynamic_relocations. (_bfd_mips_vxworks_adjust_dynamic_symbol): New function. (_bfd_mips_elf_always_size_sections): Do not allocate GOT page entries for VxWorks, and do not create multiple GOTs. (_bfd_mips_elf_size_dynamic_sections): Use MIPS_ELF_REL_DYN_NAME. Handle .got specially for VxWorks. Update the uses of MIPS_RESERVED_GOTNO and mips_elf_allocate_dynamic_relocations. Check for sgotplt and splt. Allocate the .rel(a).dyn contents last, once its final size is known. Set DF_TEXTREL for VxWorks. Add DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL, DT_PLTRELSZ and DT_JMPREL tags on VxWorks. Do not add the MIPS-specific tags for VxWorks. (_bfd_mips_vxworks_finish_dynamic_symbol): New function. (mips_vxworks_finish_exec_plt): Likewise. (mips_vxworks_finish_shared_plt): Likewise. (_bfd_mips_elf_finish_dynamic_sections): Remove an unncessary call to mips_elf_rel_dyn_section. Use a VxWorks-specific value of DT_PLTGOT. Handle DT_RELA, DT_RELASZ, DT_RELAENT, DT_PLTREL, DT_PLTRELSZ and DT_JMPREL. Update the uses of MIPS_RESERVED_GOTNO and mips_elf_rel_dyn_section. Use a different GOT header for VxWorks. Don't sort .rela.dyn on VxWorks. Finish the PLT on VxWorks. (_bfd_mips_elf_link_hash_table_create): Initialize the new mips_elf_link_hash_table fields. (_bfd_mips_vxworks_link_hash_table_create): New function. (_bfd_mips_elf_final_link): Set the GP value to _GLOBAL_OFFSET_TABLE_ on VxWorks. Update the call to ELF_MIPS_GP_OFFSET. * elfxx-mips.h (_bfd_mips_vxworks_adjust_dynamic_symbol): Declare. (_bfd_mips_vxworks_finish_dynamic_symbol): Likewise. (_bfd_mips_vxworks_link_hash_table_create): Likewise. * libbfd.h: Regenerate. * Makefile.am (elfxx-mips.lo): Depend on elf-vxworks.h. (elf32-mips.lo): Likewise. * Makefile.in: Regenerate. * reloc.c (BFD_RELOC_MIPS_COPY, BFD_RELOC_MIPS_JUMP_SLOT): Declare. * targets.c (bfd_elf32_bigmips_vxworks_vec): Declare. (bfd_elf32_littlemips_vxworks_vec): Likewise. (_bfd_target_vector): Add entries for them. gas/ * config/tc-mips.c (mips_target_format): Handle vxworks targets. (md_begin): Complain about -G being used for PIC. Don't change the text, data and bss alignments on VxWorks. (reloc_needs_lo_p): Don't return true for R_MIPS_GOT16 when generating VxWorks PIC. (load_address): Extend SVR4_PIC handling to VXWORKS_PIC. (macro): Likewise, but do not treat la $25 specially for VxWorks PIC, and do not handle jal. (OPTION_MVXWORKS_PIC): New macro. (md_longopts): Add -mvxworks-pic. (md_parse_option): Don't complain about using PIC and -G together here. Handle OPTION_MVXWORKS_PIC. (md_estimate_size_before_relax): Always use the first relaxation sequence on VxWorks. * config/tc-mips.h (VXWORKS_PIC): New. gas/testsuite/ * gas/mips/vxworks1.s, gas/mips/vxworks1.d, * gas/mips/vxworks1-xgot.d: New tests. * gas/mips/mips.exp: Run them. Do not run other tests on VxWorks. include/elf/ * mips.h (R_MIPS_COPY, R_MIPS_JUMP_SLOT): New relocs. ld/ * 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. ld/testsuite/ * ld-mips/vxworks1.dd, ld-mips/vxworks1.ld, ld-mips/vxworks1-lib.dd, * ld-mips/vxworks1-lib.nd, ld-mips/vxworks1-lib.rd, * ld-mips/vxworks1-lib.s, ld-mips/vxworks1.rd, ld-mips/vxworks1.s, * ld-mips/vxworks1-static.d, ld-mips/vxworks2.s, ld-mips/vxworks2.sd, * ld-mips/vxworks2-static.sd: New tests. * ld-mips/mips-elf.exp: Run them.
268 lines
8.5 KiB
Plaintext
268 lines
8.5 KiB
Plaintext
2006-03-22 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-mips/vxworks1.dd, ld-mips/vxworks1.ld, ld-mips/vxworks1-lib.dd,
|
||
* ld-mips/vxworks1-lib.nd, ld-mips/vxworks1-lib.rd,
|
||
* ld-mips/vxworks1-lib.s, ld-mips/vxworks1.rd, ld-mips/vxworks1.s,
|
||
* ld-mips/vxworks1-static.d, ld-mips/vxworks2.s, ld-mips/vxworks2.sd,
|
||
* ld-mips/vxworks2-static.sd: New tests.
|
||
* ld-mips/mips-elf.exp: Run them.
|
||
|
||
2006-03-17 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
* ld-powerpc/tls32.s: Verify that +32768 @plt addend is
|
||
discarded.
|
||
|
||
2006-03-14 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-mips/emit-relocs-1a.s, ld-mips/emit-relocs-1b.s,
|
||
* ld-mips/emit-relocs-1.ld, ld-mips/emit-relocs-1.d: New test.
|
||
* ld-mips/mips-elf.exp: Run it.
|
||
|
||
2006-03-07 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-arm/vxworks1.dd, ld-arm/vxworks1.ld, ld-arm/vxworks1-lib.dd,
|
||
* ld-arm/vxworks1-lib.nd, ld-arm/vxworks1-lib.rd,
|
||
* ld-arm/vxworks1-lib.s, ld-arm/vxworks1.rd, ld-arm/vxworks1.s,
|
||
* ld-arm/vxworks1-static.d, ld-arm/vxworks2.s, ld-arm/vxworks2.sd,
|
||
* ld-arm/vxworks2-static.sd: New tests.
|
||
* ld-arm/arm-elf.exp: Run them.
|
||
|
||
2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
|
||
|
||
* ld-m68k: New tests.
|
||
|
||
2006-03-03 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-i386/vxworks1-static.d, ld-i386/vxworks2.s,
|
||
* ld-i386/vxworks2.sd, ld-i386/vxworks2-static.sd: New tests.
|
||
* ld-i386/i386.exp: Run them.
|
||
* ld-powerpc/vxworks1-static.d, ld-powerpc/vxworks2.s,
|
||
* ld-powerpc/vxworks2.sd, ld-powerpc/vxworks2-static.sd: New tests.
|
||
* ld-powerpc/powerpc.exp: Run them.
|
||
|
||
2006-03-02 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-powerpc/vxworks1.ld: Use a page alignment of 0x10000.
|
||
* ld-powerpc/vxworks1.dd: Update accordingly.
|
||
* ld-powerpc/vxworks1-lib.nd: Likewise.
|
||
* ld-powerpc/vxworks1-lib.rd: Likewise.
|
||
* ld-powerpc/vxworks1.rd: Likewise.
|
||
|
||
2006-03-02 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-i386/vxworks1.ld (.data): New section.
|
||
* ld-i386/vxworks1-lib.s: Add a pointer to a local symbol.
|
||
* ld-i386/vxworks1-lib.rd: Test for the associated reloc.
|
||
* ld-powerpc/vxworks1.ld (.data): New section.
|
||
* ld-powerpc/vxworks1-lib.s: Add a pointer to a local symbol.
|
||
* ld-powerpc/vxworks1-lib.rd: Test for the associated reloc.
|
||
|
||
2006-03-02 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-i386/ld-i386/vxworks1-lib.nd: New test.
|
||
* ld-i386/i386.exp: Run it.
|
||
* ld-powerpc/ld-powerpc/vxworks1-lib.nd: New test.
|
||
* ld-powerpc/powerc.exp: Run it.
|
||
|
||
2006-03-02 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-i386/vxworks1.ld: Use bigger alignments. Make sure .bss isn't
|
||
placed as an orphan.
|
||
* ld-i386/vxworks1-lib.dd, ld-i386/vxworks1.dd,
|
||
* ld-i386/vxworks1.rd: Update accordingly.
|
||
* ld-i386/vxworks1-lib.rd: Likewise. Remove symbol indexes.
|
||
|
||
2006-03-02 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-powerpc/vxworks1-lib.s, ld-powerpc/vxworks1-lib.dd,
|
||
* ld-powerpc/vxworks1-lib.rd, ld-powerpc/vxworks1.s,
|
||
* ld-powerpc/vxworks1.dd, ld-powerpc/vxworks1.rd,
|
||
* ld-powerpc/vxworks1.ld, ld-powerpc/vxworks1.sd: New test.
|
||
* ld-powerpc/powerpc.exp: Run it.
|
||
|
||
2006-02-28 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-i386/vxworks1-lib.s, ld-i386/vxworks1-lib.dd,
|
||
* ld-i386/vxworks1-lib.rd, ld-i386/vxworks1.s, ld-i386/vxworks1.dd,
|
||
* ld-i386/vxworks1.rd, ld-i386/vxworks1.ld: New test.
|
||
* ld-i386/i386.exp: Run it.
|
||
|
||
2006-02-28 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-i386/emit-relocs.s, ld-i386/emit-relocs.d: New test.
|
||
* ld-i386/i386.exp: Run it.
|
||
|
||
2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-pie/weakundef-data.c: Fix the typo.
|
||
|
||
2006-02-22 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-pie/pie.c: New file.
|
||
|
||
* ld-pie/pie.exp: Check if compiler supports -pie.
|
||
|
||
2006-02-20 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/2218
|
||
* ld-pie/pie.exp: Add the weak undefined data test.
|
||
|
||
* ld-pie/weakundef-data.c: New file.
|
||
|
||
2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
|
||
Anil Paranjape <anilp1@kpitcummins.com>
|
||
Shilin Shakti <shilins@kpitcummins.com>
|
||
|
||
* ld-xc16x: New directory.
|
||
* ld-xc16x/absrel.d: New file.
|
||
* ld-xc16x/absrel.s: New file.
|
||
* ld-xc16x/offset.d: New file.
|
||
* ld-xc16x/offset.s: New file.
|
||
* ld-xc16x/pcreloc.d: New file.
|
||
* ld-xc16x/pcreloc.s: New file.
|
||
* ld-xc16x/xc16x.exp: New file.
|
||
|
||
2006-02-07 Paul Brook <paul@codesourcery.com>
|
||
|
||
* ld-arm/arm-elf.exp: Add thumb-entry test.
|
||
* ld-arm/thumb-entry.d: New test.
|
||
* ld-arm/thumb-entry.s: New test.
|
||
|
||
2006-02-04 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-mips-elf/tls-hidden2a.s, ld-mips-elf/tls-hidden2b.s,
|
||
* ld/testsuite/ld-mips-elf/tls-hidden2.d,
|
||
* ld/testsuite/ld-mips-elf/tls-hidden2-got.d: New test.
|
||
* ld-mips-elf/mips-elf.exp: Run it.
|
||
|
||
2006-02-04 Richard Sandiford <richard@codesourcery.com>
|
||
|
||
* ld-mips-elf/rel32-n32.d: Adjust for changes in linker behaviour.
|
||
* ld-mips-elf/rel32-o32.d: Likewise.
|
||
* ld-mips-elf/rel64.d: Likewise.
|
||
* ld-mips-elf/tls-multi-got-1.got: Likewise.
|
||
* ld-mips-elf/tls-multi-got-1.r: Likewise.
|
||
* ld-mips-elf/tlsdyn-o32-1.d: Likewise.
|
||
* ld-mips-elf/tlsdyn-o32-1.got: Likewise.
|
||
* ld-mips-elf/tlsdyn-o32-2.d: Likewise.
|
||
* ld-mips-elf/tlsdyn-o32-2.got: Likewise.
|
||
* ld-mips-elf/tlsdyn-o32-3.d: Likewise.
|
||
* ld-mips-elf/tlsdyn-o32-3.got: Likewise.
|
||
* ld-mips-elf/tlsdyn-o32.d: Likewise.
|
||
* ld-mips-elf/tlsdyn-o32.got: Likewise.
|
||
* ld-mips-elf/tlslib-o32-hidden.got: Likewise.
|
||
* ld-mips-elf/tlslib-o32-ver.got: Likewise.
|
||
* ld-mips-elf/tlslib-o32.got: Likewise.
|
||
|
||
2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-i386/tlsbin.rd: Undo the last change.
|
||
* ld-i386/tlsbindesc.rd: Likewise.
|
||
* ld-i386/tlsdesc.rd: Likewise.
|
||
* ld-i386/tlsnopic.rd: Likewise.
|
||
* ld-i386/tlspic.rd: Likewise.
|
||
* ld-powerpc/tlsexe.r: Likewise.
|
||
* ld-powerpc/tlsexe32.r: Likewise.
|
||
* ld-powerpc/tlsexetoc.r: Likewise.
|
||
* ld-powerpc/tlsso.r: Likewise.
|
||
* ld-powerpc/tlsso32.r: Likewise.
|
||
* ld-powerpc/tlstocso.r: Likewise.
|
||
* ld-s390/tlsbin.rd: Likewise.
|
||
* ld-s390/tlsbin_64.rd: Likewise.
|
||
* ld-s390/tlspic.rd: Likewise.
|
||
* ld-s390/tlspic_64.rd: Likewise.
|
||
* ld-sh/tlsbin-2.d: Likewise.
|
||
* ld-sh/tlspic-2.d: Likewise.
|
||
* ld-x86-64/tlsbin.rd: Likewise.
|
||
* ld-x86-64/tlsbindesc.rd: Likewise.
|
||
* ld-x86-64/tlsdesc.rd: Likewise.
|
||
* ld-x86-64/tlspic.rd: Likewise.
|
||
|
||
2006-02-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* ld-i386/tlsbin.rd: Update for changed segment map.
|
||
* ld-i386/tlsbindesc.rd: Likewise.
|
||
* ld-i386/tlsdesc.rd: Likewise.
|
||
* ld-i386/tlsnopic.rd: Likewise.
|
||
* ld-i386/tlspic.rd: Likewise.
|
||
* ld-powerpc/tlsexe.r: Likewise.
|
||
* ld-powerpc/tlsexe32.r: Likewise.
|
||
* ld-powerpc/tlsexetoc.r: Likewise.
|
||
* ld-powerpc/tlsso.r: Likewise.
|
||
* ld-powerpc/tlsso32.r: Likewise.
|
||
* ld-powerpc/tlstocso.r: Likewise.
|
||
* ld-s390/tlsbin.rd: Likewise.
|
||
* ld-s390/tlsbin_64.rd: Likewise.
|
||
* ld-s390/tlspic.rd: Likewise.
|
||
* ld-s390/tlspic_64.rd: Likewise.
|
||
* ld-sh/tlsbin-2.d: Likewise.
|
||
* ld-sh/tlspic-2.d: Likewise.
|
||
* ld-x86-64/tlsbin.rd: Likewise.
|
||
* ld-x86-64/tlsbindesc.rd: Likewise.
|
||
* ld-x86-64/tlsdesc.rd: Likewise.
|
||
* ld-x86-64/tlspic.rd: Likewise.
|
||
|
||
2006-01-31 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||
|
||
* ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1
|
||
and Solaris 2.6.
|
||
|
||
2006-01-27 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
PR ld/2218
|
||
* ld-pie/pie.exp: New file.
|
||
* ld-pie/weakundef.c: Likewise.
|
||
* ld-pie/weakundef.out: Likewise.
|
||
|
||
* lib/ld-lib.exp (run_ld_link_exec_tests): Fix nesting. Support
|
||
building PIE and shared library.
|
||
|
||
2006-01-18 Alexandre Oliva <aoliva@redhat.com>
|
||
|
||
Introduce TLS descriptors for i386 and x86_64.
|
||
* ld-i386/i386.exp: Run on x86_64-*-linux* and amd64-*-linux*.
|
||
Add new tests.
|
||
* ld-i386/pcrel16.d: Add -melf_i386.
|
||
* ld-i386/pcrel8.d: Likewise.
|
||
* ld-i386/tlsbindesc.dd: New.
|
||
* ld-i386/tlsbindesc.rd: New.
|
||
* ld-i386/tlsbindesc.s: New.
|
||
* ld-i386/tlsbindesc.sd: New.
|
||
* ld-i386/tlsbindesc.td: New.
|
||
* ld-i386/tlsdesc.dd: New.
|
||
* ld-i386/tlsdesc.rd: New.
|
||
* ld-i386/tlsdesc.s: New.
|
||
* ld-i386/tlsdesc.sd: New.
|
||
* ld-i386/tlsdesc.td: New.
|
||
* ld-i386/tlsgdesc.dd: New.
|
||
* ld-i386/tlsgdesc.rd: New.
|
||
* ld-i386/tlsgdesc.s: New.
|
||
* ld-x86-64/x86-64.exp: Run new tests.
|
||
* ld-x86-64/tlsbindesc.dd: New.
|
||
* ld-x86-64/tlsbindesc.rd: New.
|
||
* ld-x86-64/tlsbindesc.s: New.
|
||
* ld-x86-64/tlsbindesc.sd: New.
|
||
* ld-x86-64/tlsbindesc.td: New.
|
||
* ld-x86-64/tlsdesc.dd: New.
|
||
* ld-x86-64/tlsdesc.pd: New.
|
||
* ld-x86-64/tlsdesc.rd: New.
|
||
* ld-x86-64/tlsdesc.s: New.
|
||
* ld-x86-64/tlsdesc.sd: New.
|
||
* ld-x86-64/tlsdesc.td: New.
|
||
* ld-x86-64/tlsgdesc.dd: New.
|
||
* ld-x86-64/tlsgdesc.rd: New.
|
||
* ld-x86-64/tlsgdesc.s: New.
|
||
|
||
2006-01-03 Hans-Peter Nilsson <hp@bitrange.com>
|
||
|
||
* ld-mmix/sec-1.d: Adjust for section order changes.
|
||
|
||
For older changes see ChangeLog-2005
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|