mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
00a976722a
* configure.in (bfd_elf32_bigarm_vec): Include elf-vxworks.lo. (bfd_elf32_bigarm_symbian_vec): Likewise. (bfd_elf32_bigarm_vxworks_vec): Likewise. (bfd_elf32_littlearm_vec): Likewise. (bfd_elf32_littlearm_symbian_vec): Likewise. (bfd_elf32_littlearm_vxworks_vec): Likewise. * configure: Regenerate. * elf32-arm.c: Include libiberty.h and elf-vxworks.h. (RELOC_SECTION, RELOC_SIZE, SWAP_RELOC_IN, SWAP_RELOC_OUT): New macros. (elf32_arm_vxworks_bed): Add forward declaration. (elf32_arm_howto_table_1): Fix the masks for R_ASM_ABS12. (elf32_arm_vxworks_exec_plt0_entry): New table. (elf32_arm_vxworks_exec_plt_entry): Likewise. (elf32_arm_vxworks_shared_plt_entry): Likewise. (elf32_arm_link_hash_table): Add vxworks_p and srelplt2 fields. (reloc_section_p): New function. (create_got_section): Use RELOC_SECTION. (elf32_arm_create_dynamic_sections): Likewise. Call elf_vxworks_create_dynamic_sections for VxWorks targets. Choose between the two possible values of plt_header_size and plt_entry_size. (elf32_arm_link_hash_table_create): Initialize vxworks_p and srelplt2. (elf32_arm_abs12_reloc): New function. (elf32_arm_final_link_relocate): Call it. Allow the creation of dynamic R_ARM_ABS12 relocs on VxWorks. Use reloc_section_p, RELOC_SIZE, SWAP_RELOC_OUT and RELOC_SECTION. Initialize the r_addend fields of relocs. On rela targets, skip any code that adjusts in-place addends. When using _bfd_link_final_relocate to perform a final relocation, pass rel->r_addend as the addend argument. (elf32_arm_merge_private_bfd_data): If one of the bfds is a VxWorks object, ignore flags that are not standard on VxWorks. (elf32_arm_check_relocs): Allow the creation of dynamic R_ARM_ABS12 relocs on VxWorks. Use reloc_section_p. (elf32_arm_adjust_dynamic_symbol): Use RELOC_SECTION and RELOC_SIZE. (allocate_dynrelocs): Use RELOC_SIZE. Account for the size of .rela.plt.unloaded relocs on VxWorks targets. (elf32_arm_size_dynamic_sections): Use RELOC_SIZE. Check for .rela.plt.unloaded as well as .rel(a).plt. Add DT_RELA* tags instead of DT_REL* tags on RELA targets. (elf32_arm_finish_dynamic_symbol): Use RELOC_SECTION, RELOC_SIZE and SWAP_RELOC_OUT. Initialize r_addend fields. Handle VxWorks PLT entries. Do not make _GLOBAL_OFFSET_TABLE_ absolute on VxWorks. (elf32_arm_finish_dynamic_sections): Use RELOC_SECTION, RELOC_SIZE and SWAP_RELOC_OUT. Initialize r_addend fields. Handle DT_RELASZ like DT_RELSZ. Handle the VxWorks form of initial PLT entry. Correct the .rela.plt.unreloaded symbol indexes. (elf32_arm_output_symbol_hook): Call the VxWorks version of this hook on VxWorks targets. (elf32_arm_vxworks_link_hash_table_create): Set vxworks_p to true. Minor formatting tweak. (elf32_arm_vxworks_final_write_processing): New function. (elf_backend_add_symbol_hook): Override for VxWorks and reset for Symbian. (elf_backend_final_write_processing): Likewise. (elf_backend_emit_relocs): Likewise. (elf_backend_want_plt_sym): Likewise. (ELF_MAXPAGESIZE): Likewise. (elf_backend_may_use_rel_p): Minor formatting tweak. (elf_backend_may_use_rela_p): Likewise. (elf_backend_default_use_rela_p): Likewise. (elf_backend_rela_normal): Likewise. * Makefile.in (elf32-arm.lo): Depend on elf-vxworks.h. gas/ * config/tc-arm.c (md_apply_fix): Install a value of zero into a BFD_RELOC_ARM_OFFSET_IMM field if we're going to generate a RELA R_ARM_ABS12 reloc. (tc_gen_reloc): Keep the original fx_offset for RELA pc-relative relocs, but adjust by md_pcrel_from_section. Create R_ARM_ABS12 relocations for BFD_RELOC_ARM_OFFSET_IMM on RELA targets. gas/testsuite/ * gas/arm/abs12.s, gas/arm/abs12.d: New test. * gas/arm/pic.d: Skip for *-*-vxworks*... * gas/arm/pic_vxworks.d: ...use this version instead. * gas/arm/unwind_vxworks.d: Fix expected output. ld/ * emulparams/armelf_vxworks.sh: Include vxworks.sh. (MAXPAGESIZE): Define. * emulparams/vxworks.sh: Undefine. * Makefile.am (earmelf_vxworks.c): Depend on vxworks.sh and vxworks.em. * Makefile.in: Regenerate. ld/testsuite/ * 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.
147 lines
4.8 KiB
Plaintext
147 lines
4.8 KiB
Plaintext
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:
|