libstdc++: Avoid -Wmaybe-uninitialized warnings in text_encoding.cc
[official-gcc.git] / libgo / go / runtime / os_linux_mips64x.go
blobbc22a0dd9ac9bb92db9632192b8180366bbb86f0
1 // Copyright 2015 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 //go:build linux && (mips64 || mips64le)
7 package runtime
9 import "internal/cpu"
11 func archauxv(tag, val uintptr) {
12 switch tag {
13 case _AT_HWCAP:
14 cpu.HWCap = uint(val)