[Reproducible-commits] [dpkg] 09/17: Add support for mipsn32(el) and mips64(el) to arch tables

Holger Levsen holger at layer-acht.org
Tue May 3 08:43:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to annotated tag 1.16.13
in repository dpkg.

commit 03b9de831e1226740ea428df74360ca7773c75fb
Author: YunQiang Su <wzssyqa at gmail.com>
Date:   Sat Jun 22 06:14:09 2013 +0200

    Add support for mipsn32(el) and mips64(el) to arch tables
    
    Cherry picked from commit 597a7348527cbe91e35cf04a2e214a562612a768.
    
    [guillem at debian.org:
     - Remove unneeded abi entry.
     - Fix mips64 endianness. ]
    
    Closes: #685096, #707323
    
    Signed-off-by: Guillem Jover <guillem at debian.org>
---
 abitable         | 1 +
 cputable         | 2 ++
 debian/changelog | 2 ++
 ostable          | 2 ++
 triplettable     | 4 ++++
 5 files changed, 11 insertions(+)

diff --git a/abitable b/abitable
index 578228d..300a1ab 100644
--- a/abitable
+++ b/abitable
@@ -7,4 +7,5 @@
 # Column 2 is the size (in bits) of the ABI integers/pointers.
 #
 # <Debian name>	<Bits>
+gnuabin32	32
 gnux32		32
diff --git a/cputable b/cputable
index 28630f0..7e868cd 100644
--- a/cputable
+++ b/cputable
@@ -29,6 +29,8 @@ m32r		m32r		m32r			32	big
 m68k		m68k		m68k			32	big
 mips		mips		mips(eb)?		32	big
 mipsel		mipsel		mipsel			32	little
+mips64		mips64		mips64			64	big
+mips64el	mips64el	mips64el		64	little
 powerpc		powerpc		(powerpc|ppc)		32	big
 ppc64		powerpc64	(powerpc|ppc)64		64	big
 s390		s390		s390			32	big
diff --git a/debian/changelog b/debian/changelog
index 274d01f..c788eca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ dpkg (1.16.13) UNRELEASED; urgency=low
     Dpkg::Deps::deps_compare(). See: #737731
   * Do not overwrite triplet mappings with latter matches in Dpkg::Arch.
     Required for the new mipsn32(el) and mips64(el) architecture entries.
+  * Add support for mipsn32(el) and mips64(el) to arch tables.
+    Thanks to YunQiang Su <wzssyqa at gmail.com>. Closes: #685096, #707323
 
   [ Updated scripts translations ]
   * Fix a typo in the German scripts translation.
diff --git a/ostable b/ostable
index 3348014..c7cc3ba 100644
--- a/ostable
+++ b/ostable
@@ -18,6 +18,8 @@ uclibceabi-linux	linux-uclibceabi	linux[^-]*-uclibceabi
 uclibc-linux		linux-uclibc		linux[^-]*-uclibc
 gnueabihf-linux		linux-gnueabihf		linux[^-]*-gnueabihf
 gnueabi-linux		linux-gnueabi		linux[^-]*-gnueabi
+gnuabin32-linux		linux-gnuabin32		linux[^-]*-gnuabin32
+gnuabi64-linux		linux-gnuabi64		linux[^-]*-gnuabi64
 gnuspe-linux		linux-gnuspe		linux[^-]*-gnuspe
 gnux32-linux		linux-gnux32		linux[^-]*-gnux32
 gnulp-linux		linux-gnulp		linux[^-]*-gnulp
diff --git a/triplettable b/triplettable
index 11f8a54..a95f04b 100644
--- a/triplettable
+++ b/triplettable
@@ -7,6 +7,10 @@ uclibceabi-linux-arm	uclibc-linux-armel
 uclibc-linux-<cpu>	uclibc-linux-<cpu>
 gnueabihf-linux-arm	armhf
 gnueabi-linux-arm	armel
+gnuabin32-linux-mips64el	mipsn32el
+gnuabin32-linux-mips64	mipsn32
+gnuabi64-linux-mips64el	mips64el
+gnuabi64-linux-mips64	mips64
 gnuspe-linux-powerpc	powerpcspe
 gnux32-linux-amd64	x32
 gnulp-linux-i386	lpia

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list