Rename "raw" to "unrelocated"

Per an earlier discussion, this patch renames the existing "raw" APIs
to use the word "unrelocated" instead.
This commit is contained in:
Tom Tromey
2023-03-20 16:03:05 -06:00
parent 9675da2535
commit 93d50cd8f0
15 changed files with 63 additions and 61 deletions

View File

@@ -754,7 +754,7 @@ language_defn::read_var_value (struct symbol *var,
a TLS variable. */
if (obj_section == NULL
|| (obj_section->the_bfd_section->flags & SEC_THREAD_LOCAL) != 0)
addr = CORE_ADDR (bmsym.minsym->value_raw_address ());
addr = CORE_ADDR (bmsym.minsym->unrelocated_address ());
else
addr = bmsym.value_address ();
if (overlay_debugging)