gas: blackfin: handle multibyte symbols
[deliverable/binutils-gdb.git] / gdb / interps.c
index 483f42c9a86a6f7981eeb56a03f7025df386bda0..494c15c588b7bb35a1e0498b9bac644bb950da8f 100644 (file)
@@ -1,6 +1,6 @@
 /* Manages interpreters for GDB, the GNU debugger.
 
-   Copyright (C) 2000, 2002, 2003, 2007, 2008, 2009
+   Copyright (C) 2000, 2002, 2003, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
 
    Written by Jim Ingham <jingham@apple.com> of Apple Computer, Inc.
@@ -306,6 +306,7 @@ static int
 interp_set_quiet (struct interp *interp, int quiet)
 {
   int old_val = interp->quiet_p;
+
   interp->quiet_p = quiet;
   return old_val;
 }
@@ -400,6 +401,7 @@ interpreter_exec_cmd (char *args, int from_tty)
   for (i = 1; i < nrules; i++)
     {
       struct gdb_exception e = interp_exec (interp_to_use, prules[i]);
+
       if (e.reason < 0)
        {
          interp_set (old_interp, 0);
This page took 0.026104 seconds and 4 git commands to generate.