# HG changeset patch
# User Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
# Date 1408315788 0
# Node ID e7c5841e2f8fcabe517257ebd0c628ee2c9bf5ca
# Parent  3e78a1bf9ebc7d8c073e2cc14b5342b9b6018a74
leo-obj/l1_pei: added and analyzed

diff -r 3e78a1bf9ebc -r e7c5841e2f8f leo-obj/Makefile
--- a/leo-obj/Makefile	Sun Aug 17 18:41:11 2014 +0000
+++ b/leo-obj/Makefile	Sun Aug 17 22:49:48 2014 +0000
@@ -1,5 +1,5 @@
-OBJDIRS=frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_int main osx_na7_db \
-	tpudrv
+OBJDIRS=frame_na7_db_fl frame_na7_db_ir l1_custom_int l1_int l1_pei main \
+	osx_na7_db tpudrv
 SUBDIR=	${OBJDIRS} tool
 
 all:	${SUBDIR}
diff -r 3e78a1bf9ebc -r e7c5841e2f8f leo-obj/l1_pei/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/leo-obj/l1_pei/Makefile	Sun Aug 17 22:49:48 2014 +0000
@@ -0,0 +1,16 @@
+OBJS=	l1_pei.obj l1_pei_version.obj
+TARGETS=$(patsubst %.obj,%.disasm,${OBJS})
+TOOL=	../tool/tiobjd
+
+all:	${TARGETS}
+
+%.disasm:	%.obj %.hints
+	${TOOL} $*.obj disasm -h $*.hints > $@
+
+%.disasm:	%.obj
+	${TOOL} $*.obj disasm > $@
+
+${TARGETS}:	${TOOL} Makefile
+
+clean:
+	rm -f *.disasm
diff -r 3e78a1bf9ebc -r e7c5841e2f8f leo-obj/l1_pei/l1_pei.hints
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/leo-obj/l1_pei/l1_pei.hints	Sun Aug 17 22:49:48 2014 +0000
@@ -0,0 +1,9 @@
+[.text]
+
+17c asciz
+180 asciz
+184 asciz
+188 asciz
+18c asciz
+190 asciz
+194 asciz
diff -r 3e78a1bf9ebc -r e7c5841e2f8f leo-obj/l1_pei/l1_pei.obj
Binary file leo-obj/l1_pei/l1_pei.obj has changed
diff -r 3e78a1bf9ebc -r e7c5841e2f8f leo-obj/l1_pei/l1_pei_version.hints
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/leo-obj/l1_pei/l1_pei_version.hints	Sun Aug 17 22:49:48 2014 +0000
@@ -0,0 +1,3 @@
+[.text]
+
+c asciz
diff -r 3e78a1bf9ebc -r e7c5841e2f8f leo-obj/l1_pei/l1_pei_version.obj
Binary file leo-obj/l1_pei/l1_pei_version.obj has changed