]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Fix from Paul Breed:
authorJim Blandy <jimb@codesourcery.com>
Wed, 25 Sep 2002 04:27:30 +0000 (04:27 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 25 Sep 2002 04:27:30 +0000 (04:27 +0000)
* main.c (captured_main): Add a `break' after the case for 'b'.

gdb/ChangeLog
gdb/main.c

index 3cc9c8d16ce8cb94c52bdf3d474b55d009999b71..f0199b3b9664abade0ae2b0ea0382dc6142ca63c 100644 (file)
@@ -1,5 +1,8 @@
 2002-09-24  Jim Blandy  <jimb@redhat.com>
 
+       Fix from Paul Breed:
+       * main.c (captured_main): Add a `break' after the case for 'b'.
+
        * dbxread.c, mdebugread.c: Revert my change of 2001-10-23.  Moving
        texthigh and textlow to reader-specific structs caused
        objfile_relocate to miss them.  This is fixable, but the work that
index 61479e8f1e68864cb326c0e569310d21c66c9a7e..4299817880e428539e0c9f96f6758ce50c395fea 100644 (file)
@@ -397,6 +397,7 @@ extern int gdbtk_test (char *);
              else
                baud_rate = i;
            }
+            break;
          case 'l':
            {
              int i;