[arch-commits] Commit in firefox-developer-edition/trunk (no-plt.diff)

Andrew Crerar andrewsc at archlinux.org
Wed Jan 24 19:20:24 UTC 2018


    Date: Wednesday, January 24, 2018 @ 19:20:23
  Author: andrewsc
Revision: 286643

Removing no-plt.diff from firefox-developer-edition

Deleted:
  firefox-developer-edition/trunk/no-plt.diff

-------------+
 no-plt.diff |   48 ------------------------------------------------
 1 file changed, 48 deletions(-)

Deleted: no-plt.diff
===================================================================
--- no-plt.diff	2018-01-24 19:19:23 UTC (rev 286642)
+++ no-plt.diff	2018-01-24 19:20:23 UTC (rev 286643)
@@ -1,48 +0,0 @@
-diff --git i/security/nss/lib/freebl/mpi/mpi_x86.s w/security/nss/lib/freebl/mpi/mpi_x86.s
-index 8f7e2130c3264754..b3ca1ce5b41b3771 100644
---- i/security/nss/lib/freebl/mpi/mpi_x86.s
-+++ w/security/nss/lib/freebl/mpi/mpi_x86.s
-@@ -22,22 +22,41 @@ is_sse: .long	-1
- #
- .ifndef NO_PIC
- .macro GET   var,reg
--    movl   \var at GOTOFF(%ebx),\reg
-+    call   thunk.ax
-+    addl   $_GLOBAL_OFFSET_TABLE_, %eax
-+    movl   \var at GOTOFF(%eax),\reg
- .endm
- .macro PUT   reg,var
--    movl   \reg,\var at GOTOFF(%ebx)
-+    call   thunk.dx
-+    addl   $_GLOBAL_OFFSET_TABLE_, %edx
-+    movl   \reg,\var at GOTOFF(%edx)
- .endm
- .else
- .macro GET   var,reg
-     movl   \var,\reg
- .endm
- .macro PUT   reg,var
-     movl   \reg,\var
- .endm
- .endif
- 
- .text
- 
-+.ifndef NO_PIC
-+.globl	thunk.ax
-+.hidden	thunk.ax
-+.type	thunk.ax, @function
-+thunk.ax:
-+       movl   (%esp),%eax
-+       ret
-+
-+.globl	thunk.dx
-+.hidden	thunk.dx
-+.type	thunk.dx, @function
-+thunk.dx:
-+       movl   (%esp),%edx
-+       ret
-+.endif
- 
-  #  ebp - 36:	caller's esi
-  #  ebp - 32:	caller's edi



More information about the arch-commits mailing list