summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Brown <julian@codesourcery.com>2006-05-25 16:49:50 +0000
committerJulian Brown <julian@codesourcery.com>2006-05-25 16:49:50 +0000
commit695c4ddc5ecff65b0705a39e1c15653633c5d7c8 (patch)
tree619814f73cc03ce65bdd3db710f5b794e3d738bb
parentfe3497e86395641c4a2aabfcebdba9d0115d45fb (diff)
downloadcygnal-695c4ddc5ecff65b0705a39e1c15653633c5d7c8.tar.gz
cygnal-695c4ddc5ecff65b0705a39e1c15653633c5d7c8.tar.bz2
cygnal-695c4ddc5ecff65b0705a39e1c15653633c5d7c8.zip
* elf.c (sym_is_global): Return a bfd_boolean.
(ignore_section_sym): New function. (elf_map_symbols): Use ignore_section_sym to discard some syms. (_bfd_elf_symbol_from_bfd_symbol): Ensure section belongs to bfd before using elf_section_syms.
-rw-r--r--ChangeLog.csl8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 3d19c9bed..c03c1c9cc 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,11 @@
+2006-05-25 Alan Modra <amodra@bigpond.net.au>
+
+ * bfd/elf.c (sym_is_global): Return a bfd_boolean.
+ (ignore_section_sym): New function.
+ (elf_map_symbols): Use ignore_section_sym to discard some syms.
+ (_bfd_elf_symbol_from_bfd_symbol): Ensure section belongs to
+ bfd before using elf_section_syms.
+
2006-05-25 Nathan Sidwell <nathan@codesourcery.com>
* gas/config/tc-m68k.c (mcf52235_ctrl, mcf5225_ctrl): New.