diff options
author | lloyd <[email protected]> | 2008-09-17 14:04:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-17 14:04:37 +0000 |
commit | dd9cfefc6c5e58fc24fd7ede41d63bde25193a92 (patch) | |
tree | 91682c95a36b82d2a18850f5118856edc8fe063f /modules | |
parent | 0130dbc2ac6c76afc6817e373a630b1235426b1c (diff) |
Make some module descriptions more succint/useful
Diffstat (limited to 'modules')
-rw-r--r-- | modules/asm_amd64/modinfo.txt | 2 | ||||
-rw-r--r-- | modules/asm_ia32/modinfo.txt | 2 | ||||
-rw-r--r-- | modules/mp_amd64/modinfo.txt | 2 | ||||
-rw-r--r-- | modules/mp_asm64/modinfo.txt | 2 | ||||
-rw-r--r-- | modules/mp_ia32/modinfo.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/asm_amd64/modinfo.txt b/modules/asm_amd64/modinfo.txt index 049ee1be9..30aa5a413 100644 --- a/modules/asm_amd64/modinfo.txt +++ b/modules/asm_amd64/modinfo.txt @@ -1,4 +1,4 @@ -realname "Algorithm x86-64 Assembler" +realname "x86-64 Assembler" mp_bits 64 diff --git a/modules/asm_ia32/modinfo.txt b/modules/asm_ia32/modinfo.txt index 83c07bc90..12c8cd96d 100644 --- a/modules/asm_ia32/modinfo.txt +++ b/modules/asm_ia32/modinfo.txt @@ -1,4 +1,4 @@ -realname "Algorithm x86 Assembler" +realname "x86 Assembler" #mp_bits 32 diff --git a/modules/mp_amd64/modinfo.txt b/modules/mp_amd64/modinfo.txt index 4401c746d..a042a3976 100644 --- a/modules/mp_amd64/modinfo.txt +++ b/modules/mp_amd64/modinfo.txt @@ -1,4 +1,4 @@ -realname "MPI Assembler Backend for x86-64/AMD64 Systems" +realname "x86-64 MPI Assembler Core" mp_bits 64 diff --git a/modules/mp_asm64/modinfo.txt b/modules/mp_asm64/modinfo.txt index e371c9ede..a9e5d53da 100644 --- a/modules/mp_asm64/modinfo.txt +++ b/modules/mp_asm64/modinfo.txt @@ -1,4 +1,4 @@ -realname "MPI Assembler Backend for 64 bit Systems" +realname "64-bit RISC MPI Assembler Core" mp_bits 64 diff --git a/modules/mp_ia32/modinfo.txt b/modules/mp_ia32/modinfo.txt index 2fa8db56e..cf4959250 100644 --- a/modules/mp_ia32/modinfo.txt +++ b/modules/mp_ia32/modinfo.txt @@ -1,4 +1,4 @@ -realname "MPI Assembler Backend for x86 Systems" +realname "x86 MPI Assembler Core" mp_bits 32 |