New target methods for memory tagging support
[deliverable/binutils-gdb.git] / gdb / solib-svr4.c
index f8dd4194e701e2260f1880ea23d25c5557fe12d8..c7b3157191f2e625c65deef6f8b19d8657a0d7f2 100644 (file)
@@ -611,7 +611,7 @@ scan_dyntag (const int desired_dyntag, bfd *abfd, CORE_ADDR *ptr,
 
   bool found = false;
   for (const target_section &target_section
-        : current_program_space->target_sections)
+        : current_program_space->target_sections ())
     if (sect == target_section.the_bfd_section)
       {
        dyn_addr = target_section.addr;
This page took 0.025262 seconds and 4 git commands to generate.