more cleanup armel etc

This commit is contained in:
John Reiser
2007-04-22 20:04:13 -07:00
parent 32d32c4e4a
commit 3bda09e105
2 changed files with 3 additions and 16 deletions
-13
View File
@@ -559,11 +559,6 @@ const int *PackVmlinuxARMEB::getCompressionMethods(int method, int level) const
return Packer::getDefaultCompressionMethods_8(method, level);
}
const int *PackVmlinuxARMEB::getCompressionMethods(int method, int level) const
{
return Packer::getDefaultCompressionMethods_8(method, level);
}
const int *PackVmlinuxARMEL::getFilters() const
{
@@ -788,14 +783,6 @@ void PackVmlinuxARMEB::defineDecompressorSymbols()
linker->defineSymbol("METHOD", ph.method);
}
void PackVmlinuxARMEB::defineDecompressorSymbols()
{
super::defineDecompressorSymbols();
linker->defineSymbol( "COMPRESSED_LENGTH", ph.c_len);
linker->defineSymbol("UNCOMPRESSED_LENGTH", ph.u_len);
linker->defineSymbol("METHOD", ph.method);
}
void PackVmlinuxI386::defineDecompressorSymbols()
{
super::defineDecompressorSymbols();