* configure.ac: Add explicit sh64 case.

* configure: Regenerate.
	* sh64/configure.ac: New file.
	* sh64/configure.in: Remove.
	* sh64/configure: Regenerate.
	* sh64/defs-media.h (sem_fields): Add missing sfmt_ldhil member.
	* sh64/sim-if.c (sim_open): Use struct bfd instead of struct _bfd.
	(sim_create_inferior): Ditto.
This commit is contained in:
Corinna Vinschen
2005-04-15 08:15:52 +00:00
parent c30dc7000d
commit 21bc75678f
8 changed files with 7581 additions and 2886 deletions

View File

@@ -54,7 +54,7 @@ SIM_DESC
sim_open (kind, callback, abfd, argv)
SIM_OPEN_KIND kind;
host_callback *callback;
struct _bfd *abfd;
struct bfd *abfd;
char **argv;
{
char c;
@@ -174,7 +174,7 @@ sim_close (sd, quitting)
SIM_RC
sim_create_inferior (sd, abfd, argv, envp)
SIM_DESC sd;
struct _bfd *abfd;
struct bfd *abfd;
char **argv;
char **envp;
{