Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66576 Details for
Bug 96022
cryptsetup links to static libgcrypt resulting in TEXTREL
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix executable GNU_STACK marking
libgcrypt-1.2.1-GNU-stack-fix.patch (text/plain), 3.66 KB, created by
PaX Team
on 2005-08-22 12:35:38 UTC
(
hide
)
Description:
fix executable GNU_STACK marking
Filename:
MIME Type:
Creator:
PaX Team
Created:
2005-08-22 12:35:38 UTC
Size:
3.66 KB
patch
obsolete
>--- libgcrypt-1.2.1.old/mpi/i386/mpih-add1.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i386/mpih-add1.S 2005-08-22 20:20:34.000000000 +0100 >@@ -114,3 +114,5 @@ Loop: movl (%esi),%eax > popl %edi > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i386/mpih-lshift.S 2003-10-31 05:06:06.000000000 +0000 >+++ libgcrypt-1.2.1/mpi/i386/mpih-lshift.S 2005-08-22 20:20:40.000000000 +0100 >@@ -92,3 +92,5 @@ Lend: shll %cl,%ebx /* compute least si > popl %edi > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i386/mpih-mul1.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i386/mpih-mul1.S 2005-08-22 20:20:45.000000000 +0100 >@@ -82,3 +82,5 @@ Loop: > INSN1(pop,l ,R(edi)) > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i386/mpih-mul2.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i386/mpih-mul2.S 2005-08-22 20:20:50.000000000 +0100 >@@ -84,3 +84,5 @@ Loop: > INSN1(pop,l ,R(edi)) > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i386/mpih-mul3.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i386/mpih-mul3.S 2005-08-22 20:20:55.000000000 +0100 >@@ -84,3 +84,5 @@ Loop: > INSN1(pop,l ,R(edi)) > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i386/mpih-rshift.S 2003-10-31 05:06:06.000000000 +0000 >+++ libgcrypt-1.2.1/mpi/i386/mpih-rshift.S 2005-08-22 20:21:00.000000000 +0100 >@@ -95,3 +95,5 @@ Lend2: shrl %cl,%ebx /* compute most si > popl %edi > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i386/mpih-sub1.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i386/mpih-sub1.S 2005-08-22 20:21:05.000000000 +0100 >@@ -115,3 +115,5 @@ Loop: movl (%esi),%eax > popl %edi > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i586/mpih-add1.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i586/mpih-add1.S 2005-08-22 19:46:17.000000000 +0100 >@@ -132,4 +132,5 @@ Lend2: > popl %edi > ret > >+.section .note.GNU-stack,"",@progbits > >--- libgcrypt-1.2.1.old/mpi/i586/mpih-lshift.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i586/mpih-lshift.S 2005-08-22 19:46:27.000000000 +0100 >@@ -226,4 +226,5 @@ LL1: movl %edx,(%edi) /* store last lim > popl %edi > ret > >+.section .note.GNU-stack,"",@progbits > >--- libgcrypt-1.2.1.old/mpi/i586/mpih-mul1.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i586/mpih-mul1.S 2005-08-22 19:46:33.000000000 +0100 >@@ -87,3 +87,5 @@ Loop: INSN2(adc,l ,R(ebx),$0) > INSN1(pop,l ,R(edi)) > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i586/mpih-mul2.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i586/mpih-mul2.S 2005-08-22 19:46:38.000000000 +0100 >@@ -91,3 +91,5 @@ Loop: INSN2(adc,l ,R(ebx),$0) > INSN1(pop,l ,R(edi)) > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i586/mpih-mul3.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i586/mpih-mul3.S 2005-08-22 19:46:44.000000000 +0100 >@@ -91,3 +91,5 @@ Loop: INSN2(adc,l ,R(ebx),$0) > INSN1(pop,l ,R(edi)) > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i586/mpih-rshift.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i586/mpih-rshift.S 2005-08-22 19:46:49.000000000 +0100 >@@ -226,3 +226,5 @@ RL1: movl %edx,(%edi) /* store last lim > popl %edi > ret > >+.section .note.GNU-stack,"",@progbits >+ >--- libgcrypt-1.2.1.old/mpi/i586/mpih-sub1.S 2002-05-14 14:11:07.000000000 +0100 >+++ libgcrypt-1.2.1/mpi/i586/mpih-sub1.S 2005-08-22 19:46:54.000000000 +0100 >@@ -140,3 +140,5 @@ Lend2: > popl %edi > ret > >+.section .note.GNU-stack,"",@progbits >+
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 96022
: 66576