Update BasePeCoffLib comments to specify this library support scope.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8210 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2009-04-30 05:18:43 +00:00
parent 26e89679c9
commit 981b0f90d1
3 changed files with 9 additions and 7 deletions

View File

@@ -218,12 +218,9 @@ PeCoffLoaderRelocateImageEx (
Returns TRUE if the machine type of PE/COFF image is supported. Supported
does not mean the image can be executed it means the PE/COFF loader supports
loading and relocating of the image type. It's up to the caller to support
the entry point.
This function implies the basic PE/COFF loader/relocator supports IA32, EBC,
& x64 images. Calling the entry point in a correct mannor is up to the
consumer of this library. This version also supports the special relocations
for Itanium.
the entry point.
The itanium version PE/COFF loader/relocater supports itanium and EBC image.
@param Machine Machine type from the PE Header.