Add section_size_type and section_offset_type, use them to replace a

lot of instances of off_t.
This commit is contained in:
Ian Lance Taylor
2007-12-18 00:48:04 +00:00
parent 3d372cd7a1
commit 8383303e0a
22 changed files with 287 additions and 224 deletions

View File

@ -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); }
};