public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: arch/
Date: Mon, 17 Oct 2011 02:29:49 +0000 (UTC)	[thread overview]
Message-ID: <11685882ba9cd6365e085069b4d81d14df7e863b.mattst88@gentoo> (raw)

commit:     11685882ba9cd6365e085069b4d81d14df7e863b
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 17 02:26:13 2011 +0000
Commit:     Matt Turner <mattst88 <AT> gmail <DOT> com>
CommitDate: Mon Oct 17 02:26:13 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=11685882

mips.py: align class table

---
 arch/mips.py |   96 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/arch/mips.py b/arch/mips.py
index ca8e828..7ffc741 100644
--- a/arch/mips.py
+++ b/arch/mips.py
@@ -351,58 +351,58 @@ class arch_cobalt_n32(generic_mips64el):
 def register():
 	"Inform main catalyst program of the contents of this plugin."
 	return ({ 
-			"cobalt"		: arch_cobalt,
-			"cobalt_n32"	: arch_cobalt_n32,
-			"mips"			: arch_mips1,
-			"mips1"			: arch_mips1,
-			"mips32"		: arch_mips32,
+			"cobalt"				: arch_cobalt,
+			"cobalt_n32"			: arch_cobalt_n32,
+			"mips"					: arch_mips1,
+			"mips1"					: arch_mips1,
+			"mips32"				: arch_mips32,
 			"mips32_softfloat"		: arch_mips32_softfloat,
-			"mips32r2"		: arch_mips32r2,
+			"mips32r2"				: arch_mips32r2,
 			"mips32r2_softfloat"	: arch_mips32r2_softfloat,
-			"mips3"			: arch_mips3,
-			"mips3_n32"		: arch_mips3_n32,
-			"mips3_n64"		: arch_mips3_n64,
-			"mips3_multilib": arch_mips3_multilib,
-			"mips4"			: arch_mips4,
-			"mips4_n32"		: arch_mips4_n32,
-			"mips4_n64"		: arch_mips4_n64,
-			"mips4_multilib": arch_mips4_multilib,
-			"mips4_r10k"	: arch_mips4_r10k,
-			"mips4_r10k_n32": arch_mips4_r10k_n32,
-			"mips4_r10k_n64": arch_mips4_r10k_n64,
+			"mips3"					: arch_mips3,
+			"mips3_n32"				: arch_mips3_n32,
+			"mips3_n64"				: arch_mips3_n64,
+			"mips3_multilib"		: arch_mips3_multilib,
+			"mips4"					: arch_mips4,
+			"mips4_n32"				: arch_mips4_n32,
+			"mips4_n64"				: arch_mips4_n64,
+			"mips4_multilib"		: arch_mips4_multilib,
+			"mips4_r10k"			: arch_mips4_r10k,
+			"mips4_r10k_n32"		: arch_mips4_r10k_n32,
+			"mips4_r10k_n64"		: arch_mips4_r10k_n64,
 			"mips4_r10k_multilib"	: arch_mips4_r10k_multilib,
-			"mips64"		: arch_mips64,
-			"mips64_n32"	: arch_mips64_n32,
-			"mips64_n64"	: arch_mips64_n64,
-			"mips64_multilib"	: arch_mips64_multilib,
-			"mips64r2"		: arch_mips64r2,
-			"mips64r2_n32"	: arch_mips64r2_n32,
-			"mips64r2_n64"	: arch_mips64r2_n64,
-			"mips64r2_multilib"	: arch_mips64r2_multilib,
-			"mipsel"		: arch_mipsel1,
-			"mipsel1"		: arch_mipsel1,
-			"mips32el"		: arch_mips32el,
+			"mips64"				: arch_mips64,
+			"mips64_n32"			: arch_mips64_n32,
+			"mips64_n64"			: arch_mips64_n64,
+			"mips64_multilib"		: arch_mips64_multilib,
+			"mips64r2"				: arch_mips64r2,
+			"mips64r2_n32"			: arch_mips64r2_n32,
+			"mips64r2_n64"			: arch_mips64r2_n64,
+			"mips64r2_multilib"		: arch_mips64r2_multilib,
+			"mipsel"				: arch_mipsel1,
+			"mipsel1"				: arch_mipsel1,
+			"mips32el"				: arch_mips32el,
 			"mips32el_softfloat"	: arch_mips32el_softfloat,
-			"mips32r2el"	: arch_mips32r2el,
+			"mips32r2el"			: arch_mips32r2el,
 			"mips32r2el_softfloat"	: arch_mips32r2el_softfloat,
-			"mipsel3"		: arch_mipsel3,
-			"mipsel3_n32"	: arch_mipsel3_n32,
-			"mipsel3_n64"	: arch_mipsel3_n64,
-			"mipsel3_multilib"	: arch_mipsel3_multilib,
-			"mipsel4"		: arch_mipsel4,
-			"mipsel4_n32"	: arch_mipsel4_n32,
-			"mipsel4_n64"	: arch_mipsel4_n64,
-			"mipsel4_multilib"	: arch_mipsel4_multilib,
-			"mips64el"		: arch_mips64el,
-			"mips64el_n32"	: arch_mips64el_n32,
-			"mips64el_n64"	: arch_mips64el_n64,
-			"mips64el_multilib"	: arch_mips64el_multilib,
-			"mips64r2el"	: arch_mips64r2el,
-			"mips64r2el_n32"	: arch_mips64r2el_n32,
-			"mips64r2el_n64"	: arch_mips64r2el_n64,
+			"mipsel3"				: arch_mipsel3,
+			"mipsel3_n32"			: arch_mipsel3_n32,
+			"mipsel3_n64"			: arch_mipsel3_n64,
+			"mipsel3_multilib"		: arch_mipsel3_multilib,
+			"mipsel4"				: arch_mipsel4,
+			"mipsel4_n32"			: arch_mipsel4_n32,
+			"mipsel4_n64"			: arch_mipsel4_n64,
+			"mipsel4_multilib"		: arch_mipsel4_multilib,
+			"mips64el"				: arch_mips64el,
+			"mips64el_n32"			: arch_mips64el_n32,
+			"mips64el_n64"			: arch_mips64el_n64,
+			"mips64el_multilib"		: arch_mips64el_multilib,
+			"mips64r2el"			: arch_mips64r2el,
+			"mips64r2el_n32"		: arch_mips64r2el_n32,
+			"mips64r2el_n64"		: arch_mips64r2el_n64,
 			"mips64r2el_multilib"	: arch_mips64r2el_multilib,
-			"loongson2e"		: arch_loongson2e,
-			"loongson2e_n32"	: arch_loongson2e_n32,
-			"loongson2f"		: arch_loongson2f,
-			"loongson2f_n32"	: arch_loongson2f_n32,
+			"loongson2e"			: arch_loongson2e,
+			"loongson2e_n32"		: arch_loongson2e_n32,
+			"loongson2f"			: arch_loongson2f,
+			"loongson2f_n32"		: arch_loongson2f_n32,
 	}, ("mips","mips64"))



             reply	other threads:[~2011-10-17  2:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-17  2:29 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-17 18:36 [gentoo-commits] proj/catalyst:catalyst_2 commit in: arch/ Matt Turner
2012-03-17 18:36 Matt Turner
2012-03-17 18:36 Matt Turner
2012-01-27 16:02 Matt Turner
2011-10-17  2:29 Matt Turner
2011-09-03  1:20 Matt Turner
2011-08-21 23:23 Matt Turner
2011-08-17  4:23 Matt Turner
2011-08-17  4:23 Matt Turner
2011-08-17  4:23 Matt Turner
2011-07-21  4:44 Matt Turner
2011-07-21  4:44 Matt Turner
2011-07-21  4:44 Matt Turner
2011-07-16 21:17 Matt Turner
2011-06-28  2:54 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11685882ba9cd6365e085069b4d81d14df7e863b.mattst88@gentoo \
    --to=mattst88@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox