From: Nick Roberts Date: Wed, 23 Jan 2008 06:20:34 +0000 (+0000) Subject: Add the variable octal. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb2bed55ec6c0c8effbcbe3b9fed9b592b7d1ccb;p=binutils-gdb.git Add the variable octal. --- diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 45a8726b7a4..cbfa253579a 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -85,6 +85,8 @@ if ![info exists env(EXEEXT)] { set EXEEXT $env(EXEEXT) } +set octal "\[0-7\]+" + ### Only procedures should come after this point. #