Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/ea7da966de05e5f372997f8969f64685f732a6a0
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/ea7da966de05e5f372997f8969f64685f732a6a0
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/ea7da966de05e5f372997f8969f64685f732a6a0

The branch, master has been updated
       via  ea7da966de05e5f372997f8969f64685f732a6a0 (commit)
      from  6619be2b72820b40c8afe95fcf9cabb45d85130d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=ea7da966de05e5f372997f8969f64685f732a6a0
commit ea7da966de05e5f372997f8969f64685f732a6a0
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    Duktape: Another attempt to squash aarch64 increases required alignment 
warnings.

diff --git a/content/handlers/javascript/duktape/duktape.c 
b/content/handlers/javascript/duktape/duktape.c
index 0bde7d4..5e3b467 100644
--- a/content/handlers/javascript/duktape/duktape.c
+++ b/content/handlers/javascript/duktape/duktape.c
@@ -6664,9 +6664,7 @@ struct duk_hobject {
 #endif
 #endif
 }
-#if (DUK_USE_ALIGN_BY == 8) && defined(DUK_USE_PACK_GCC_ATTR)
-__attribute__ ((aligned (8)))
-#elif (DUK_USE_ALIGN_BY == 8) && defined(DUK_USE_PACK_CLANG_ATTR)
+#if (DUK_USE_ALIGN_BY == 8)
 __attribute__ ((aligned (8)))
 #endif
 ;


-----------------------------------------------------------------------

Summary of changes:
 content/handlers/javascript/duktape/duktape.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/content/handlers/javascript/duktape/duktape.c 
b/content/handlers/javascript/duktape/duktape.c
index 0bde7d4..5e3b467 100644
--- a/content/handlers/javascript/duktape/duktape.c
+++ b/content/handlers/javascript/duktape/duktape.c
@@ -6664,9 +6664,7 @@ struct duk_hobject {
 #endif
 #endif
 }
-#if (DUK_USE_ALIGN_BY == 8) && defined(DUK_USE_PACK_GCC_ATTR)
-__attribute__ ((aligned (8)))
-#elif (DUK_USE_ALIGN_BY == 8) && defined(DUK_USE_PACK_CLANG_ATTR)
+#if (DUK_USE_ALIGN_BY == 8)
 __attribute__ ((aligned (8)))
 #endif
 ;


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to