diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-08 11:41:19 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:58 -0700 |
commit | 4675859351582f017b495ff13fb2ea72a99834af (patch) | |
tree | e1ef4c4f4ac200efccb38cdf9617358187f10a82 /gdb/testsuite/gdb.base/gnu-ifunc.exp | |
parent | e379cbb128e3e672af03bdbb97e6e4085925d1bc (diff) | |
download | gdb-4675859351582f017b495ff13fb2ea72a99834af.zip gdb-4675859351582f017b495ff13fb2ea72a99834af.tar.gz gdb-4675859351582f017b495ff13fb2ea72a99834af.tar.bz2 |
Rename to allow_ifunc_tests
This changes skip_ifunc_tests to invert the sense, and renames it to
allow_ifunc_tests.
Diffstat (limited to 'gdb/testsuite/gdb.base/gnu-ifunc.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/gnu-ifunc.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/gnu-ifunc.exp b/gdb/testsuite/gdb.base/gnu-ifunc.exp index 967d1e0..81119f7 100644 --- a/gdb/testsuite/gdb.base/gnu-ifunc.exp +++ b/gdb/testsuite/gdb.base/gnu-ifunc.exp @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -require !skip_shlib_tests !skip_ifunc_tests +require !skip_shlib_tests allow_ifunc_tests standard_testfile .c set staticexecutable ${testfile}-static |