Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12918 Details for
Bug 18033
modified glibc for building a cross compiler tool chain
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes syscall with more than 4 arguments for the cris architecture
glibc-2.3.1-cris-fix-syscalls.patch (text/plain), 1.64 KB, created by
Uwe Reimann
on 2003-06-07 13:06:16 UTC
(
hide
)
Description:
Fixes syscall with more than 4 arguments for the cris architecture
Filename:
MIME Type:
Creator:
Uwe Reimann
Created:
2003-06-07 13:06:16 UTC
Size:
1.64 KB
patch
obsolete
>diff -cpr glibc-2.3.1_orig/sysdeps/unix/sysv/linux/cris/sysdep.h glibc-2.3.1/sysdeps/unix/sysv/linux/cris/sysdep.h >*** glibc-2.3.1_orig/sysdeps/unix/sysv/linux/cris/sysdep.h Sat Jul 7 21:21:34 2001 >--- glibc-2.3.1/sysdeps/unix/sysv/linux/cris/sysdep.h Sat Jun 7 14:50:12 2003 >*************** >*** 197,203 **** > #define LOAD_ARGS_c_5(r10, r11, r12, r13, mof) \ > LOAD_ARGS_c_4(r10, r11, r12, r13) > #define LOAD_ARGS_asm_5(r10, r11, r12, r13, mof) \ >! LOAD_ARGS_asm_4 (r10, r11, r12, r13) "move %5,$mof\n\t" > #define ASM_CLOBBER_5 ASM_CLOBBER_4 > #define ASM_ARGS_5(r10, r11, r12, r13, mof) \ > ASM_ARGS_4 (r10, r11, r12, r13), "g" (mof) >--- 197,203 ---- > #define LOAD_ARGS_c_5(r10, r11, r12, r13, mof) \ > LOAD_ARGS_c_4(r10, r11, r12, r13) > #define LOAD_ARGS_asm_5(r10, r11, r12, r13, mof) \ >! LOAD_ARGS_asm_4 (r10, r11, r12, r13) "move %6,$mof\n\t" > #define ASM_CLOBBER_5 ASM_CLOBBER_4 > #define ASM_ARGS_5(r10, r11, r12, r13, mof) \ > ASM_ARGS_4 (r10, r11, r12, r13), "g" (mof) >*************** >*** 206,212 **** > LOAD_ARGS_c_5(r10, r11, r12, r13, mof) > #define LOAD_ARGS_asm_6(r10, r11, r12, r13, mof, srp) \ > LOAD_ARGS_asm_5(r10, r11, r12, r13, mof) \ >! "move %6,$srp\n\t" > #define ASM_CLOBBER_6 ASM_CLOBBER_5, "srp" > #define ASM_ARGS_6(r10, r11, r12, r13, mof, srp) \ > ASM_ARGS_5 (r10, r11, r12, r13, mof), "g" (srp) >--- 206,212 ---- > LOAD_ARGS_c_5(r10, r11, r12, r13, mof) > #define LOAD_ARGS_asm_6(r10, r11, r12, r13, mof, srp) \ > LOAD_ARGS_asm_5(r10, r11, r12, r13, mof) \ >! "move %7,$srp\n\t" > #define ASM_CLOBBER_6 ASM_CLOBBER_5, "srp" > #define ASM_ARGS_6(r10, r11, r12, r13, mof, srp) \ > ASM_ARGS_5 (r10, r11, r12, r13, mof), "g" (srp)
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 18033
:
9716
|
12709
|
12774
| 12918