X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fremote-es.c;h=d26e85b7890b0ae4bcab0cb092adc9150615a4eb;hb=5b64ad42d36e6d487e1f7287d37fbc243a178e72;hp=7a63e41a4bdd68ca475e12deb652c97b97fad476;hpb=4ef1f4677390c085543fe80eec41b0fe5d58ddca;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote-es.c b/gdb/remote-es.c index 7a63e41a4b..d26e85b789 100644 --- a/gdb/remote-es.c +++ b/gdb/remote-es.c @@ -2043,7 +2043,9 @@ es1800_child_detach (args, from_tty) /* Define the target subroutine names */ struct target_ops es1800_ops ; -static void init_es1800_ops(void) + +static void +init_es1800_ops(void) { es1800_ops.to_shortname = "es1800"; es1800_ops.to_longname = "Remote serial target in ES1800-emulator protocol"; @@ -2114,7 +2116,9 @@ Specify the serial device it is connected to (e.g. /dev/ttya)." ; /* Define the target subroutine names */ struct target_ops es1800_child_ops ; -static void init_es1800_child_ops(void) + +static void +init_es1800_child_ops(void) { es1800_child_ops.to_shortname = "es1800_process"; es1800_child_ops.to_longname = "Remote serial target in ES1800-emulator protocol";