Added __attribute__((__sentinel__)) to Packer::addLoader(). This is
a new gcc-4.1 feature. committer: mfx <mfx> 1142035833 +0000
This commit is contained in:
+2
-2
@@ -106,8 +106,8 @@ PackMachPPC32::buildMachLoader(
|
||||
|
||||
linker->addSection("MACOS000", proto, szproto);
|
||||
|
||||
addLoader("MACOS000", 0);
|
||||
addLoader("FOLDEXEC", 0);
|
||||
addLoader("MACOS000", NULL);
|
||||
addLoader("FOLDEXEC", NULL);
|
||||
return getLoaderSize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user