UPX_F_MACH_i386 and skeleton stub. (Much of PackMachI386 is incomplete.)
This commit is contained in:
@@ -254,6 +254,18 @@ unsigned PackMachBase<T>::find_SEGMENT_gap(
|
||||
return lo - hi;
|
||||
}
|
||||
|
||||
template <class T>
|
||||
void PackMachBase<T>::pack4(OutputFile *, Filter &)
|
||||
{
|
||||
// empty
|
||||
}
|
||||
|
||||
template <class T>
|
||||
void PackMachBase<T>::pack3(OutputFile *, Filter &)
|
||||
{
|
||||
// empty
|
||||
}
|
||||
|
||||
template <class T>
|
||||
void PackMachBase<T>::pack2(OutputFile *fo, Filter &ft) // append compressed body
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user