2008-03-29 Danny Backx * pe-arm-wince.c (pe_print_compressed_pdata): Define new function to print compressed pdata structure as described on MSDN. This only applies to a limited set of architectures (ARM, SH4). * pe-arm-wince.c (slurp_symtab, my_symbol_for_address): Define static helper functions for pe_print_compressed_pdata. * coffcode.h (bfd_coff_backend_data): Add _bfd_coff_print_pdata field. * coffcode.h (bfd_coff_have_print_pdata, bfd_coff_print_pdata) : Define. * bfd/peXXigen.c (_bfd_XX_print_private_bfd_data_common): add check on bfd_coff_backend_data, call the function if non-null. * libcoff.h, pei-arm.c, pei-arm-wince.c, pe-arm.c, coff-sh.c, coff64-rs6000.c, coff-rs6000.c: Add target dependent initialisation for bfd_coff_backend_data.