mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* interp.c (sim_open): New arg kind'.
name is now `argv'.
This commit is contained in:
parent
8a7c3105b5
commit
d0218f5172
@ -1,3 +1,7 @@
|
||||
Wed Apr 2 15:40:30 1997 Doug Evans <dje@canuck.cygnus.com>
|
||||
|
||||
* interp.c (sim_open): New arg `kind'. `name is now `argv'.
|
||||
|
||||
Thu Oct 3 16:17:59 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
||||
|
||||
* Makefile.in (mostlyclean): Move config.log to distclean.
|
||||
|
@ -322,8 +322,9 @@ sim_kill ()
|
||||
}
|
||||
|
||||
void
|
||||
sim_open (name)
|
||||
char *name;
|
||||
sim_open (kind,argv)
|
||||
SIM_OPEN_KIND kind;
|
||||
char **argv;
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user