diff options
author | Paul Brook <paul@codesourcery.com> | 2005-05-02 03:12:46 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-05-02 03:12:46 +0000 |
commit | 65eaaa41f6082438ee5fffbc3f033ba64715bccf (patch) | |
tree | c8f611ccaa56932ffdbd657792005e36d2b499b7 | |
parent | 533a23dbd77116310c6f9680a98d01a8fdeb9e85 (diff) | |
download | newlib-65eaaa41f6082438ee5fffbc3f033ba64715bccf.zip newlib-65eaaa41f6082438ee5fffbc3f033ba64715bccf.tar.gz newlib-65eaaa41f6082438ee5fffbc3f033ba64715bccf.tar.bz2 |
2005-05-01 Paul Brook <paul@codesourcery.com>binutils-csl-arm-2005q1b
* bfd/elflink.c (_bfd_elf_merge_symbol): Skip weak definitions if a
strong definition has already been seen.
-rw-r--r-- | ChangeLog.csl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index c381846..6978c1c 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,5 +1,10 @@ 2005-05-01 Paul Brook <paul@codesourcery.com> + * bfd/elflink.c (_bfd_elf_merge_symbol): Skip weak definitions if a + strong definition has already been seen. + +2005-05-01 Paul Brook <paul@codesourcery.com> + * bfd/elf32-arm.c (bfd_elf32_arm_process_before_allocation): Treat R_ARM_PLT32 the same as R_ARM_PC24. (arm_add_to_rel): Ditto. |