From: Jeff Law Date: Fri, 6 Feb 1998 08:58:31 +0000 (+0000) Subject: * core.c (core_init): Adding missing "break". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ed302e5ddff6216f9ce5ce7aebc1f8233bdf879a;p=binutils-gdb.git * core.c (core_init): Adding missing "break". --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 93e61be7abf..564a4b320cf 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +Fri Feb 6 02:00:19 1998 Jeffrey A Law (law@cygnus.com) + + * core.c (core_init): Adding missing "break". + Thu Feb 5 12:49:37 1998 Ian Lance Taylor * configure, Makefile.in, aclocal.m4: Rebuild with new libtool. diff --git a/gprof/core.c b/gprof/core.c index 11b21a6f6ec..597355ed4a3 100644 --- a/gprof/core.c +++ b/gprof/core.c @@ -177,6 +177,7 @@ DEFUN (core_init, (a_out_name), const char *a_out_name) break; default: + break; } if (function_mapping_file)