diff options
author | Fernando Nasser <fnasser@redhat.com> | 1999-01-19 20:45:31 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 1999-01-19 20:45:31 +0000 |
commit | ba4d67c2bff4b9d754ace1c0854c0bcfd04d000e (patch) | |
tree | a5273daf3a0bc854ef138eef264389cd455425e8 /gdb/remote-hms.c | |
parent | d5abf0a4e6495a15031ed3bf049fa26e2b387be1 (diff) | |
download | gdb-ba4d67c2bff4b9d754ace1c0854c0bcfd04d000e.zip gdb-ba4d67c2bff4b9d754ace1c0854c0bcfd04d000e.tar.gz gdb-ba4d67c2bff4b9d754ace1c0854c0bcfd04d000e.tar.bz2 |
1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
* sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c
mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c
remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c
remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c
remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c
remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c
v850ice.c win32-nat.c: cosmetic changes to conform to coding
standards.
Diffstat (limited to 'gdb/remote-hms.c')
-rw-r--r-- | gdb/remote-hms.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/remote-hms.c b/gdb/remote-hms.c index 94e36f9..3ca8455 100644 --- a/gdb/remote-hms.c +++ b/gdb/remote-hms.c @@ -83,7 +83,9 @@ static char *hms_inits[] = NULL}; static struct monitor_ops hms_cmds ; -static void init_hms_cmds(void) + +static void +init_hms_cmds(void) { hms_cmds.flags = MO_CLR_BREAK_USES_ADDR | MO_FILL_USES_ADDR | MO_GETMEM_NEEDS_RANGE; hms_cmds.init = hms_inits; /* Init strings */ @@ -1320,7 +1322,9 @@ hms_open (name, from_tty) /* Define the target subroutine names */ struct target_ops hms_ops ; -static void init_hms_ops(void) + +static void +init_hms_ops(void) { hms_ops.to_shortname = "hms"; hms_ops.to_longname = "Remote HMS monitor"; |