diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-01-30 01:32:25 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-01-30 01:32:25 +0000 |
commit | 33a7ffc270cc08ccec978d8e6ca2ea29e75c5478 (patch) | |
tree | cf3f1b45886f5bcbd9ea0811873f806a47577dbd /bfd/ChangeLog | |
parent | 13d72a148e239265338a80acec26874a95a91ab6 (diff) | |
download | gdb-33a7ffc270cc08ccec978d8e6ca2ea29e75c5478.zip gdb-33a7ffc270cc08ccec978d8e6ca2ea29e75c5478.tar.gz gdb-33a7ffc270cc08ccec978d8e6ca2ea29e75c5478.tar.bz2 |
2009-01-30 Julian Brown <julian@codesourcery.com>
* elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Skip BFDs with
EXEC_P or DYNAMIC flags, and skip sections which are being linked
with --just-symbols (-R).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 16f061d..d47fbe2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2009-01-30 Julian Brown <julian@codesourcery.com> + + * elf32-arm.c (bfd_elf32_arm_vfp11_erratum_scan): Skip BFDs with + EXEC_P or DYNAMIC flags, and skip sections which are being linked + with --just-symbols (-R). + 2009-01-29 Adam Nemet <anemet@caviumnetworks.com> * dwarf2.c (read_rangelist): Use read_address to read low_pc and |