Use require is_elf_target
authorTom Tromey <tom@tromey.com>
Wed, 14 Dec 2022 16:50:51 +0000 (09:50 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2023 20:18:56 +0000 (13:18 -0700)
This changes some tests to use "require is_elf_target".

gdb/testsuite/gdb.base/rtld-step.exp
gdb/testsuite/gdb.base/sym-file.exp

index 473c6c9f7d59d79cf3fffbbe7dfcd3c132401073..99f1a822b8daabdfab0e4446bc3641b5244a9c85 100644 (file)
@@ -35,9 +35,7 @@
 # or for non-ELF targets.  (We're not really testing or building
 # shared libraries here, but having a RTLD implies having shared
 # libraries on the target.)
-if { [skip_shlib_tests] || ![is_elf_target] } {
-    return 0
-}
+require !skip_shlib_tests is_elf_target
 
 # (Pretend) RTLD file names and flags:
 set rtld_basename ${::gdb_test_file_name}-rtld
index 666bf96d38e0b6a7fdffa618b59850dc3293cb91..c4c5f746943c991ed8249c01523bf5c7f32a6497 100644 (file)
@@ -29,9 +29,7 @@
 # 13) Check that the execution can continue without error.
 # 14) Regression test for a stale breakpoints bug.
 
-if {![is_elf_target]} {
-    return 0
-}
+require is_elf_target
 
 require !skip_shlib_tests