Fix file headers and a few comments

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9188 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
mdkinney
2009-08-24 23:37:52 +00:00
parent b06f85ae30
commit 8992ce066e
10 changed files with 10 additions and 17 deletions

View File

@@ -313,9 +313,6 @@ typedef INT32 INTN;
#endif
#endif
//
// For symbol name in GNU assembly code, an extra "_" is necessary
//
#if defined(__GNUC__)
///
/// For GNU assembly code, .global or .globl can declare global symbols.