Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/9fa4df00ce3175e41b5d9d0a81d9a6dbf91cd2e8
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/9fa4df00ce3175e41b5d9d0a81d9a6dbf91cd2e8
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/9fa4df00ce3175e41b5d9d0a81d9a6dbf91cd2e8

The branch, master has been updated
       via  9fa4df00ce3175e41b5d9d0a81d9a6dbf91cd2e8 (commit)
      from  cdcd0c5309a9d89a5aea3f7fb82a2d1995d875d9 (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/toolchains.git/commit/?id=9fa4df00ce3175e41b5d9d0a81d9a6dbf91cd2e8
commit 9fa4df00ce3175e41b5d9d0a81d9a6dbf91cd2e8
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>

    arm-riscos-gnueabi/unixlib: poke function names; emit unwind tables

diff --git a/arm-riscos-gnueabi/recipes/patches/gccsdk/unixlib-unwind.p 
b/arm-riscos-gnueabi/recipes/patches/gccsdk/unixlib-unwind.p
index 07290e6..ecc4f99 100644
--- a/arm-riscos-gnueabi/recipes/patches/gccsdk/unixlib-unwind.p
+++ b/arm-riscos-gnueabi/recipes/patches/gccsdk/unixlib-unwind.p
@@ -1,3 +1,16 @@
+Index: libunixlib/Makefile.am
+===================================================================
+--- libunixlib/Makefile.am      (revision 7698)
++++ libunixlib/Makefile.am      (working copy)
+@@ -33,7 +33,7 @@
+ # arguments can not be tested for NULL in UnixLib itself.
+ if ARM_EABI
+ AM_CFLAGS = -D__GNU_LIBRARY__ -DNO_LONG_DOUBLE -D_GNU_SOURCE=1 \
+-      -D__UNIXLIB_NO_NONNULL -std=c99 $(LIBM_FLAGS)
++      -D__UNIXLIB_NO_NONNULL -std=c99 -mpoke-function-name -funwind-tables 
$(LIBM_FLAGS)
+ UNIXLIB_CHUNKED_STACK=0
+ else
+ AM_CFLAGS = -D__GNU_LIBRARY__ -DNO_LONG_DOUBLE -D_GNU_SOURCE=1 \
 Index: libunixlib/signal/post.c
 ===================================================================
 --- libunixlib/signal/post.c   (revision 7698)


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

Summary of changes:
 .../recipes/patches/gccsdk/unixlib-unwind.p               |   13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arm-riscos-gnueabi/recipes/patches/gccsdk/unixlib-unwind.p 
b/arm-riscos-gnueabi/recipes/patches/gccsdk/unixlib-unwind.p
index 07290e6..ecc4f99 100644
--- a/arm-riscos-gnueabi/recipes/patches/gccsdk/unixlib-unwind.p
+++ b/arm-riscos-gnueabi/recipes/patches/gccsdk/unixlib-unwind.p
@@ -1,3 +1,16 @@
+Index: libunixlib/Makefile.am
+===================================================================
+--- libunixlib/Makefile.am      (revision 7698)
++++ libunixlib/Makefile.am      (working copy)
+@@ -33,7 +33,7 @@
+ # arguments can not be tested for NULL in UnixLib itself.
+ if ARM_EABI
+ AM_CFLAGS = -D__GNU_LIBRARY__ -DNO_LONG_DOUBLE -D_GNU_SOURCE=1 \
+-      -D__UNIXLIB_NO_NONNULL -std=c99 $(LIBM_FLAGS)
++      -D__UNIXLIB_NO_NONNULL -std=c99 -mpoke-function-name -funwind-tables 
$(LIBM_FLAGS)
+ UNIXLIB_CHUNKED_STACK=0
+ else
+ AM_CFLAGS = -D__GNU_LIBRARY__ -DNO_LONG_DOUBLE -D_GNU_SOURCE=1 \
 Index: libunixlib/signal/post.c
 ===================================================================
 --- libunixlib/signal/post.c   (revision 7698)


-- 
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to