Remove null_block_symbol
[deliverable/binutils-gdb.git] / gdb / solib-svr4.c
index 14a471b6dc0f9b675297023f65f9e9ae57d155ed..0b8cadb2dc7879303fb54866707ae88ab5616327 100644 (file)
@@ -3204,7 +3204,7 @@ elf_lookup_lib_symbol (struct objfile *objfile,
     }
 
   if (abfd == NULL || scan_dyntag (DT_SYMBOLIC, abfd, NULL, NULL) != 1)
-    return (struct block_symbol) {NULL, NULL};
+    return {};
 
   return lookup_global_symbol_from_objfile (objfile, name, domain);
 }
This page took 0.025046 seconds and 4 git commands to generate.