* NEWS: Mention --vfp11-denorm-fix option.
authorJulian Brown <julian@codesourcery.com>
Mon, 29 Jan 2007 16:28:40 +0000 (16:28 +0000)
committerJulian Brown <julian@codesourcery.com>
Mon, 29 Jan 2007 16:28:40 +0000 (16:28 +0000)
commitc6dd86c69582aa64a638c2ddef7cd6a6ae769a71
tree98f878eeede475506c4cbaa03c4ed2223d1d5296
parentb785d0e12194800df53b5efca6b6dc47c73e975e
* NEWS: Mention --vfp11-denorm-fix option.
* ld.texinfo: Document above.
* emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
.vfp11_veneer section.
* emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
* emultempl/armelf.em (vfp11_denorm_fix): New static variable.
(arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
(arm_elf_after_allocation): New function. Call
bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
(arm_elf_create_output_section_statements): Pass vfp11 fix command
line option to BFD.
(OPTION_VFP11_DENORM_FIX): New option.
(PARSE_AND_LIST_LONGOPTS): Handle new option.
(PARSE_AND_LIST_OPTIONS): Likewise.
(PARSE_AND_LIST_ARGS_CASES): Likewise.
(LDEMUL_AFTER_ALLOCATION): Define.
ld/ChangeLog
ld/NEWS
ld/emulparams/armelf.sh
ld/emulparams/armelf_linux.sh
ld/emulparams/armnto.sh
ld/emultempl/armelf.em
ld/ld.texinfo