Bug 446559

Summary: Add super-H(sh3,4) architecture support.
Product: [Fedora] Fedora Reporter: CHIKAMA Masaki <masaki.chikama>
Component: libtirpcAssignee: Steve Dickson <steved>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: sh4   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-15 05:58:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
libtirpc-0.1.7-sh-linux.patch none

Description CHIKAMA Masaki 2008-05-15 03:29:34 UTC
Description of problem:
 This patch adds support super-H(sh3,sh4) architecture.
It's forward ported patch for libtirpc-0.1.7-12
getting from http://www.sh-linux.org/

--- libtirpc-0.1.7/src/xdr_float.c.org  2008-05-13 21:45:26.000000000 +0900
+++ libtirpc-0.1.7/src/xdr_float.c      2008-05-13 21:46:08.000000000 +0900
@@ -59,7 +59,8 @@
     defined(__mips__) || defined(__ns32k__) || defined(__alpha__) || \
     defined(__arm32__) || defined(__ppc__) || defined(__ia64__) || \
     defined(__arm26__) || defined(__sparc64__) || defined(__amd64__) || \
-    defined(__powerpc__) || defined(__s390__) || defined(__arm__)
+    defined(__powerpc__) || defined(__s390__) || defined(__arm__) || \
+    defined(__sh__)
 #include <bits/endian.h>
 #define IEEEFP
 #endif

Comment 1 CHIKAMA Masaki 2008-05-15 03:29:34 UTC
Created attachment 305435 [details]
libtirpc-0.1.7-sh-linux.patch

Comment 2 Steve Dickson 2008-06-27 18:17:35 UTC
Fixed in libtirpc-0.1.8-2.fc10

Comment 3 CHIKAMA Masaki 2008-11-15 05:58:30 UTC
Thank you for applying patch.
Sorry for late response.