]> Git Repo - binutils.git/blobdiff - gdb/irix5-nat.c
* Makefile.in (TAGS): Use variables directly, rather than using
[binutils.git] / gdb / irix5-nat.c
index 55d6d3e3618f5bab3b28ff290d9bc783343426ad..ad0321dddafb00d9a71d4d6cf8530a9412f8beed 100644 (file)
@@ -350,7 +350,7 @@ solib_map_sections (so)
       p -> addr += (CORE_ADDR) LM_ADDR (so);
       p -> endaddr += (CORE_ADDR) LM_ADDR (so);
       so -> lmend = (CORE_ADDR) max (p -> endaddr, so -> lmend);
-      if (STREQ (p -> sec_ptr -> name, ".text"))
+      if (STREQ (p -> the_bfd_section -> name, ".text"))
        {
          so -> textsection = p;
        }
This page took 0.023827 seconds and 4 git commands to generate.