Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / readelf.exp
index 6831c191865b1344698b733270239ca58014bdf2..3798ad1e039e5e8012e46dc25ee3efee0ca98951 100644 (file)
@@ -1,5 +1,5 @@
 # Expect script for `readelf' tests that depend on LD.
-#   Copyright (C) 2017 Free Software Foundation, Inc.
+#   Copyright (C) 2017-2019 Free Software Foundation, Inc.
 #
 # This file is part of the GNU Binutils.
 #
@@ -31,12 +31,10 @@ if ![is_elf_format] {
 }
 
 # This target requires a non-default emulation for successful shared
-# library/executable builds, and has dump variances.
+# library/executable builds.
 set LFLAGS ""
-set DUMP ""
 if [istarget "tic6x-*-*"] {
     append LFLAGS " -melf32_tic6x_le"
-    set DUMP "-tic6x"
 }
 
 if [check_shared_lib_support] {
@@ -44,9 +42,9 @@ if [check_shared_lib_support] {
        [list \
            "readelf version information" \
            "$LFLAGS --no-dynamic-linker -e 0 --export-dynamic -T ver_def.ld\
-            --version-script=ver_def.ver" \
+             --hash-style=sysv --version-script=ver_def.ver" \
            "" "" \
            {ver_def.s} \
-           [list [list readelf --version-info ver_def$DUMP.vd]] \
+           [list [list readelf --version-info ver_def.vd]] \
            "ver_def"]]
 }
This page took 0.024706 seconds and 4 git commands to generate.