2011-03-02 Michael Snyder <msnyder@vmware.com>

* cli/cli-script.c (script_from_file): Add break for lint.
This commit is contained in:
Michael Snyder 2011-03-03 00:14:00 +00:00
parent e531b607df
commit 10dd8b5466
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2011-03-02 Michael Snyder <msnyder@vmware.com>
* cli/cli-script.c (script_from_file): Add break for lint.
* mdebugread.c (parse_partial_symbols): Fix indent.
* gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc

View File

@ -1641,6 +1641,7 @@ script_from_file (FILE *stream, const char *file)
throw_error (e.error,
_("%s:%d: Error in sourced command file:\n%s"),
source_file_name, source_line_number, e.message);
break; /* lint */
default:
internal_error (__FILE__, __LINE__, _("bad reason"));
}