fix dbxread.c
authorTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:34:18 +0000 (17:34 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:34:18 +0000 (17:34 +0000)
commit57cee33aeea77d8c6760ae27162b627f9687c32c
tree37c52f54a6a388e9038410b2b456be38d4c756d3
parent795d915c9b6efeea3d6d5574cecbaec3e16c763b
fix dbxread.c

This is a stylistic change to make some code in dbxread.c analyzable
by the checker.

* dbxread.c (dbx_read_symtab): Declare 'back_to' in a more
inner scope.  Unconditionally call do_cleanups.
gdb/ChangeLog
gdb/dbxread.c