diff options
Diffstat (limited to 'gdb/dwarf2/comp-unit-head.h')
-rw-r--r-- | gdb/dwarf2/comp-unit-head.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2/comp-unit-head.h b/gdb/dwarf2/comp-unit-head.h index 65a16f4..696a62b 100644 --- a/gdb/dwarf2/comp-unit-head.h +++ b/gdb/dwarf2/comp-unit-head.h @@ -108,8 +108,8 @@ public: } /* Read an address from BUF. BYTES_READ is updated. */ - CORE_ADDR read_address (bfd *abfd, const gdb_byte *buf, - unsigned int *bytes_read) const; + unrelocated_addr read_address (bfd *abfd, const gdb_byte *buf, + unsigned int *bytes_read) const; }; /* Expected enum dwarf_unit_type for read_comp_unit_head. */ |