* dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
on val.
+2012-10-25 H.J. Lu <hongjiu.lu@intel.com>
+
+ * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
+ on val.
+
2012-10-23 Cary Coutant <ccoutant@google.com>
* testsuite/Makefile.am (TEST_OBJCOPY): New macro.
// Remap a single string offsets from an offset in the input string table
// to an offset in the output string table.
unsigned int
- remap_str_offset(unsigned int val);
+ remap_str_offset(section_offset_type val);
// Add a set of .debug_info and related sections to OUTPUT_FILE.
void
}
unsigned int
-Dwo_file::remap_str_offset(unsigned int val)
+Dwo_file::remap_str_offset(section_offset_type val)
{
Str_offset_map_entry entry;
entry.first = val;