mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Fix several out of date references to 4g/5g/6g/8g/9g.
Change-Id: Ifb8e4e13c7778a7c0113190051415e096f5db94f Reviewed-on: https://go-review.googlesource.com/11390 Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
a4ec50bd0b
commit
8628688304
24 changed files with 34 additions and 36 deletions
|
|
@ -1551,7 +1551,7 @@ func (c *typeConv) pad(fld []*ast.Field, size int64) []*ast.Field {
|
|||
return fld
|
||||
}
|
||||
|
||||
// Struct conversion: return Go and (6g) C syntax for type.
|
||||
// Struct conversion: return Go and (gc) C syntax for type.
|
||||
func (c *typeConv) Struct(dt *dwarf.StructType, pos token.Pos) (expr *ast.StructType, csyntax string, align int64) {
|
||||
// Minimum alignment for a struct is 1 byte.
|
||||
align = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue