]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/dmsym.c
Make gdb.base/dmsym.exp independent of "set language ada"
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / dmsym.c
index f358b517ab9b1bd39ea9978cce2c823b7506e39f..dccea2373401e6fd5dfad4f138c191b2ceb13f1e 100644 (file)
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-int pck__foo__bar__minsym = 123;
+static int test_minsym = 123;
 
 int
-get_pck__foo__bar__minsym (void)
+get_test_minsym (void)
 {
-  pck__foo__bar__minsym++;
-  return pck__foo__bar__minsym;
+  test_minsym++;
+  return test_minsym;
 }