diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-07-05 17:26:33 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-07-05 17:27:00 +0200 |
commit | 8ee53aa4d280f2de366628ef9600e9455345d7fb (patch) | |
tree | de19a55327abc280866027760c76359963a194f8 /www-client | |
parent | www-client/firefox: Drop HPPA keywording (bug #588044). (diff) | |
download | gentoo-8ee53aa4d280f2de366628ef9600e9455345d7fb.tar.gz gentoo-8ee53aa4d280f2de366628ef9600e9455345d7fb.tar.bz2 gentoo-8ee53aa4d280f2de366628ef9600e9455345d7fb.zip |
www-client/firefox: Drop unused patch.
Package-Manager: portage-2.3.0
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox/files/jit-none-branch64.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www-client/firefox/files/jit-none-branch64.patch b/www-client/firefox/files/jit-none-branch64.patch deleted file mode 100644 index 590f745d14d4..000000000000 --- a/www-client/firefox/files/jit-none-branch64.patch +++ /dev/null @@ -1,29 +0,0 @@ -# HG changeset patch -# User Nicolas B. Pierron <nicolas.b.pierron@mozilla.com> - -Bug 1266366 - Add branch64 functions to the none-backend MacroAssembler. r= - -diff --git a/js/src/jit/none/MacroAssembler-none.h b/js/src/jit/none/MacroAssembler-none.h -index 512ae81..4441d8d 100644 ---- a/js/src/jit/none/MacroAssembler-none.h -+++ b/js/src/jit/none/MacroAssembler-none.h -@@ -254,16 +254,18 @@ class MacroAssemblerNone : public Assembler - template <typename T, typename S> void branchSub32(Condition, T, S, Label*) { MOZ_CRASH(); } - template <typename T, typename S> void branchPtr(Condition, T, S, Label*) { MOZ_CRASH(); } - template <typename T, typename S> void branchTestPtr(Condition, T, S, Label*) { MOZ_CRASH(); } - template <typename T, typename S> void branchDouble(DoubleCondition, T, S, Label*) { MOZ_CRASH(); } - template <typename T, typename S> void branchFloat(DoubleCondition, T, S, Label*) { MOZ_CRASH(); } - template <typename T, typename S> void branchPrivatePtr(Condition, T, S, Label*) { MOZ_CRASH(); } - template <typename T, typename S> void decBranchPtr(Condition, T, S, Label*) { MOZ_CRASH(); } - template <typename T, typename S> void branchTest64(Condition, T, T, S, Label*) { MOZ_CRASH(); } -+ template <typename T, typename S> void branch64(Condition, T, S, Label*) { MOZ_CRASH(); } -+ template <typename T, typename S> void branch64(Condition, T, T, S, Label*) { MOZ_CRASH(); } - template <typename T, typename S> void mov(T, S) { MOZ_CRASH(); } - template <typename T, typename S> void movq(T, S) { MOZ_CRASH(); } - template <typename T, typename S> void movePtr(T, S) { MOZ_CRASH(); } - template <typename T, typename S> void move32(T, S) { MOZ_CRASH(); } - template <typename T, typename S> void moveFloat32(T, S) { MOZ_CRASH(); } - template <typename T, typename S> void moveDouble(T, S) { MOZ_CRASH(); } - template <typename T, typename S> void move64(T, S) { MOZ_CRASH(); } - template <typename T> CodeOffset movWithPatch(T, Register) { MOZ_CRASH(); } - |