]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdbserver/linux-s390-low.cc
Teach gdbserver about 32-byte auxv entries for the PCuABI
[thirdparty/binutils-gdb.git] / gdbserver / linux-s390-low.cc
index f095181a23443b46cfa3460d142a3c88efd819d4..2f8f4c70cdf2344751bedea6812858581f8fd1aa 100644 (file)
@@ -592,7 +592,7 @@ s390_target::low_arch_setup ()
   /* Determine word size and HWCAP.  */
   int pid = pid_of (current_thread);
   int wordsize = s390_get_wordsize (pid);
-  unsigned long hwcap = linux_get_hwcap (wordsize);
+  unsigned long hwcap = linux_get_hwcap ();
 
   /* Check whether the kernel supports extra register sets.  */
   int have_regset_last_break