mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Remove dwarf2_per_objfile::adjust
All the calls to dwarf2_per_objfile::adjust have been removed, so we can remove this function entirely. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31261
This commit is contained in:
@@ -1210,17 +1210,6 @@ dwarf2_invalid_attrib_class_complaint (const char *arg1, const char *arg2)
|
||||
|
||||
/* See read.h. */
|
||||
|
||||
unrelocated_addr
|
||||
dwarf2_per_objfile::adjust (unrelocated_addr addr)
|
||||
{
|
||||
CORE_ADDR baseaddr = objfile->text_section_offset ();
|
||||
CORE_ADDR tem = (CORE_ADDR) addr + baseaddr;
|
||||
tem = gdbarch_adjust_dwarf2_addr (objfile->arch (), tem);
|
||||
return (unrelocated_addr) (tem - baseaddr);
|
||||
}
|
||||
|
||||
/* See read.h. */
|
||||
|
||||
CORE_ADDR
|
||||
dwarf2_per_objfile::relocate (unrelocated_addr addr)
|
||||
{
|
||||
|
||||
@@ -692,10 +692,6 @@ struct dwarf2_per_objfile
|
||||
any that are too old. */
|
||||
void age_comp_units ();
|
||||
|
||||
/* Apply any needed adjustments to ADDR, returning an adjusted but
|
||||
still unrelocated address. */
|
||||
unrelocated_addr adjust (unrelocated_addr addr);
|
||||
|
||||
/* Apply any needed adjustments to ADDR and then relocate the
|
||||
address according to the objfile's section offsets, returning a
|
||||
relocated address. */
|
||||
|
||||
Reference in New Issue
Block a user