aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_ia32
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-09-03 08:16:52 +0000
committerlloyd <[email protected]>2006-09-03 08:16:52 +0000
commitfc738b566c5cd4a44265e3094444b6f4234f0831 (patch)
tree7fd7f3883dc8d7a8a769023fc5be88c28d82b76c /modules/alg_ia32
parenta99a5c076695a51c0f2b25f787c8f54d2b897f2b (diff)
Place the add_file/replace_file/ignore_file markers in the module info
files into blocks; makes a bit more sense, since there are potentially many arguments to each, and the current system was making it difficult to write a generic reader for the files.
Diffstat (limited to 'modules/alg_ia32')
-rw-r--r--modules/alg_ia32/modinfo.txt28
1 files changed, 17 insertions, 11 deletions
diff --git a/modules/alg_ia32/modinfo.txt b/modules/alg_ia32/modinfo.txt
index 68579942c..9aea9ab97 100644
--- a/modules/alg_ia32/modinfo.txt
+++ b/modules/alg_ia32/modinfo.txt
@@ -2,19 +2,25 @@ realname "Algorithm x86 Assembler"
mp_bits 32
-replace_file md4.cpp
-replace_file md5.cpp
-replace_file sha160.cpp
-replace_file serpent.cpp
-ignore_file mp_muladd.cpp
+<replace>
+md4.cpp
+md5.cpp
+sha160.cpp
+serpent.cpp
+</replace>
-add_file asm_macr.h
+<ignore>
+mp_muladd.cpp
+</ignore>
-add_file md4core.S
-add_file md5core.S
-add_file sha1core.S
-add_file serp_asm.S
-add_file mp_muladd.S
+<add>
+asm_macr.h
+md4core.S
+md5core.S
+sha1core.S
+serp_asm.S
+mp_muladd.S
+</add>
<arch>
ia32