aboutsummaryrefslogtreecommitdiff
path: root/ld/NEWS
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2007-01-29 16:28:40 +0000
committerJulian Brown <julian@codesourcery.com>2007-01-29 16:28:40 +0000
commitc6dd86c69582aa64a638c2ddef7cd6a6ae769a71 (patch)
tree98f878eeede475506c4cbaa03c4ed2223d1d5296 /ld/NEWS
parentb785d0e12194800df53b5efca6b6dc47c73e975e (diff)
downloadgdb-c6dd86c69582aa64a638c2ddef7cd6a6ae769a71.zip
gdb-c6dd86c69582aa64a638c2ddef7cd6a6ae769a71.tar.gz
gdb-c6dd86c69582aa64a638c2ddef7cd6a6ae769a71.tar.bz2
* 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.
Diffstat (limited to 'ld/NEWS')
-rw-r--r--ld/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index e4ebf94..48e4432 100644
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -26,6 +26,9 @@
* New switch: --print-gc-sections to list any sections removed by garabge
collection.
+* ARM: Added --vfp11-denorm-fix option to work around an erratum in current
+VFP11 coprocessors.
+
Changes in 2.17:
* Support for the Infineon XC16X has been added by KPIT Cummins Infosystems.