From: Jim Blandy Date: Wed, 25 Sep 2002 04:27:30 +0000 (+0000) Subject: Fix from Paul Breed: X-Git-Tag: gdb_5_3-2002-12-12-release~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7673f35c41709829a7fdb83a20e342c4c2451535;p=thirdparty%2Fbinutils-gdb.git Fix from Paul Breed: * main.c (captured_main): Add a `break' after the case for 'b'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3cc9c8d16ce..f0199b3b966 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2002-09-24 Jim Blandy + 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 diff --git a/gdb/main.c b/gdb/main.c index 61479e8f1e6..4299817880e 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -397,6 +397,7 @@ extern int gdbtk_test (char *); else baud_rate = i; } + break; case 'l': { int i;