2006-11-28 Pedro Alves <pedro_alves@portugalmail.pt>
authorDaniel Jacobowitz <drow@false.org>
Tue, 28 Nov 2006 16:53:54 +0000 (16:53 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 28 Nov 2006 16:53:54 +0000 (16:53 +0000)
commitfbcebcb1cea20cfda8a5f7b8fe48555c83a48160
treebe3964815f8d9816c7ff13cd6e922ac7d2de556a
parente86e87f77fd5d8afb3e714f1d9e09e0ff5b4e6ff
2006-11-28  Pedro Alves  <pedro_alves@portugalmail.pt>

* coffread.c (cs_to_bfd_section): New function.
(cs_to_section): Use cs_to_bfd_section.
(record_minimal_symbol): Take the coff_symbol* parameter instead
of the symbol's name as a char*.
Add 'int section' parameter. Call prim_record_minimal_symbol_and_info
instead of prim_record_minimal_symbol_and_info.
Change return type to struct minimal_symbol *.
(coff_symtab_read): Adapt to new record_minimal_symbol's signature.
Make all minimal symbol creations go through record_minimal_symbol.
gdb/ChangeLog
gdb/coffread.c