* remote-hms.c (hms_ops): Change ref of hr_load_image
to gr_load_image.
This commit is contained in:
parent
5f16938da9
commit
d2d0e51de4
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Jan 26 10:49:59 1995 Steve Chamberlain <sac@splat>
|
||||
|
||||
* remote-hms.c (hms_ops): Change ref of hr_load_image
|
||||
to gr_load_image.
|
||||
|
||||
Thu Jan 26 12:08:31 1995 Michael Meissner <meissner@cygnus.com>
|
||||
|
||||
* configure.in: Add support for powerpc-*-eabi.
|
||||
|
|
|
@ -1449,7 +1449,7 @@ by a serial line.",
|
|||
hms_insert_breakpoint, hms_remove_breakpoint, /* Breakpoints */
|
||||
0, 0, 0, 0, 0, /* Terminal handling */
|
||||
hms_kill, /* FIXME, kill */
|
||||
hr_load_image,
|
||||
gr_load_image,
|
||||
0, /* lookup_symbol */
|
||||
hms_create_inferior, /* create_inferior */
|
||||
hms_mourn, /* mourn_inferior FIXME */
|
||||
|
|
Loading…
Reference in a new issue