Fix man page to put mips64 and mips64el in the same section
authorMatt Turner <mattst88@gmail.com>
Tue, 19 Jul 2011 17:08:32 +0000 (13:08 -0400)
committerMatt Turner <mattst88@gmail.com>
Tue, 19 Jul 2011 17:08:32 +0000 (13:08 -0400)
Signed-off-by: Matt Turner <mattst88@gmail.com>
doc/make_subarch_table_guidexml.py

index 94c4af0d53a321c90a6c630390012467a32da59e..8652599d9f950db673c2b8cb00895dbc313749ba 100755 (executable)
@@ -16,6 +16,7 @@ _pattern_arch_genericliases = {
        'armeb':'arm',
        'sheb':'sh',
        'mipsel':'mips',
+       'mips64el':'mips64',
 }