2006-06-20 Dave Brolley * commonCfg.cxx (BoardCfg::write_config): If there is a loader, then relate it to the cpu and connect the cpu's disassembly-symbol-address pin to the loader's function? pin. 2006-06-20 Dave Brolley * compCGEN.cxx (cgen_bi_endian_cpu): Initialize loader. Add "loader" relation and "disassembly-symbol-address" pin. (cgen_print_address): Call cgen_symbol_at_address and print the symbol name. (cgen_symbol_at_address): Implemented. * cgen-cpu.h (class cgen_bi_endian_cpu): Add symbol_at_address, loader and disassembly_symbol_address_pin.