File tree 6 files changed +1
-13
lines changed
6 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build go1.6 && (!386 || go1.8)
6
- // +build go1.6
7
- // +build !386 go1.8
8
-
9
5
// ... see golang.org/issue/12840
10
6
11
7
// Armspec reads the “ARM Architecture Reference Manual”
Original file line number Diff line number Diff line change 3
3
// license that can be found in the LICENSE file.
4
4
5
5
//go:build ignore
6
- // +build ignore
7
6
8
7
package main
9
8
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build (go1.6 && amd64) || go1.8
6
- // +build go1.6,amd64 go1.8
7
-
8
5
// arm64spec reads the ``ARMv8-A Reference Manual''
9
6
// to collect instruction encoding details and writes those
10
7
// details to standard output in JSON format.
Original file line number Diff line number Diff line change 1
1
module golang.org/x/arch
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require rsc.io/pdf v0.1.1
Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style
3
3
// license that can be found in the LICENSE file.
4
4
5
- //go:build (go1.6 && amd64) || go1.8
6
- // +build go1.6,amd64 go1.8
7
-
8
5
// Power64spec reads the “Power ISA V2.07” Manual
9
6
// to collect instruction encoding details and writes those details to standard output
10
7
// in CSV format.
Original file line number Diff line number Diff line change 3
3
// license that can be found in the LICENSE file.
4
4
5
5
//go:build ignore
6
- // +build ignore
7
6
8
7
// Generate interesting test cases from ppc64 objdump via
9
8
// go run util.go
You can’t perform that action at this time.
0 commit comments