diff options
Diffstat (limited to 'gdb/dwarf2/loc.h')
-rw-r--r-- | gdb/dwarf2/loc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/loc.h b/gdb/dwarf2/loc.h index 1fec834..5cf824d 100644 --- a/gdb/dwarf2/loc.h +++ b/gdb/dwarf2/loc.h @@ -180,7 +180,7 @@ struct dwarf2_loclist_baton { /* The initial base address for the location list, based on the compilation unit. */ - CORE_ADDR base_address; + unrelocated_addr base_address; /* Pointer to the start of the location list. */ const gdb_byte *data; |