Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294908 Details for
Bug 432793
Add super-H(sh3,4) arche support.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
cln-1.1.3-sh-linux.patch
cln-1.1.13-sh-linux.patch (text/plain), 2.62 KB, created by
CHIKAMA Masaki
on 2008-02-14 12:40:36 UTC
(
hide
)
Description:
cln-1.1.3-sh-linux.patch
Filename:
MIME Type:
Creator:
CHIKAMA Masaki
Created:
2008-02-14 12:40:36 UTC
Size:
2.62 KB
patch
obsolete
>diff -ruN cln-1.1.13.orig/include/cln/config.h.in cln-1.1.13/include/cln/config.h.in >--- cln-1.1.13.orig/include/cln/config.h.in 2005-08-03 02:34:41.000000000 +0900 >+++ cln-1.1.13/include/cln/config.h.in 2007-11-09 15:27:45.000000000 +0900 >@@ -88,6 +88,9 @@ > #undef __s390__ > #endif > >+#ifndef __sh__ >+#undef __sh__ >+#endif > > /* assembler syntax */ > >diff -ruN cln-1.1.13.orig/include/cln/modules.h cln-1.1.13/include/cln/modules.h >--- cln-1.1.13.orig/include/cln/modules.h 2006-05-08 05:51:58.000000000 +0900 >+++ cln-1.1.13/include/cln/modules.h 2007-11-09 15:23:50.000000000 +0900 >@@ -64,7 +64,7 @@ > #endif > // Globalize a label defined in the same translation unit. > // See macro ASM_GLOBALIZE_LABEL in the gcc sources. >- #if defined(__i386__) || defined(__m68k__) || defined(__mips__) || defined(__mipsel__) || defined(__mips64__) || defined(__alpha__) || defined(__rs6000__) || defined(__powerpc64__) || defined(__x86_64__) || defined(__s390__) >+ #if defined(__i386__) || defined(__m68k__) || defined(__mips__) || defined(__mipsel__) || defined(__mips64__) || defined(__alpha__) || defined(__rs6000__) || defined(__powerpc64__) || defined(__x86_64__) || defined(__s390__) || defined(__sh__) > // Some m68k systems use "xdef" or "global" or ".global"... > #define CL_GLOBALIZE_LABEL(label) __asm__("\t.globl " label); > #endif >@@ -171,6 +171,9 @@ > #if defined(__s390__) > #define CL_JUMP_TO(addr) ASM_VOLATILE("br %0" : : "a" ((void*)(addr))) > #endif >+ #if defined(__sh__) >+ #define CL_JUMP_TO(addr) ASM_VOLATILE("jmp @%0" : : "r" ((void*)(addr))) >+ #endif > #ifdef CL_GLOBAL_DESTRUCTOR_PREFIX > #define CL_PROVIDE(module) \ > extern "C" void cl_module__##module##__firstglobalfun () {} \ >diff -ruN cln-1.1.13.orig/include/cln/object.h cln-1.1.13/include/cln/object.h >--- cln-1.1.13.orig/include/cln/object.h 2005-08-17 06:47:56.000000000 +0900 >+++ cln-1.1.13/include/cln/object.h 2007-11-09 15:24:43.000000000 +0900 >@@ -22,7 +22,7 @@ > #if defined(__m68k__) > #define cl_word_alignment 2 > #endif >-#if defined(__i386__) || defined(__mips__) || defined(__mipsel__) || defined(__sparc__) || defined(__hppa__) || defined(__arm__) || defined(__rs6000__) || defined(__m88k__) || defined(__convex__) || defined(__s390__) >+#if defined(__i386__) || defined(__mips__) || defined(__mipsel__) || defined(__sparc__) || defined(__hppa__) || defined(__arm__) || defined(__rs6000__) || defined(__m88k__) || defined(__convex__) || defined(__s390__) || defined(__sh__) > #define cl_word_alignment 4 > #endif > #if defined(__alpha__) || defined(__ia64__) || defined(__mips64__) || defined(__powerpc64__) || defined(__sparc64__) || defined(__x86_64__)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 432793
:
294908
|
296320