From 1d7d3f91abe34d5b522675107a4bf284aa846e33 Mon Sep 17 00:00:00 2001 From: Than McIntosh Date: Tue, 15 Sep 2020 08:31:30 -0400 Subject: libgo: additional type/const references in sysinfo.c Add a few more explicit references to enumeration constants (RUSAGE_SELF, DT_UNKNOWN) in sysinfo.c to insure that their hosting enums are emitted into DWARF, when using a clang host compiler during the gollvm build. Updates golang/go#41382. Updates golang/go#41404. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/254941 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index dc63f4a..df9d211 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -b75a139fcc7c56988ce2d5b3a2b9e274eb521b0d +a47485cd0e9ce6a8b3e88e53ccc0a440f0bd4351 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1