Skip to content
Commit 12fddc10 authored by Tom Tromey's avatar Tom Tromey
Browse files

Remove call to dwarf2_per_objfile::adjust from read_attribute_value

Currently, read_attribute_value calls dwarf2_per_objfile::adjust on
any address.  This seems wrong, because the address may not even be in
the text section.

Luckily, this call is also not needed, because read_func_scope calls
'relocate', which does the same work.

parent 6142f7cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment