mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 21:22:20 +08:00
Add section_size_type and section_offset_type, use them to replace a
lot of instances of off_t.
This commit is contained in:
@ -939,7 +939,7 @@ class Warnings
|
||||
}
|
||||
|
||||
void
|
||||
set_text(const char* t, off_t l)
|
||||
set_text(const char* t, section_size_type l)
|
||||
{ this->text.assign(t, l); }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user