[Pkg-javascript-devel] Bug#675856: [PATCH 1/5] unneeded patch, merged upstream

Shawn Landden shawnlandden at gmail.com
Sun Jun 3 21:16:04 UTC 2012


From: Shawn Landen <shawnlandden at gmail.com>

---
 debian/patches/issue9316131_5001.diff |   28 ----------------------------
 debian/patches/series                 |    1 -
 2 files changed, 29 deletions(-)
 delete mode 100644 debian/patches/issue9316131_5001.diff

diff --git a/debian/patches/issue9316131_5001.diff b/debian/patches/issue9316131_5001.diff
deleted file mode 100644
index 60f8060..0000000
--- a/debian/patches/issue9316131_5001.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Properly initialize element-transitioning array literals on ARM
- Closes: http://bugs.debian.org/666906
-Origin:upstream,https://chromiumcodereview.appspot.com/9316131
-Forwarded: not-needed
-Last-Update: 2012-04-02
---- a/src/arm/code-stubs-arm.cc
-+++ b/src/arm/code-stubs-arm.cc
-@@ -7311,7 +7311,7 @@
-   // Array literal has ElementsKind of FAST_DOUBLE_ELEMENTS.
-   __ bind(&double_elements);
-   __ ldr(r5, FieldMemOperand(r1, JSObject::kElementsOffset));
--  __ StoreNumberToDoubleElements(r0, r3, r1, r5, r6, r7, r9, r10,
-+  __ StoreNumberToDoubleElements(r0, r3, r1, r5, r6, r7, r9, r2,
-                                  &slow_elements);
-   __ Ret();
- }
---- a/src/arm/macro-assembler-arm.h
-+++ b/src/arm/macro-assembler-arm.h
-@@ -787,7 +787,8 @@
- 
-   // Check to see if maybe_number can be stored as a double in
-   // FastDoubleElements. If it can, store it at the index specified by key in
--  // the FastDoubleElements array elements, otherwise jump to fail.
-+  // the FastDoubleElements array elements. Otherwise jump to fail, in which
-+  // case scratch2, scratch3 and scratch4 are unmodified.
-   void StoreNumberToDoubleElements(Register value_reg,
-                                    Register key_reg,
-                                    Register receiver_reg,
diff --git a/debian/patches/series b/debian/patches/series
index 4a76142..03c1b28 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 0008_mksnapshot_stdout.patch
 0011_use_system_gyp.patch
 0014_disable_cross_build.patch
-issue9316131_5001.diff
-- 
1.7.10






More information about the Pkg-javascript-devel mailing list