4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-01 04:25:27 +08:00

* 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.
This commit is contained in:
Julian Brown 2006-05-25 16:49:50 +00:00
parent fe3497e863
commit 695c4ddc5e

View File

@ -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.