Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45636 Details for
Bug 73699
uclibc-0.9.26-r8 update with better hardened support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
PAGE_SIZE correction for arm/ppc
uclibc-0.9.26-cvs-page_size.patch (text/plain), 753 bytes, created by
Peter S. Mazinger
on 2004-12-09 14:52:55 UTC
(
hide
)
Description:
PAGE_SIZE correction for arm/ppc
Filename:
MIME Type:
Creator:
Peter S. Mazinger
Created:
2004-12-09 14:52:55 UTC
Size:
753 bytes
patch
obsolete
>--- uClibc-0.9.26/libc/sysdeps/linux/arm/sys/user.h.mps 2004-12-09 20:20:10.000000000 +0100 >+++ uClibc-0.9.26/libc/sysdeps/linux/arm/sys/user.h 2004-12-09 20:19:50.000000000 +0100 >@@ -69,4 +69,8 @@ > struct user_fpregs *u_fp0; /* help gdb to find the FP registers. */ > }; > >+/* there are some arms w/ 15/16 as PAGE_SIZE (not 12) >+ * they will require specific uClibc_page.h */ >+#include <bits/uClibc_page.h> >+ > #endif /* sys/user.h */ >--- uClibc-0.9.26/libc/sysdeps/linux/powerpc/sys/user.h.mps 2004-12-09 20:20:22.000000000 +0100 >+++ uClibc-0.9.26/libc/sysdeps/linux/powerpc/sys/user.h 2004-12-09 20:20:39.000000000 +0100 >@@ -37,4 +37,6 @@ > char u_comm[32]; /* user command name */ > }; > >+#include <bits/uClibc_page.h> >+ > #endif /* sys/user.h */
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 73699
:
45447
|
45449
|
45455
|
45458
|
45632
|
45633
|
45634
|
45635
|
45636
|
45640
|
45641