diff mbox

Go patch committed: Update Unicode letters table to Unicode 8.0.0

Message ID CAOyqgcVcoKGRBSejzL6gQW67nrZkxBAwCqRntcRAzedWr6EcLw@mail.gmail.com
State New
Headers show

Commit Message

Ian Lance Taylor Oct. 5, 2015, 5:59 p.m. UTC
This patch by Chris Manghane updates the Go frontend unicode letters
table to Unicode 8.0.0.  This fixes https://golang.org/issue/12322 .
Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu.
Committed to mainline.

Ian
diff mbox

Patch

Index: gospec.c
===================================================================
--- gospec.c	(revision 228311)
+++ gospec.c	(working copy)
@@ -158,9 +158,11 @@  lang_specific_driver (struct cl_decoded_
 	    library = (library == 0) ? 1 : library;
 	  break;
 
+#ifdef TARGET_CAN_SPLIT_STACK_64BIT
 	case OPT_m32:
 	  saw_opt_m32 = true;
 	  break;
+#endif
 
 	case OPT_pg:
 	case OPT_p: