]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/s390-linux-tdep.c
gdb: rename target_read_auxv(target_ops *) to target_read_auxv_raw
[thirdparty/binutils-gdb.git] / gdb / s390-linux-tdep.c
index ef2ed8510a64861ff66db9645ab236103abb58d7..14d71134e0cd1d5f7c34410e9580ae230a96ab33 100644 (file)
@@ -332,7 +332,7 @@ s390_core_read_description (struct gdbarch *gdbarch,
                            struct target_ops *target, bfd *abfd)
 {
   asection *section = bfd_get_section_by_name (abfd, ".reg");
-  gdb::optional<gdb::byte_vector> auxv = target_read_auxv (target);
+  gdb::optional<gdb::byte_vector> auxv = target_read_auxv_raw (target);
   CORE_ADDR hwcap = linux_get_hwcap (auxv, target, gdbarch);
   bool high_gprs, v1, v2, te, vx, gs;