Package: mozjs / 1.8.5-1.0.0+dfsg-4

Metadata

Package Version Patches format
mozjs 1.8.5-1.0.0+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Allow to build against system libffi.patch | (download)

js/src/Makefile.in | 16 14 + 2 - 0 !
js/src/config/autoconf.mk.in | 4 4 + 0 - 0 !
js/src/configure.in | 14 13 + 1 - 0 !
js/src/shell/Makefile.in | 3 3 + 0 - 0 !
4 files changed, 34 insertions(+), 3 deletions(-)

 allow to build against system libffi

https://bugzilla.mozilla.org/show_bug.cgi?id=551138

Force NativeARM.o to have arch armv4t in its .ARM.at.patch | (download)

js/src/nanojit/NativeARM.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 force nativearm.o to have arch armv4t in its .arm.attributes


Bug 638056 Avoid The cacheFlush support is missing o.patch | (download)

js/src/Makefile.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 bug 638056 - avoid "the cacheflush support is missing on this
 platform" error on exotic platforms


Bug 626035 Modify the way arm compiler flags are set.patch | (download)

js/src/configure.in | 284 186 + 98 - 0 !
1 file changed, 186 insertions(+), 98 deletions(-)

 bug 626035 - modify the way arm compiler flags are set in configure


Bug 589744 Fallback to perf measurement stub when pe.patch | (download)

js/src/configure.in | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 bug 589744 - fallback to perf measurement stub when perf_event_open
 syscall isn't supported. r=ted


64bit big endian.patch | (download)

js/src/jsval.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
destdir.patch | (download)

js/src/Makefile.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
fix map pages on ia64.patch | (download)

js/src/jsgcchunk.cpp | 33 33 + 0 - 0 !
1 file changed, 33 insertions(+)

 fix mappages() on ia64

disable static strings on ia64.patch | (download)

js/src/jsatom.cpp | 2 2 + 0 - 0 !
js/src/jsiter.cpp | 5 4 + 1 - 0 !
js/src/jsnum.cpp | 4 4 + 0 - 0 !
js/src/jsstr.cpp | 8 8 + 0 - 0 !
js/src/jsstr.h | 28 28 + 0 - 0 !
js/src/jsstrinlines.h | 24 24 + 0 - 0 !
js/src/jstracer.cpp | 9 8 + 1 - 0 !
js/src/jstracer.h | 2 2 + 0 - 0 !
js/src/tracejit/Writer.cpp | 5 4 + 1 - 0 !
9 files changed, 84 insertions(+), 3 deletions(-)

 turn off js static strings on ia64

autoconf.patch | (download)

js/src/configure | 1773 1030 + 743 - 0 !
1 file changed, 1030 insertions(+), 743 deletions(-)

---