2003-12-17 Michael Snyder * compile.c (sim_load): Don't specify "coff-h8300" when calling bfd_openr: we use elf now, and the norm is not to specify a target but to let bfd figure it out. Index: compile.c =================================================================== RCS file: /cvs/src/src/sim/h8300/compile.c,v retrieving revision 1.38 diff -p -r1.38 compile.c *** compile.c 11 Dec 2003 06:21:12 -0000 1.38 --- compile.c 17 Dec 2003 19:49:33 -0000 *************** sim_load (SIM_DESC sd, char *prog, bfd * *** 5052,5058 **** if (abfd != NULL) prog_bfd = abfd; else ! prog_bfd = bfd_openr (prog, "coff-h8300"); if (prog_bfd != NULL) { /* Set the cpu type. We ignore failure from bfd_check_format --- 5052,5058 ---- if (abfd != NULL) prog_bfd = abfd; else ! prog_bfd = bfd_openr (prog, NULL); if (prog_bfd != NULL) { /* Set the cpu type. We ignore failure from bfd_check_format