log/syslog: correct asm name for C function
authorIan Lance Taylor <iant@golang.org>
Mon, 23 Nov 2020 00:01:14 +0000 (16:01 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 23 Nov 2020 16:14:20 +0000 (08:14 -0800)
Patch from Rainer Orth.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/272259

gcc/go/gofrontend/MERGE
libgo/go/log/syslog/syslog_c.c

index 37374d55853133c46016b087824c5ddfc5cae103..3e94dabcd3075e0717e8febe29eee5d2f5177c05 100644 (file)
@@ -1,4 +1,4 @@
-36a7b789130b415c2fe7f8e3fc62ffbca265e3aa
+78c9a657fdbc9e812d39910fb93fbae4affe4360
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 329df404efd0876a91b4d5e6f7061467bf65c167..acfee6e2bc58fcb583b6f93cd0d5e21795d7648c 100644 (file)
@@ -12,7 +12,7 @@
    can't represent a C varargs function in Go.  */
 
 void syslog_c(intgo, const char*)
-  __asm__ (GOSYM_PREFIX "log_1syslog.syslog_c");
+  __asm__ (GOSYM_PREFIX "log_1syslog.syslog__c");
 
 void
 syslog_c (intgo priority, const char *msg)