Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #66576: fix executable GNU_STACK marking for
bug #96022
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 96022
Collapse All
|
Expand All
(-)
libgcrypt-1.2.1.old/mpi/i386/mpih-add1.S (+2 lines)
Lines 114-116 Loop: movl (%esi),%eax
Link Here
114
popl %edi
114
popl %edi
115
ret
115
ret
116
116
117
.section .note.GNU-stack,"",@progbits
118
(-)
libgcrypt-1.2.1.old/mpi/i386/mpih-lshift.S (+2 lines)
Lines 92-94 Lend: shll %cl,%ebx /* compute least si
Link Here
92
popl %edi
92
popl %edi
93
ret
93
ret
94
94
95
.section .note.GNU-stack,"",@progbits
96
(-)
libgcrypt-1.2.1.old/mpi/i386/mpih-mul1.S (+2 lines)
Lines 82-84 Loop:
Link Here
82
INSN1(pop,l ,R(edi))
82
INSN1(pop,l ,R(edi))
83
ret
83
ret
84
84
85
.section .note.GNU-stack,"",@progbits
86
(-)
libgcrypt-1.2.1.old/mpi/i386/mpih-mul2.S (+2 lines)
Lines 84-86 Loop:
Link Here
84
INSN1(pop,l ,R(edi))
84
INSN1(pop,l ,R(edi))
85
ret
85
ret
86
86
87
.section .note.GNU-stack,"",@progbits
88
(-)
libgcrypt-1.2.1.old/mpi/i386/mpih-mul3.S (+2 lines)
Lines 84-86 Loop:
Link Here
84
INSN1(pop,l ,R(edi))
84
INSN1(pop,l ,R(edi))
85
ret
85
ret
86
86
87
.section .note.GNU-stack,"",@progbits
88
(-)
libgcrypt-1.2.1.old/mpi/i386/mpih-rshift.S (+2 lines)
Lines 95-97 Lend2: shrl %cl,%ebx /* compute most si
Link Here
95
popl %edi
95
popl %edi
96
ret
96
ret
97
97
98
.section .note.GNU-stack,"",@progbits
99
(-)
libgcrypt-1.2.1.old/mpi/i386/mpih-sub1.S (+2 lines)
Lines 115-117 Loop: movl (%esi),%eax
Link Here
115
popl %edi
115
popl %edi
116
ret
116
ret
117
117
118
.section .note.GNU-stack,"",@progbits
119
(-)
libgcrypt-1.2.1.old/mpi/i586/mpih-add1.S (+1 lines)
Lines 132-135 Lend2:
Link Here
132
popl %edi
132
popl %edi
133
ret
133
ret
134
134
135
.section .note.GNU-stack,"",@progbits
135
136
(-)
libgcrypt-1.2.1.old/mpi/i586/mpih-lshift.S (+1 lines)
Lines 226-229 LL1: movl %edx,(%edi) /* store last lim
Link Here
226
popl %edi
226
popl %edi
227
ret
227
ret
228
228
229
.section .note.GNU-stack,"",@progbits
229
230
(-)
libgcrypt-1.2.1.old/mpi/i586/mpih-mul1.S (+2 lines)
Lines 87-89 Loop: INSN2(adc,l ,R(ebx),$0)
Link Here
87
INSN1(pop,l ,R(edi))
87
INSN1(pop,l ,R(edi))
88
ret
88
ret
89
89
90
.section .note.GNU-stack,"",@progbits
91
(-)
libgcrypt-1.2.1.old/mpi/i586/mpih-mul2.S (+2 lines)
Lines 91-93 Loop: INSN2(adc,l ,R(ebx),$0)
Link Here
91
INSN1(pop,l ,R(edi))
91
INSN1(pop,l ,R(edi))
92
ret
92
ret
93
93
94
.section .note.GNU-stack,"",@progbits
95
(-)
libgcrypt-1.2.1.old/mpi/i586/mpih-mul3.S (+2 lines)
Lines 91-93 Loop: INSN2(adc,l ,R(ebx),$0)
Link Here
91
INSN1(pop,l ,R(edi))
91
INSN1(pop,l ,R(edi))
92
ret
92
ret
93
93
94
.section .note.GNU-stack,"",@progbits
95
(-)
libgcrypt-1.2.1.old/mpi/i586/mpih-rshift.S (+2 lines)
Lines 226-228 RL1: movl %edx,(%edi) /* store last lim
Link Here
226
popl %edi
226
popl %edi
227
ret
227
ret
228
228
229
.section .note.GNU-stack,"",@progbits
230
(-)
libgcrypt-1.2.1.old/mpi/i586/mpih-sub1.S (+2 lines)
Lines 140-142 Lend2:
Link Here
140
popl %edi
140
popl %edi
141
ret
141
ret
142
142
143
.section .note.GNU-stack,"",@progbits
144
Return to
bug 96022