summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BasePeCoffLib/Ipf
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-30 05:18:43 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-30 05:18:43 +0000
commit981b0f90d19c1bdab1c8ac0525e84c6a66c97866 (patch)
treeff8d47c7cd1427f16f1e484c4c54b8d75a5b3622 /MdePkg/Library/BasePeCoffLib/Ipf
parent26e89679c9cc0ed865ddd64fd3a32cc4cd8c3a72 (diff)
downloadedk2-platforms-981b0f90d19c1bdab1c8ac0525e84c6a66c97866.tar.xz
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
Diffstat (limited to 'MdePkg/Library/BasePeCoffLib/Ipf')
-rw-r--r--MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c b/MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c
index d35d40be61..95c2da15dd 100644
--- a/MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c
+++ b/MdePkg/Library/BasePeCoffLib/Ipf/PeCoffLoaderEx.c
@@ -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.