Cleanup bfd_close() cleanups.
[deliverable/binutils-gdb.git] / gdb / cxux-nat.c
index 9db528a06b936e02c4b0f99b888d9fef0d0d30b6..8c16bceb983e8ad13bdc42bcf72676933374fa50 100644 (file)
@@ -386,7 +386,8 @@ add_shared_symbol_files ()
            {
              struct section_addr_info section_addrs;
              memset (&section_addrs, 0, sizeof (section_addrs));
-             section_addrs.text_addr = lms.l_addr;
+             section_addrs.other[0].addr = lms.l_addr;
+              section_addrs.other[0].name = ".text";
              symbol_file_add (path_name, 1, &section_addrs, 0, 0);
              free (path_name);
            }
This page took 0.023006 seconds and 4 git commands to generate.