]> git.proxmox.com Git - mirror_edk2.git/commit
SourceLevelDebugPkg/PeCoffExtraActionLibDebug: Remove .S files
authorShenglei Zhang <shenglei.zhang@intel.com>
Mon, 1 Apr 2019 02:17:55 +0000 (10:17 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 3 Apr 2019 05:27:44 +0000 (13:27 +0800)
commitfb5c9ed8439b44ab35ff4fd1f997a40f49bc2f89
treed61f44a9d5fb332a882eecf10a7cd63c739d8743
parentc7d22535f7dc90b8fef70153ef98549228569680
SourceLevelDebugPkg/PeCoffExtraActionLibDebug: Remove .S files

.nasm file has been added for X86 arch. .S assembly code
is not required any more.
https://bugzilla.tianocore.org/show_bug.cgi?id=1594

Cc: Hao Wu <hao.a.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Hao Wu <hao.a.wu@intel.com>
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/IntHandler.S [deleted file]
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/IntHandler.S [deleted file]