Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 251795 Details for
Bug 342189
dev-util/valgrind-3.6.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed update for valgrind-3.5.0-local-labels.patch
valgrind-3.6.0-local-labels.patch (text/plain), 1.36 KB, created by
Arseny Solokha
on 2010-10-24 12:28:40 UTC
(
hide
)
Description:
Proposed update for valgrind-3.5.0-local-labels.patch
Filename:
MIME Type:
Creator:
Arseny Solokha
Created:
2010-10-24 12:28:40 UTC
Size:
1.36 KB
patch
obsolete
>--- coregrind/m_libcassert.c 2010-10-21 04:19:45.000000000 +0800 >+++ coregrind/m_libcassert.c 2010-10-24 20:23:17.800001876 +0800 >@@ -81,8 +81,8 @@ > { UInt cia, r1, lr; \ > __asm__ __volatile__( \ > "mflr 0;" /* r0 = lr */ \ >- "bl m_libcassert_get_ip;" /* lr = pc */ \ >- "m_libcassert_get_ip:\n" \ >+ "bl 0f;" /* lr = pc */ \ >+ "0:\n" \ > "mflr %0;" /* %0 = pc */ \ > "mtlr 0;" /* restore lr */ \ > "mr %1,1;" /* %1 = r1 */ \ >@@ -100,8 +100,8 @@ > { ULong cia, r1, lr; \ > __asm__ __volatile__( \ > "mflr 0;" /* r0 = lr */ \ >- "bl .m_libcassert_get_ip;" /* lr = pc */ \ >- ".m_libcassert_get_ip:\n" \ >+ "bl 0f;" /* lr = pc */ \ >+ "0:\n" \ > "mflr %0;" /* %0 = pc */ \ > "mtlr 0;" /* restore lr */ \ > "mr %1,1;" /* %1 = r1 */ \
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 342189
:
251783
| 251795 |
251797
|
253079