Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/6582b5657d78bfb6b5923a9a2d908679f6781ab6
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/6582b5657d78bfb6b5923a9a2d908679f6781ab6
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/6582b5657d78bfb6b5923a9a2d908679f6781ab6

The branch, master has been updated
       via  6582b5657d78bfb6b5923a9a2d908679f6781ab6 (commit)
      from  41bba10ad7e11b9a3431f7a187ba2a8455eeb945 (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=6582b5657d78bfb6b5923a9a2d908679f6781ab6
commit 6582b5657d78bfb6b5923a9a2d908679f6781ab6
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    apply gperf patch to header too

diff --git a/i686-w64-mingw32/recipes/patches/gcc4/cp_cfns_h.p 
b/i686-w64-mingw32/recipes/patches/gcc4/cp_cfns_h.p
new file mode 100644
index 0000000..1aa0114
--- /dev/null
+++ b/i686-w64-mingw32/recipes/patches/gcc4/cp_cfns_h.p
@@ -0,0 +1,17 @@
+--- gcc/gcc/cp/cfns.h.orig     2017-09-15 16:50:55.872127506 +0100
++++ gcc/gcc/cp/cfns.h  2017-09-15 16:51:18.147443810 +0100
+@@ -47,14 +47,6 @@
+ You should have received a copy of the GNU General Public License
+ along with GCC; see the file COPYING3.  If not see
+ <http://www.gnu.org/licenses/>.  */
+-#ifdef __GNUC__
+-__inline
+-#endif
+-static unsigned int hash (const char *, unsigned int);
+-#ifdef __GNUC__
+-__inline
+-#endif
+-const char * libc_name_p (const char *, unsigned int);
+ /* maximum key range = 391, duplicates = 0 */
+ 
+ #ifdef __GNUC__


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

Summary of changes:
 .../recipes/patches/gcc4/{cp_cfns_gperf.p => cp_cfns_h.p}  |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
 copy i686-w64-mingw32/recipes/patches/gcc4/{cp_cfns_gperf.p => cp_cfns_h.p} 
(59%)

diff --git a/i686-w64-mingw32/recipes/patches/gcc4/cp_cfns_gperf.p 
b/i686-w64-mingw32/recipes/patches/gcc4/cp_cfns_h.p
similarity index 59%
copy from i686-w64-mingw32/recipes/patches/gcc4/cp_cfns_gperf.p
copy to i686-w64-mingw32/recipes/patches/gcc4/cp_cfns_h.p
index f0598e5..1aa0114 100644
--- a/i686-w64-mingw32/recipes/patches/gcc4/cp_cfns_gperf.p
+++ b/i686-w64-mingw32/recipes/patches/gcc4/cp_cfns_h.p
@@ -1,6 +1,6 @@
---- gcc/cp/cfns.gperf.orig     2017-09-15 16:17:49.249145794 +0100
-+++ gcc/cp/cfns.gperf  2017-09-15 16:18:26.468005263 +0100
-@@ -16,14 +16,6 @@
+--- gcc/gcc/cp/cfns.h.orig     2017-09-15 16:50:55.872127506 +0100
++++ gcc/gcc/cp/cfns.h  2017-09-15 16:51:18.147443810 +0100
+@@ -47,14 +47,6 @@
  You should have received a copy of the GNU General Public License
  along with GCC; see the file COPYING3.  If not see
  <http://www.gnu.org/licenses/>.  */
@@ -12,6 +12,6 @@
 -__inline
 -#endif
 -const char * libc_name_p (const char *, unsigned int);
- %}
- %%
- # The standard C library functions, for feeding to gperf; the result is used
+ /* maximum key range = 391, duplicates = 0 */
+ 
+ #ifdef __GNUC__


-- 
Cross-compilation toolchains and environments

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

Reply via email to