* NEWS: Mention pointer to member improvements.
[deliverable/binutils-gdb.git] / gdb / procfs.c
index 03fcadd017a9f1c9e406a9b28082064ce3e2d248..23ee3fb9250215d65d7d7ec1362f48d1a551b1e3 100644 (file)
@@ -6130,7 +6130,8 @@ procfs_make_note_section (bfd *obfd, int *note_size)
       note_data = thread_args.note_data;
     }
 
-  auxv_len = target_auxv_read (&current_target, &auxv);
+  auxv_len = target_read_alloc (&current_target, TARGET_OBJECT_AUXV,
+                               NULL, &auxv);
   if (auxv_len > 0)
     {
       note_data = elfcore_write_note (obfd, note_data, note_size,
This page took 0.027534 seconds and 4 git commands to generate.