diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-06 04:14:01 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-06 04:14:01 +0000 |
commit | bb4af2926a40d749a6bbf99985575e1d909de3ae (patch) | |
tree | 423747839843317f1acd22f53a264475edd3d7b9 /EdkCompatibilityPkg/Foundation | |
parent | 2a2df9bec991c8f9e560ea0a9e1b74c866da31a0 (diff) | |
download | edk2-platforms-bb4af2926a40d749a6bbf99985575e1d909de3ae.tar.xz |
IPF GCC tool-chain cleanup.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6891 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SetJmp.s | 4 | ||||
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SwitchStack.s | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SetJmp.s b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SetJmp.s index 6aa0640f21..d98d07aef3 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SetJmp.s +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SetJmp.s @@ -25,8 +25,8 @@ .file "setjmp.s"
-#include <asm.h>
-#include <ia_64gen.h>
+#include <Asm.h>
+#include <Ia_64Gen.h>
// int SetJump(struct jmp_buffer save)
//
diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SwitchStack.s b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SwitchStack.s index 08ff773b27..a309f69d57 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SwitchStack.s +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/SwitchStack.s @@ -24,8 +24,8 @@ .file "SwitchStack.s"
-#include <asm.h>
-#include <ia_64gen.h>
+#include <Asm.h>
+#include <Ia_64Gen.h>
// Define hardware RSE Configuration Register
//
|