gdb: remove BLOCK_NAMESPACE macro
[binutils-gdb.git] / gdb / sol-thread.c
index 2a05026f3d7ff4a323e6db3544f771cb8307ef82..18754f4f93b4d1aba364d5c4aab8865bf58c74b9 100644 (file)
@@ -767,7 +767,7 @@ ps_pglobal_lookup (struct ps_prochandle *ph, const char *ld_object_name,
   if (!ms.minsym)
     return PS_NOSYM;
 
-  *ld_symbol_addr = BMSYMBOL_VALUE_ADDRESS (ms);
+  *ld_symbol_addr = ms.value_address ();
   return PS_OK;
 }