components/golang/golang-15.p5m
author Stephen Gaul Jr <steve.gaul@oracle.com>
Fri, 24 Jun 2016 11:30:54 -0700
changeset 6279 b8986042dd84
parent 5331 9c955076ffe3
child 7518 c388d4e1d3ad
permissions -rw-r--r--
PSARC/2016/217 Smartcard Reintroduction PSARC/2016/232 CACkey Smartcard PKCS#11 provider 22822476 Add CACKey v0.7.4 to Userland consolidation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5331
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
     1
#
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
     3
#
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
     7
#
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    12
#
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    18
#
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    20
#
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    22
#
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    23
<include golang.mog>
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    24
# Executables in a non-standard path.
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    25
<transform file path=usr/lib/golang/$(COMPONENT_RE_MAJOR_VERSION)/pkg/tool/solaris_$(MACH64)/.+ -> \
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    26
    default mode 0555>
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    27
# Add identical timestamps to the Go source code and object files so the
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    28
# compiler doesn't try to rebuild them.
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    29
<transform file path=usr/lib/golang/$(COMPONENT_RE_MAJOR_VERSION)/src/.*$ -> \
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    30
    set timestamp $(TIMESTAMP) >
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    31
<transform file path=usr/lib/golang/$(COMPONENT_RE_MAJOR_VERSION)/pkg/.*$ -> \
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    32
    set timestamp $(TIMESTAMP) >
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    33
#
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    34
set name=pkg.fmri \
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    35
    value=pkg:/developer/golang-15@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    36
set name=pkg.summary value="The Google Go programming language"
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    37
set name=pkg.description \
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    38
    value="Google Go is an open source programming language that makes it easy to build simple, reliable, and efficient software."
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    39
set name=com.oracle.info.description value="Google Go"
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    40
set name=com.oracle.info.tpno value=$(TPNO)
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    41
set name=info.classification \
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    42
    value="org.opensolaris.category.2008:Development/Other Languages"
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    43
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    44
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    45
set name=org.opensolaris.arc-caseid value=$(ARC_CASE)
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    46
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    47
link path=usr/bin/go target=../lib/golang/$(COMPONENT_MAJOR_VERSION)/bin/go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    48
link path=usr/bin/gofmt \
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    49
    target=../lib/golang/$(COMPONENT_MAJOR_VERSION)/bin/gofmt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    50
# All Go supplemental packages will generally be installed into these
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    51
# directories, so they are declared here even though no supplemental
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    52
# packages are.  Directories are normally omitted from most package
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    53
# manifests, but since these represent an "interface" of sorts, they're
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    54
# explicitly declared here.
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    55
dir  path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    56
dir  path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    57
dir  path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    58
dir  path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/github.com/golang
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    59
dir  path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/golang.org
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    60
dir  path=usr/lib/gocode/$(COMPONENT_MAJOR_VERSION)/src/golang.org/x
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    61
dir  path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/AUTHORS
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/CONTRIBUTING.md
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/CONTRIBUTORS
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/LICENSE
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/PATENTS
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/README.md
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/VERSION
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/api/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/api/except.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/api/go1.1.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    72
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/api/go1.2.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    73
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/api/go1.3.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    74
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/api/go1.4.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    75
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/api/go1.5.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    76
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/api/go1.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    77
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/api/next.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    78
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/bin/go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    79
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/bin/gofmt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    80
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/go_command.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    81
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/index.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    82
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/race_detector.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    83
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/edit.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    84
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/final-noclosure.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    85
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/final-noerror.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    86
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/final-parsetemplate.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    87
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/final-template.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    88
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/final-test.patch
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    89
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/final.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    90
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/get.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    91
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/http-sample.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    92
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/index.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    93
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/notemplate.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    94
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/part1-noerror.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    95
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/part1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    96
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/part2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    97
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/part3-errorhandling.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/part3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
    99
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/test.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   100
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/test_Test.txt.good
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   101
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/test_edit.good
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   102
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/test_view.good
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/articles/wiki/view.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   104
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/asm.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   105
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/cmd.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   106
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/code.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/codewalk.css
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   108
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/codewalk.js
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   109
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/codewalk.xml
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   110
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/functions.xml
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   111
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/markov.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   112
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/markov.xml
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   113
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/pig.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   114
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/popout.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   115
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/run
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   116
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/sharemem.xml
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   117
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/codewalk/urlpoll.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   118
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/contrib.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   119
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/contribute.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   120
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/debugging_with_gdb.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   121
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/devel/pre_go1.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   122
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/devel/release.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   123
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/devel/weekly.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   124
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/docs.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   125
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/effective_go.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   126
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gccgo_contribute.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   127
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gccgo_install.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   128
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go-logo-black.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   129
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go-logo-blue.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   130
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go-logo-white.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   131
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go1.1.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   132
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go1.2.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   133
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go1.3.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   134
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go1.4.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   135
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go1.5.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   136
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go1.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   137
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go1compat.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   138
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go_faq.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   139
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go_mem.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   140
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/go_spec.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   141
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   142
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/appenginegopher.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   143
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/appenginegophercolor.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   144
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/appenginelogo.gif
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   145
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/biplane.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   146
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/bumper.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   147
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/bumper192x108.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   148
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/bumper320x180.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   149
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/bumper480x270.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   150
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/bumper640x360.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   151
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/doc.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   152
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/fiveyears.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   153
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/frontpage.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   154
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/gopherbw.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   155
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/gophercolor.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   156
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/gophercolor16x16.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   157
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/help.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   158
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/pencil/gopherhat.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   159
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/pencil/gopherhelmet.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   160
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/pencil/gophermega.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   161
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/pencil/gopherrunning.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   162
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/pencil/gopherswim.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   163
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/pencil/gopherswrench.jpg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   164
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/pkg.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   165
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/project.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   166
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/ref.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   167
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/run.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   168
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/gopher/talks.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   169
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/help.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   170
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/ie.css
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   171
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/install-source.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   172
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/install.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   173
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/play/fib.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   174
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/play/hello.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   175
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/play/life.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   176
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/play/peano.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   177
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/play/pi.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   178
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/play/sieve.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   179
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/play/solitaire.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   180
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/play/tree.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   181
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/cgo1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   182
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/cgo2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   183
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/cgo3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   184
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/cgo4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   185
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/defer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   186
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/defer2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   187
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/eff_bytesize.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   188
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/eff_qr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   189
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/eff_sequence.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   190
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/eff_unused1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   191
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/eff_unused2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   192
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/error.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   193
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/error2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   194
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/error3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   195
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/error4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   196
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/go1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   197
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/gobs1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   198
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/gobs2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   199
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/image_draw.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   200
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/image_package1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   201
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/image_package2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   202
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/image_package3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   203
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/image_package4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   204
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/image_package5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   205
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/image_package6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   206
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/interface.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   207
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/interface2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   208
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/json1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   209
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/json2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   210
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/json3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   211
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/json4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   212
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/json5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   213
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/run.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   214
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/slices.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   215
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/timeout1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   216
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/progs/timeout2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   217
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/root.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   218
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/security.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   219
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/share.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   220
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/doc/tos.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   221
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/favicon.ico
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   222
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/lib/time/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   223
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/lib/time/update.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   224
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/lib/time/zoneinfo.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   225
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/android/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   226
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/android/cleaner.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   227
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/android/go_android_exec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   228
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/arm/a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   229
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/benchcmp
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   230
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/errors/err1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   231
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/errors/err2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   232
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/errors/err3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   233
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/errors/issue7757.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   234
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/errors/issue8442.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   235
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/errors/test.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   236
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/gmp/fib.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   237
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/gmp/gmp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   238
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/gmp/pi.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   239
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/life/c-life.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   240
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/life/life.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   241
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/life/life.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   242
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/life/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   243
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/life/main.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   244
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/nocgo/nocgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   245
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/nocgo/nocgo_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   246
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/stdio/chain.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   247
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/stdio/chain.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   248
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/stdio/fib.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   249
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/stdio/fib.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   250
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/stdio/file.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   251
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/stdio/hello.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   252
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/stdio/hello.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   253
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/stdio/run.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   254
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/stdio/stdio.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   255
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/align.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   256
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/api.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   257
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/backdoor.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   258
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/basic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   259
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/buildid_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   260
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/callback.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   261
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/callback_c.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   262
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/callback_c_gc.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   263
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/callback_c_gccgo.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   264
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/cflags.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   265
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/cgo_linux_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   266
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/cgo_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   267
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/cthread.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   268
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/cthread_unix.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   269
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/cthread_windows.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   270
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/duplicate_symbol.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   271
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/env.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   272
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/exports.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   273
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/fpvar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   274
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/helpers.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   275
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue10303.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   276
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue11925.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   277
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue12030.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   278
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue1222.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   279
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue1328.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   280
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue1560.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   281
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue1635.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   282
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue2462.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   283
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue3250.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   284
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue3250w.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   285
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue3261.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   286
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue3729.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   287
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue3729w.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   288
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue3741.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   289
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue3775.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   290
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue3945.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   291
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4029.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   292
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4029w.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   293
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4054a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   294
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4054b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   295
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4273.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   296
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4273b.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   297
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4339.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   298
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4339.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   299
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4339.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   300
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4417.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   301
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue4857.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   302
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5227.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   303
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5242.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   304
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5337.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   305
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5337w.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   306
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5548.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   307
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5548_c.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   308
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5603.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   309
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5740.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   310
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5740a.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   311
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5740b.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   312
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue5986.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   313
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue6128.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   314
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue6390.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   315
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue6472.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   316
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue6506.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   317
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue6612.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   318
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue6833.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   319
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue6833_c.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   320
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue6997_linux.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   321
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue6997_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   322
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue7234_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   323
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue7560.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   324
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue7665.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   325
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue7786.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   326
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue7978.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   327
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8092.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   328
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8148.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   329
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8331.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   330
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8331a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   331
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8331b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   332
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8428.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   333
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8441.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   334
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8517.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   335
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8517_windows.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   336
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8517_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   337
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8694.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   338
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8811.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   339
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8811.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   340
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8828.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   341
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8828/issue8828.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   342
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8828/trivial.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   343
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue8945.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   344
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9026.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   345
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9026/issue9026.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   346
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9400/asm_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   347
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9400/asm_amd64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   348
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9400/asm_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   349
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9400/asm_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   350
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9400/asm_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   351
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9400/gccgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   352
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9400/stubs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   353
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9400_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   354
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/issue9557.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   355
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/setgid_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   356
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/sigprocmask_linux.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   357
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/sigprocmask_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   358
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/test/sleep_windows_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   359
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testasan/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   360
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcarchive/main.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   361
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcarchive/src/libgo/libgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   362
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcarchive/src/p/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   363
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcarchive/test.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   364
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcshared/main0.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   365
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcshared/main1.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   366
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcshared/main2.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   367
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcshared/main3.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   368
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcshared/src/libgo/libgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   369
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcshared/src/libgo2/libgo2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   370
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcshared/src/p/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   371
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testcshared/test.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   372
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testgodefs/anonunion.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   373
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testgodefs/issue8478.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   374
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testgodefs/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   375
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testgodefs/test.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   376
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/shared_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   377
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/src/dep/asm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   378
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/src/dep/dep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   379
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/src/dep/gccgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   380
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/src/dep/stubs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   381
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/src/dep2/dep2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   382
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/src/exe/exe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   383
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/src/exe2/exe2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   384
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/src/execgo/exe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   385
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testshared/src/trivial/trivial.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   386
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testsigfwd/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   387
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testso/cgoso.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   388
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testso/cgoso.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   389
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testso/cgoso_c.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   390
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testso/cgoso_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   391
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testso/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   392
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testsovar/cgoso.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   393
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testsovar/cgoso_c.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   394
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testsovar/cgoso_c.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   395
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testsovar/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   396
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testtls/tls.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   397
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testtls/tls_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   398
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/cgo/testtls/tls_unix.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   399
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/chrome/gophertool/README.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   400
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/chrome/gophertool/background.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   401
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/chrome/gophertool/background.js
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   402
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/chrome/gophertool/gopher.js
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   403
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/chrome/gophertool/gopher.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   404
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/chrome/gophertool/manifest.json
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   405
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/chrome/gophertool/popup.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   406
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/chrome/gophertool/popup.js
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   407
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/editors
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   408
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/git/pre-commit
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   409
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/ios/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   410
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/ios/clangwrap.sh
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   411
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/ios/detect.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   412
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/ios/go_darwin_arm_exec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   413
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/linkcheck/linkcheck.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   414
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   415
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/go_nacl_386_exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   416
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/go_nacl_amd64p32_exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   417
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/go_nacl_arm_exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   418
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/mkzip.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   419
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/testdata/bin/placeholder
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   420
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/testdata/empty
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   421
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/testdata/group
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   422
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/testdata/hosts
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   423
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/testdata/mime.types
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   424
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/nacl/testzip.proto
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   425
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/swig/callback/callback.cc
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   426
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/swig/callback/callback.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   427
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/swig/callback/callback.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   428
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/swig/callback/callback.swigcxx
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   429
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/swig/callback/callback_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   430
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/swig/stdio/file.swig
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   431
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/swig/stdio/file_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   432
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/trace/README.md
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   433
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/misc/trace/trace_viewer_lean.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   434
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/bin/asm
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   435
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/bin/compile
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   436
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/bin/link
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   437
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/asm/internal/arch.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   438
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/asm/internal/asm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   439
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/asm/internal/flags.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   440
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/asm/internal/lex.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   441
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/compile/internal/amd64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   442
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/compile/internal/arm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   443
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/compile/internal/arm64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   444
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/compile/internal/big.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   445
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/compile/internal/gc.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   446
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/compile/internal/ppc64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   447
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/compile/internal/x86.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   448
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/internal/gcprog.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   449
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/internal/obj.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   450
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/internal/obj/arm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   451
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/internal/obj/arm64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   452
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/internal/obj/ppc64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   453
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/internal/obj/x86.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   454
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/link/internal/amd64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   455
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/link/internal/arm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   456
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/link/internal/arm64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   457
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/link/internal/ld.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   458
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/link/internal/ppc64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   459
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/pkg/solaris_amd64/bootstrap/link/internal/x86.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   460
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/arch/arch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   461
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   462
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/arch/arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   463
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/arch/ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   464
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/asm/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   465
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/asm/endtoend_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   466
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/asm/expr_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   467
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/asm/operand_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   468
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/asm/parse.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   469
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/flags/flags.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   470
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/lex/input.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   471
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   472
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/lex/lex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   473
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/lex/slice.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   474
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/lex/stack.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   475
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/internal/lex/tokenizer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   476
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/asm/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   477
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   478
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/$(MACH64)/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   479
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/$(MACH64)/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   480
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/$(MACH64)/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   481
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/$(MACH64)/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   482
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/$(MACH64)/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   483
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/$(MACH64)/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   484
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/$(MACH64)/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   485
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   486
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm/cgen64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   487
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   488
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   489
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   490
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   491
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   492
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   493
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm64/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   494
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm64/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   495
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm64/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   496
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm64/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   497
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm64/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   498
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm64/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   499
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/arm64/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   500
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/accuracy_string.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   501
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/arith.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   502
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   503
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/arith_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   504
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/bits_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   505
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/calibrate_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   506
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   507
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/decimal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   508
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   509
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/float.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   510
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/float_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   511
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   512
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/floatconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   513
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/floatexample_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   514
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/ftoa.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   515
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/gcd_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   516
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/hilbert_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   517
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/int.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   518
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/int_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   519
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   520
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/intconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   521
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/nat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   522
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/nat_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   523
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   524
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/natconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   525
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/rat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   526
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/rat_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   527
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   528
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/ratconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   529
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/roundingmode_string.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   530
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/big/vendor.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   531
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/align.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   532
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/builtin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   533
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/bv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   534
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   535
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/closure.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   536
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/const.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   537
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/cplx.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   538
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/dcl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   539
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/esc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   540
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/export.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   541
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/fmt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   542
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/gen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   543
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   544
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/go.y
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   545
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   546
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/init.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   547
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/inl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   548
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/lex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   549
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/mkbuiltin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   550
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   551
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/mparith3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   552
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   553
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/opnames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   554
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/order.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   555
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/pgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   556
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/plive.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   557
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/popt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   558
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/racewalk.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   559
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/range.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   560
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/reflect.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   561
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   562
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/select.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   563
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/sinit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   564
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/subr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   565
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/swt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   566
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/syntax.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   567
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/typecheck.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   568
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/unsafe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   569
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/util.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   570
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/walk.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   571
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/gc/y.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   572
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   573
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   574
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   575
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   576
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/opt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   577
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   578
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   579
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/ppc64/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   580
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   581
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/x86/cgen64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   582
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/x86/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   583
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/x86/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   584
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/x86/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   585
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/x86/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   586
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/x86/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   587
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/internal/x86/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   588
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/compile/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   589
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/gcprog/gcprog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   590
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/ar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   591
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm/a.out.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   592
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   593
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm/anames5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   594
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm/asm5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   595
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm/list5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   596
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm/obj5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   597
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm64/a.out.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   598
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   599
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm64/anames7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   600
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm64/asm7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   601
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm64/list7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   602
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/arm64/obj7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   603
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/data.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   604
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/flag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   605
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/fmt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   606
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/funcdata.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   607
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/go.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   608
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/ld.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   609
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/libc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   610
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/line_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   611
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/link.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   612
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/mgc0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   613
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   614
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/objfile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   615
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/pass.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   616
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/pcln.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   617
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/a.out.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   618
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   619
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/anames9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   620
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/asm9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   621
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/list9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   622
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/ppc64/obj9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   623
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/stack.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   624
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/stringer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   625
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/sym.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   626
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/textflag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   627
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/typekind.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   628
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/util.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   629
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/x86/a.out.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   630
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/x86/anames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   631
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/x86/asm6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   632
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/x86/list6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   633
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   634
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/x86/obj6_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   635
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/internal/obj/zbootstrap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   636
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   637
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/$(MACH64)/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   638
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/$(MACH64)/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   639
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/$(MACH64)/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   640
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/$(MACH64)/z.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   641
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/arm/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   642
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/arm/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   643
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/arm/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   644
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/arm64/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   645
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/arm64/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   646
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/arm64/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   647
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/ar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   648
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/arch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   649
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/data.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   650
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/decodesym.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   651
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   652
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/dwarf_defs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   653
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/elf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   654
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/go.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   655
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/ld.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   656
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/ldelf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   657
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/ldmacho.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   658
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/ldpe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   659
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/lib.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   660
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/link.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   661
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/macho.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   662
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/macho_combine_dwarf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   663
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/objfile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   664
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/pcln.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   665
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/pe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   666
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/pobj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   667
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/sym.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   668
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/symtab.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   669
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/textflag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   670
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ld/util.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   671
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ppc64/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   672
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ppc64/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   673
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/ppc64/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   674
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/x86/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   675
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/x86/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   676
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/internal/x86/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   677
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/bootstrap/src/bootstrap/link/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   678
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/include/funcdata.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   679
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/include/textflag.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   680
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/archive/tar.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   681
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/archive/zip.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   682
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/bufio.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   683
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/bytes.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   684
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/asm/internal/arch.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   685
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/asm/internal/asm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   686
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/asm/internal/flags.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   687
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/asm/internal/lex.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   688
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/compile/internal/amd64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   689
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/compile/internal/arm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   690
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/compile/internal/arm64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   691
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/compile/internal/big.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   692
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/compile/internal/gc.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   693
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/compile/internal/ppc64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   694
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/compile/internal/x86.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   695
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/gcprog.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   696
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/goobj.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   697
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/obj.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   698
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/obj/arm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   699
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/obj/arm64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   700
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/obj/ppc64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   701
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/obj/x86.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   702
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/objfile.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   703
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/rsc.io/arm/armasm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   704
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/internal/rsc.io/x86/x86asm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   705
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/link/internal/amd64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   706
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/link/internal/arm.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   707
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/link/internal/arm64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   708
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/link/internal/ld.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   709
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/link/internal/ppc64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   710
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/link/internal/x86.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   711
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/commands.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   712
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/driver.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   713
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/fetch.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   714
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/plugin.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   715
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/profile.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   716
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/report.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   717
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/svg.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   718
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/symbolizer.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   719
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/symbolz.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   720
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/pprof/internal/tempfile.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   721
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/cmd/vet/whitelist.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   722
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/compress/bzip2.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   723
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/compress/flate.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   724
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/compress/gzip.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   725
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/compress/lzw.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   726
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/compress/zlib.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   727
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/container/heap.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   728
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/container/list.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   729
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/container/ring.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   730
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   731
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/aes.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   732
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/cipher.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   733
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/des.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   734
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/dsa.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   735
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/ecdsa.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   736
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/elliptic.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   737
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/hmac.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   738
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/md5.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   739
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/rand.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   740
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/rc4.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   741
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/rsa.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   742
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/sha1.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   743
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/sha256.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   744
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/sha512.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   745
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/subtle.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   746
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/tls.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   747
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/x509.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   748
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/crypto/x509/pkix.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   749
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/database/sql.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   750
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/database/sql/driver.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   751
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/debug/dwarf.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   752
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/debug/elf.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   753
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/debug/gosym.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   754
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/debug/macho.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   755
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/debug/pe.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   756
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/debug/plan9obj.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   757
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   758
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/ascii85.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   759
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/asn1.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   760
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/base32.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   761
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/base64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   762
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/binary.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   763
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/csv.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   764
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/gob.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   765
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/hex.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   766
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/json.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   767
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/pem.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   768
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/encoding/xml.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   769
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/errors.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   770
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/expvar.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   771
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/flag.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   772
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/fmt.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   773
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/ast.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   774
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/build.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   775
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/constant.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   776
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/doc.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   777
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/format.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   778
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/importer.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   779
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/internal/gccgoimporter.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   780
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/internal/gcimporter.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   781
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/parser.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   782
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/printer.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   783
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/scanner.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   784
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/token.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   785
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/go/types.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   786
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/hash.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   787
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/hash/adler32.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   788
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/hash/crc32.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   789
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/hash/crc64.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   790
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/hash/fnv.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   791
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/html.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   792
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/html/template.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   793
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/image.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   794
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/image/color.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   795
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/image/color/palette.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   796
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/image/draw.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   797
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/image/gif.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   798
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/image/internal/imageutil.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   799
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/image/jpeg.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   800
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/image/png.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   801
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/index/suffixarray.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   802
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/internal/format.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   803
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/internal/singleflight.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   804
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/internal/testenv.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   805
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/internal/trace.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   806
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/io.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   807
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/io/ioutil.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   808
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/log.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   809
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/log/syslog.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   810
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/math.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   811
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/math/big.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   812
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/math/cmplx.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   813
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/math/rand.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   814
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/mime.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   815
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/mime/multipart.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   816
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/mime/quotedprintable.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   817
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   818
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/http.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   819
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/http/cgi.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   820
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/http/cookiejar.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   821
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/http/fcgi.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   822
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/http/httptest.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   823
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/http/httputil.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   824
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/http/internal.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   825
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/http/pprof.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   826
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/internal/socktest.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   827
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/mail.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   828
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/rpc.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   829
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/rpc/jsonrpc.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   830
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/smtp.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   831
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/textproto.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   832
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/net/url.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   833
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/os.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   834
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/os/exec.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   835
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/os/signal.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   836
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/os/user.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   837
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/path.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   838
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/path/filepath.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   839
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/reflect.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   840
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/regexp.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   841
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/regexp/syntax.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   842
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/runtime.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   843
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/runtime/cgo.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   844
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/runtime/debug.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   845
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/runtime/pprof.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   846
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/runtime/race.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   847
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/runtime/trace.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   848
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/sort.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   849
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/strconv.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   850
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/strings.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   851
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/sync.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   852
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/sync/atomic.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   853
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/syscall.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   854
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/testing.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   855
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/testing/iotest.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   856
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/testing/quick.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   857
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/text/scanner.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   858
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/text/tabwriter.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   859
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/text/template.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   860
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/text/template/parse.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   861
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/time.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   862
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/unicode.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   863
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/unicode/utf16.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   864
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/solaris_amd64/unicode/utf8.a
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   865
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/addr2line
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   866
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/api
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   867
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/asm
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   868
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/cgo
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   869
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/compile
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   870
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/cover
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   871
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/dist
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   872
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/doc
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   873
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/fix
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   874
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/link
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   875
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/nm
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   876
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/objdump
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   877
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/pack
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   878
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/pprof
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   879
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/trace
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   880
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/vet
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   881
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/pkg/tool/solaris_amd64/yacc
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   882
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/robots.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   883
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/Make.dist
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   884
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/all.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   885
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/all.bat
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   886
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/all.rc
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   887
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/androidtest.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   888
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/common.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   889
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   890
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   891
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   892
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/stat_atim.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   893
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/stat_atimespec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   894
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/stat_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   895
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/tar_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   896
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/gnu.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   897
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/hardlink.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   898
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/issue10968.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   899
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/issue11169.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   900
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/neg-size.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   901
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/nil-uid.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   902
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/pax.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   903
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/small.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   904
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/small2.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   905
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/sparse-formats.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   906
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/star.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   907
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/ustar.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   908
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/v7.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   909
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/writer-big-long.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   910
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/writer-big.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   911
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/writer.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   912
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/testdata/xattrs.tar
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   913
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   914
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/tar/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   915
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   916
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   917
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   918
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/register.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   919
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/struct.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   920
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/crc32-not-streamed.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   921
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/dd.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   922
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/go-no-datadesc-sig.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   923
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/go-with-datadesc-sig.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   924
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/gophercolor16x16.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   925
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/readme.notzip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   926
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/readme.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   927
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/symlink.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   928
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/test-trailing-junk.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   929
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/test.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   930
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/unix.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   931
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/winxp.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   932
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/zip64-2.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   933
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/testdata/zip64.zip
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   934
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   935
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   936
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/archive/zip/zip_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   937
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bootstrap.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   938
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bufio/bufio.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   939
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bufio/bufio_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   940
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bufio/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   941
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bufio/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   942
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bufio/scan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   943
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bufio/scan_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   944
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/buildall.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   945
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/builtin/builtin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   946
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/buffer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   947
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/buffer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   948
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/bytes.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   949
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/bytes_decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   950
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/bytes_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   951
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/compare_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   952
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/equal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   953
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   954
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   955
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   956
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/bytes/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   957
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/clean.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   958
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/clean.bat
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   959
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/clean.rc
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   960
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/addr2line/addr2line_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   961
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/addr2line/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   962
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/api/goapi.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   963
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/api/goapi_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   964
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/api/run.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   965
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/api/testdata/src/pkg/p1/golden.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   966
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/api/testdata/src/pkg/p1/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   967
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/api/testdata/src/pkg/p2/golden.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   968
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/api/testdata/src/pkg/p2/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   969
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/api/testdata/src/pkg/p3/golden.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   970
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/api/testdata/src/pkg/p3/p3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   971
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/arch/arch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   972
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/arch/arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   973
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/arch/arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   974
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/arch/ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   975
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   976
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/endtoend_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   977
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/expr_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   978
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/operand_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   979
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/parse.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   980
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/386.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   981
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   982
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/amd64.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   983
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   984
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/arm.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   985
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   986
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/arm64.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   987
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   988
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/ppc64.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   989
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/asm/testdata/ppc64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   990
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/flags/flags.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   991
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/lex/input.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   992
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/lex/lex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   993
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/lex/lex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   994
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/lex/slice.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   995
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/lex/stack.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   996
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/internal/lex/tokenizer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   997
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/asm/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   998
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cgo/ast.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
   999
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cgo/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1000
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cgo/gcc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1001
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cgo/godefs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1002
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cgo/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1003
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cgo/out.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1004
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cgo/util.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1005
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cgo/zdefaultcc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1006
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1007
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/$(MACH64)/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1008
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/$(MACH64)/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1009
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/$(MACH64)/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1010
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/$(MACH64)/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1011
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/$(MACH64)/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1012
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/$(MACH64)/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1013
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/$(MACH64)/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1014
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1015
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm/cgen64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1016
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1017
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1018
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1019
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1020
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1021
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1022
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm64/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1023
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm64/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1024
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm64/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1025
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm64/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1026
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm64/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1027
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm64/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1028
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/arm64/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1029
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/accuracy_string.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1030
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/arith.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1031
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/arith_decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1032
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/arith_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1033
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/bits_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1034
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/calibrate_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1035
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/decimal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1036
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/decimal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1037
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1038
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/float.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1039
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/float_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1040
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/floatconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1041
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/floatconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1042
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/floatexample_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1043
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/ftoa.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1044
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/gcd_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1045
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/hilbert_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1046
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/int.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1047
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/int_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1048
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/intconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1049
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/intconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1050
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/nat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1051
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/nat_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1052
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/natconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1053
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/natconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1054
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/rat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1055
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/rat_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1056
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/ratconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1057
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/ratconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1058
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/roundingmode_string.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1059
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/big/vendor.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1060
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/align.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1061
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/builtin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1062
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/builtin/runtime.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1063
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/builtin/unsafe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1064
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/bv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1065
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1066
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/closure.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1067
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/const.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1068
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/cplx.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1069
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/dcl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1070
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/esc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1071
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/export.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1072
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/fmt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1073
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/gen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1074
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/go.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1075
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/go.y
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1076
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1077
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/init.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1078
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/inl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1079
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/lex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1080
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/mkbuiltin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1081
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/mparith2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1082
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/mparith3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1083
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1084
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/opnames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1085
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/order.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1086
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/pgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1087
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/plive.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1088
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/popt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1089
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/racewalk.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1090
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/range.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1091
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/reflect.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1092
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1093
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/select.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1094
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/sinit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1095
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/subr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1096
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/swt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1097
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/syntax.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1098
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/typecheck.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1099
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/unsafe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1100
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/util.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1101
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/walk.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1102
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/gc/y.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1103
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/ppc64/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1104
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/ppc64/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1105
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/ppc64/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1106
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/ppc64/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1107
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/ppc64/opt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1108
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/ppc64/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1109
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/ppc64/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1110
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/ppc64/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1111
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/x86/cgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1112
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/x86/cgen64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1113
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/x86/galign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1114
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/x86/ggen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1115
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/x86/gsubr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1116
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/x86/peep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1117
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/x86/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1118
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/internal/x86/reg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1119
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/compile/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1120
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cover/cover.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1121
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cover/cover_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1122
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cover/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1123
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cover/func.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1124
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cover/html.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1125
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cover/profile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1126
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cover/testdata/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1127
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/cover/testdata/test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1128
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1129
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/build.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1130
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/buildgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1131
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/buildruntime.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1132
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/buildtool.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1133
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/cpuid_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1134
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/cpuid_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1135
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/cpuid_default.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1136
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1137
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/sys_default.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1138
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/sys_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1139
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1140
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/util.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1141
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/util_gc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1142
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/dist/util_gccgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1143
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/doc/doc_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1144
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/doc/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1145
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/doc/pkg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1146
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/doc/testdata/pkg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1147
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1148
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/fix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1149
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/gotypes.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1150
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/gotypes_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1151
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/import_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1152
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1153
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/main_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1154
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/netipv6zone.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1155
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/netipv6zone_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1156
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/printerconfig.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1157
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/printerconfig_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1158
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/fix/typecheck.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1159
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/alldocs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1160
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/bootstrap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1161
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/build.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1162
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/clean.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1163
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/context.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1164
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/discovery.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1165
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1166
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/env.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1167
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/fix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1168
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/fmt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1169
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/generate.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1170
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/generate_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1171
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/get.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1172
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/go11.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1173
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/go_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1174
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/go_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1175
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/help.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1176
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/http.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1177
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/list.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1178
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1179
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/match_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1180
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/mkalldocs.sh
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1181
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/note.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1182
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/note_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1183
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/pkg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1184
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/pkg_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1185
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/run.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1186
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/signal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1187
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/signal_notunix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1188
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/signal_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1189
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/tag_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1190
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1191
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/cgocover/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1192
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/cgocover/p_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1193
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/dep_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1194
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/example1_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1195
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/example2_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1196
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/failssh/ssh
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1197
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/generate/test1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1198
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/generate/test2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1199
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/generate/test3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1200
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/generate/test4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1201
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/bad.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1202
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/conflict.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1203
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/src/bad/bad.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1204
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/src/conflict/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1205
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/src/conflict/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1206
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/src/works/x/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1207
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/src/works/x/x1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1208
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/src/wrongplace/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1209
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/works.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1210
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/importcom/wrongplace.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1211
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/local/easy.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1212
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/local/easysub/easysub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1213
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/local/easysub/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1214
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/local/hard.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1215
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/local/sub/sub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1216
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/local/sub/sub/subsub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1217
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/norunexample/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1218
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/norunexample/test_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1219
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/rundir/sub/sub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1220
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/rundir/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1221
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/shadow/root1/src/foo/foo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1222
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/shadow/root1/src/math/math.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1223
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/shadow/root2/src/foo/foo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1224
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/badc/x.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1225
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/badc/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1226
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/badpkg/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1227
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/badtest/badexec/x_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1228
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/badtest/badsyntax/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1229
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/badtest/badsyntax/x_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1230
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/badtest/badvar/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1231
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/badtest/badvar/x_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1232
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/cgotest/m.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1233
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/go-cmd-test/helloworld.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1234
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/main_test/m.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1235
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/main_test/m_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1236
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/notest/hello.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1237
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/syntaxerror/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1238
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/syntaxerror/x_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1239
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testcycle/p1/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1240
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testcycle/p1/p1_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1241
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testcycle/p2/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1242
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testcycle/p3/p3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1243
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testcycle/p3/p3_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1244
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testcycle/q1/q1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1245
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testcycle/q1/q1_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1246
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testdep/p1/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1247
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testdep/p1/p1_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1248
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testdep/p2/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1249
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/testdep/p3/p3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1250
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/bad.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1251
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/good.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1252
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/hello/hello.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1253
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/hello/hello_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1254
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/hello/hellox_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1255
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/subdir/bad.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1256
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/subdir/good.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1257
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/vendor/p/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1258
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/vendor/q/q.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1259
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/vendor/strings/msg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1260
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/x/invalid/invalid.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1261
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/x/vendor/p/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1262
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/x/vendor/p/p/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1263
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/x/vendor/r/r.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1264
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vend/x/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1265
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vetpkg/a_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1266
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vetpkg/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1267
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/vetpkg/c.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1268
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/xtestonly/f.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1269
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/src/xtestonly/f_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1270
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/standalone_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1271
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testimport/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1272
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testimport/p1/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1273
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testimport/p2/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1274
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testimport/p_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1275
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testimport/x_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1276
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testinternal/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1277
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testinternal2/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1278
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testinternal2/x/y/z/internal/w/w.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1279
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testinternal3/t.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1280
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testinternal4/src/p/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1281
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testinternal4/src/q/internal/x/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1282
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testinternal4/src/q/j/j.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1283
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testonly/p_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1284
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testvendor/src/p/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1285
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testvendor/src/q/vendor/x/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1286
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testvendor/src/q/y/y.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1287
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testvendor/src/q/z/z.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1288
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testvendor2/src/p/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1289
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testdata/testvendor2/vendor/x/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1290
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testflag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1291
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/testgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1292
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/tool.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1293
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/vcs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1294
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/vcs_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1295
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/vendor_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1296
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/version.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1297
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/vet.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1298
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/go/zdefaultcc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1299
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1300
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/gofmt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1301
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/gofmt_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1302
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/long_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1303
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/rewrite.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1304
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/simplify.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1305
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/comments.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1306
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/comments.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1307
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/composites.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1308
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/composites.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1309
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/crlf.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1310
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/crlf.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1311
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/emptydecl.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1312
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/emptydecl.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1313
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/import.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1314
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/import.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1315
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/old.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1316
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/old.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1317
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/ranges.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1318
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/ranges.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1319
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1320
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite1.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1321
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1322
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite2.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1323
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite3.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1324
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite3.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1325
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite4.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1326
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite4.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1327
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite5.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1328
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite5.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1329
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite6.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1330
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite6.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1331
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite7.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1332
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite7.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1333
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite8.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1334
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/rewrite8.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1335
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/slices1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1336
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/slices1.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1337
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/slices2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1338
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/slices2.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1339
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1340
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin1.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1341
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1342
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin2.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1343
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin3.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1344
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin3.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1345
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin4.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1346
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin4.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1347
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin5.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1348
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin5.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1349
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin6.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1350
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin6.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1351
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin7.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1352
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/stdin7.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1353
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/typeswitch.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1354
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/gofmt/testdata/typeswitch.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1355
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/gcprog/gcprog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1356
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/goobj/read.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1357
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/goobj/read_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1358
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/ar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1359
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm/a.out.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1360
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm/anames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1361
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm/anames5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1362
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm/asm5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1363
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm/list5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1364
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm/obj5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1365
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm64/a.out.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1366
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm64/anames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1367
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm64/anames7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1368
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm64/asm7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1369
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm64/list7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1370
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/arm64/obj7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1371
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/data.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1372
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/flag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1373
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/fmt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1374
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/funcdata.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1375
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/go.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1376
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/ld.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1377
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/libc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1378
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/line_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1379
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/link.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1380
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/mgc0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1381
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1382
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/objfile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1383
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/pass.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1384
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/pcln.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1385
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/ppc64/a.out.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1386
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/ppc64/anames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1387
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/ppc64/anames9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1388
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/ppc64/asm9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1389
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/ppc64/list9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1390
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/ppc64/obj9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1391
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/stack.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1392
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/stringer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1393
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/sym.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1394
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/textflag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1395
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/typekind.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1396
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/util.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1397
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/x86/a.out.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1398
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/x86/anames.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1399
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/x86/asm6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1400
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/x86/list6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1401
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/x86/obj6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1402
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/x86/obj6_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1403
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/obj/zbootstrap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1404
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/objfile/disasm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1405
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/objfile/elf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1406
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/objfile/goobj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1407
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/objfile/macho.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1408
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/objfile/objfile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1409
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/objfile/pe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1410
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/objfile/plan9obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1411
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/Makefile
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1412
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/decode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1413
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/decode_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1414
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/ext_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1415
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/gnu.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1416
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/inst.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1417
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/objdump_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1418
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/objdumpext_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1419
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/plan9x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1420
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/tables.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1421
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/testdata/Makefile
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1422
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/arm/armasm/testdata/decode.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1423
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/Makefile
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1424
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/decode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1425
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/decode_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1426
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/ext_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1427
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/gnu.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1428
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/inst.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1429
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/inst_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1430
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/intel.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1431
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/objdump_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1432
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/objdumpext_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1433
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/plan9ext_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1434
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/plan9x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1435
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/plan9x_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1436
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/tables.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1437
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/testdata/Makefile
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1438
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/testdata/decode.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1439
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/xed_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1440
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/internal/rsc.io/x86/x86asm/xedext_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1441
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1442
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/$(MACH64)/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1443
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/$(MACH64)/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1444
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/$(MACH64)/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1445
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/$(MACH64)/z.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1446
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/arm/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1447
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/arm/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1448
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/arm/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1449
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/arm64/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1450
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/arm64/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1451
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/arm64/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1452
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/ar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1453
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/arch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1454
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/data.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1455
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/decodesym.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1456
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/dwarf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1457
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/dwarf_defs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1458
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/elf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1459
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/go.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1460
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/ld.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1461
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/ldelf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1462
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/ldmacho.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1463
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/ldpe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1464
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/lib.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1465
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/link.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1466
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/macho.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1467
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/macho_combine_dwarf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1468
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/objfile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1469
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/pcln.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1470
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/pe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1471
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/pobj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1472
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/sym.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1473
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/symtab.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1474
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/textflag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1475
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ld/util.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1476
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ppc64/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1477
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ppc64/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1478
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/ppc64/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1479
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/x86/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1480
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/x86/l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1481
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/internal/x86/obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1482
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/link/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1483
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/nm/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1484
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/nm/nm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1485
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/nm/nm_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1486
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/objdump/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1487
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/objdump/objdump_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1488
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/objdump/testdata/fmthello.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1489
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pack/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1490
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pack/pack.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1491
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pack/pack_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1492
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1493
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1494
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/commands/commands.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1495
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/driver/driver.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1496
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/driver/interactive.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1497
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/fetch/fetch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1498
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/plugin/plugin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1499
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/profile/encode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1500
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/profile/filter.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1501
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/profile/legacy_profile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1502
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/profile/profile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1503
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/profile/profile_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1504
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/profile/proto.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1505
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/profile/prune.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1506
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/report/report.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1507
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/report/source.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1508
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/report/source_html.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1509
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/svg/svg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1510
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/svg/svgpan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1511
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/symbolizer/symbolizer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1512
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/symbolz/symbolz.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1513
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/internal/tempfile/tempfile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1514
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/pprof/pprof.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1515
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/trace/goroutines.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1516
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/trace/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1517
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/trace/pprof.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1518
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/trace/trace.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1519
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/asmdecl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1520
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/assign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1521
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/atomic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1522
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/bool.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1523
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/buildtag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1524
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/composite.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1525
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/copylock.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1526
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/deadcode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1527
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1528
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1529
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/method.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1530
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/nilfunc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1531
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/print.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1532
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/rangeloop.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1533
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/shadow.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1534
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/shift.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1535
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/structtag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1536
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1537
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/asm1.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1538
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/asm2.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1539
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/asm3.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1540
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/asm4.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1541
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/assign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1542
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/atomic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1543
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/bool.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1544
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/buildtag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1545
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/buildtag_bad.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1546
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/composite.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1547
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/copylock_func.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1548
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/copylock_range.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1549
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/deadcode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1550
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/method.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1551
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/nilfunc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1552
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/print.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1553
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/rangeloop.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1554
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/shadow.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1555
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/shift.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1556
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/structtag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1557
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/tagtest/file1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1558
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/tagtest/file2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1559
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/unsafeptr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1560
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/testdata/unused.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1561
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/types.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1562
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/unsafeptr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1563
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/unused.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1564
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/vet_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1565
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/vet/whitelist/whitelist.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1566
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/yacc/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1567
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/yacc/testdata/expr/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1568
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/yacc/testdata/expr/expr.y
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1569
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/yacc/testdata/expr/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1570
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/cmd/yacc/yacc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1571
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/bzip2/bit_reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1572
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/bzip2/bzip2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1573
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/bzip2/bzip2_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1574
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/bzip2/huffman.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1575
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/bzip2/move_to_front.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1576
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/bzip2/testdata/Mark.Twain-Tom.Sawyer.txt.bz2
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1577
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/bzip2/testdata/e.txt.bz2
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1578
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/copy.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1579
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/copy_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1580
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/deflate.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1581
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/deflate_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1582
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/fixedhuff.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1583
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/flate_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1584
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/gen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1585
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/huffman_bit_writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1586
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/huffman_code.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1587
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/inflate.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1588
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/inflate_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1589
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1590
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/reverse_bits.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1591
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/token.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1592
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/flate/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1593
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/gzip/gunzip.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1594
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/gzip/gunzip_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1595
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/gzip/gzip.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1596
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/gzip/gzip_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1597
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/gzip/testdata/issue6550.gz
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1598
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/lzw/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1599
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/lzw/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1600
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/lzw/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1601
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/lzw/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1602
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/testdata/Mark.Twain-Tom.Sawyer.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1603
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/testdata/e.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1604
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/testdata/pi.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1605
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/zlib/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1606
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/zlib/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1607
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/zlib/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1608
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/zlib/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1609
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/compress/zlib/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1610
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/container/heap/example_intheap_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1611
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/container/heap/example_pq_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1612
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/container/heap/heap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1613
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/container/heap/heap_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1614
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/container/list/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1615
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/container/list/list.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1616
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/container/list/list_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1617
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/container/ring/ring.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1618
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/container/ring/ring_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1619
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/aes/aes_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1620
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/aes/asm_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1621
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/aes/block.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1622
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/aes/cipher.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1623
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/aes/cipher_asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1624
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/aes/cipher_generic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1625
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/aes/const.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1626
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/benchmark_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1627
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/cbc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1628
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/cbc_aes_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1629
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/cfb.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1630
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/cfb_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1631
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/cipher.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1632
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/cipher_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1633
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/common_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1634
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/ctr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1635
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/ctr_aes_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1636
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1637
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/gcm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1638
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/gcm_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1639
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/io.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1640
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/ofb.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1641
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/ofb_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1642
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/xor.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1643
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/cipher/xor_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1644
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/crypto.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1645
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/des/block.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1646
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/des/cipher.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1647
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/des/const.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1648
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/des/des_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1649
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/des/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1650
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/dsa/dsa.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1651
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/dsa/dsa_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1652
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/ecdsa/ecdsa.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1653
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/ecdsa/ecdsa_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1654
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/ecdsa/testdata/SigVer.rsp.bz2
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1655
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/elliptic/elliptic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1656
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/elliptic/elliptic_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1657
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/elliptic/p224.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1658
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/elliptic/p224_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1659
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/elliptic/p256.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1660
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/hmac/hmac.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1661
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/hmac/hmac_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1662
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1663
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/gen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1664
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/md5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1665
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/md5_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1666
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/md5block.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1667
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/md5block_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1668
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/md5block_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1669
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/md5block_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1670
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/md5block_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1671
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/md5block_decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1672
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/md5/md5block_generic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1673
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rand/eagain.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1674
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rand/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1675
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rand/rand.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1676
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rand/rand_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1677
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rand/rand_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1678
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rand/rand_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1679
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rand/rand_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1680
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rand/util.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1681
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rand/util_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1682
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rc4/rc4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1683
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rc4/rc4_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1684
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rc4/rc4_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1685
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rc4/rc4_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1686
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rc4/rc4_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1687
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rc4/rc4_asm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1688
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rc4/rc4_ref.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1689
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rc4/rc4_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1690
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rsa/pkcs1v15.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1691
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rsa/pkcs1v15_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1692
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rsa/pss.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1693
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rsa/pss_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1694
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rsa/rsa.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1695
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rsa/rsa_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1696
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/rsa/testdata/pss-vect.txt.bz2
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1697
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1698
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/sha1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1699
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/sha1_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1700
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/sha1block.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1701
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/sha1block_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1702
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/sha1block_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1703
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/sha1block_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1704
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/sha1block_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1705
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/sha1block_decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1706
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha1/sha1block_generic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1707
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha256/sha256.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1708
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha256/sha256_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1709
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha256/sha256block.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1710
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha256/sha256block_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1711
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha256/sha256block_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1712
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha256/sha256block_decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1713
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha512/sha512.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1714
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha512/sha512_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1715
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha512/sha512block.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1716
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha512/sha512block_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1717
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/sha512/sha512block_decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1718
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/subtle/constant_time.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1719
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/subtle/constant_time_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1720
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/alert.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1721
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/cipher_suites.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1722
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/common.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1723
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/conn.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1724
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/conn_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1725
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1726
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/generate_cert.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1727
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/handshake_client.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1728
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/handshake_client_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1729
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/handshake_messages.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1730
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/handshake_messages_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1731
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/handshake_server.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1732
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/handshake_server_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1733
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/handshake_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1734
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/key_agreement.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1735
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/prf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1736
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/prf_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1737
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1738
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-RSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1739
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1740
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1741
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1742
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv10-ECDHE-RSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1743
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv10-RSA-RC4
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1744
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1745
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv11-ECDHE-RSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1746
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv11-RSA-RC4
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1747
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ALPN
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1748
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ALPN-NoMatch
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1749
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1750
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-RSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1751
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1752
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1753
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1754
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1755
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1756
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1757
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1758
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-RSA-RC4
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1759
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Client-TLSv12-SCT
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1760
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-SSLv3-RSA-3DES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1761
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-SSLv3-RSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1762
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-SSLv3-RSA-RC4
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1763
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1764
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv10-RSA-3DES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1765
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv10-RSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1766
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv10-RSA-RC4
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1767
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv11-FallbackSCSV
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1768
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv11-RSA-RC4
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1769
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-ALPN
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1770
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1771
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1772
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1773
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1774
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1775
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1776
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1777
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-IssueTicket
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1778
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-IssueTicketPreDisable
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1779
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-RSA-3DES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1780
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-RSA-AES
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1781
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1782
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-RSA-AES256-GCM-SHA384
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1783
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-RSA-RC4
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1784
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-Resume
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1785
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-ResumeDisabled
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1786
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-SNI
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1787
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificate
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1788
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificateNotFound
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1789
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/ticket.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1790
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/tls.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1791
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/tls/tls_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1792
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/cert_pool.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1793
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1794
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/pem_decrypt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1795
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/pem_decrypt_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1796
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/pkcs1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1797
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/pkcs8.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1798
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/pkcs8_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1799
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/pkix/pkix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1800
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1801
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1802
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_cgo_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1803
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1804
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_darwin_arm_gen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1805
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_darwin_armx.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1806
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_darwin_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1807
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1808
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1809
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_nocgo_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1810
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1811
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1812
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1813
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/root_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1814
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/sec1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1815
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/sec1_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1816
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/sha2_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1817
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/verify.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1818
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/verify_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1819
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/x509.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1820
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/x509_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1821
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/crypto/x509/x509_test_import.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1822
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/convert.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1823
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/convert_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1824
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/doc.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1825
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/driver/driver.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1826
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/driver/types.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1827
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/driver/types_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1828
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1829
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/fakedb_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1830
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/sql.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1831
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/database/sql/sql_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1832
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/buf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1833
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/class_string.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1834
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/const.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1835
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/entry.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1836
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/line.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1837
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/line_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1838
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/open.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1839
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/testdata/line-clang.elf
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1840
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/testdata/line-gcc.elf
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1841
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/testdata/line1.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1842
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/testdata/line1.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1843
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/testdata/line2.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1844
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/testdata/typedef.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1845
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/testdata/typedef.elf
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1846
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/testdata/typedef.elf4
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1847
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/testdata/typedef.macho
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1848
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/type.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1849
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/type_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1850
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/typeunit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1851
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/dwarf/unit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1852
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/elf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1853
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/elf_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1854
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/file.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1855
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/file_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1856
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/symbols_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1857
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/gcc-386-freebsd-exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1858
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/gcc-amd64-linux-exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1859
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1860
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/go-relocation-test-clang-arm.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1861
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/go-relocation-test-clang-x86.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1862
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1863
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1864
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1865
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1866
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/go-relocation-test-gcc482-ppc64le.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1867
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/go-relocation-test-gcc492-arm.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1868
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/go-relocation-test-gcc5-ppc.obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1869
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/hello-world-core.gz
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1870
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/elf/testdata/hello.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1871
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/gosym/pclinetest.asm
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1872
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/gosym/pclinetest.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1873
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/gosym/pclntab.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1874
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/gosym/pclntab_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1875
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/gosym/symtab.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1876
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/macho/fat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1877
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/macho/file.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1878
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/macho/file_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1879
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/macho/macho.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1880
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/macho/testdata/fat-gcc-386-amd64-darwin-exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1881
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/macho/testdata/gcc-386-darwin-exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1882
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/macho/testdata/gcc-amd64-darwin-exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1883
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/macho/testdata/gcc-amd64-darwin-exec-debug
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1884
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/macho/testdata/hello.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1885
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/pe/file.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1886
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/pe/file_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1887
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/pe/pe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1888
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/pe/testdata/gcc-386-mingw-exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1889
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/pe/testdata/gcc-386-mingw-obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1890
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/pe/testdata/gcc-amd64-mingw-exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1891
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/pe/testdata/gcc-amd64-mingw-obj
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1892
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/pe/testdata/hello.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1893
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/plan9obj/file.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1894
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/plan9obj/file_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1895
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/plan9obj/plan9obj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1896
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/plan9obj/testdata/386-plan9-exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1897
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/plan9obj/testdata/amd64-plan9-exec
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1898
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/debug/plan9obj/testdata/hello.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1899
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/ascii85/ascii85.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1900
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/ascii85/ascii85_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1901
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/asn1/asn1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1902
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/asn1/asn1_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1903
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/asn1/common.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1904
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/asn1/marshal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1905
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/asn1/marshal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1906
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/base32/base32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1907
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/base32/base32_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1908
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/base32/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1909
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/base64/base64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1910
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/base64/base64_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1911
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/base64/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1912
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/binary/binary.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1913
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/binary/binary_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1914
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/binary/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1915
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/binary/varint.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1916
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/binary/varint_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1917
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/csv/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1918
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/csv/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1919
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/csv/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1920
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/csv/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1921
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/csv/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1922
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/encoding.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1923
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/codec_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1924
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/debug.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1925
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/dec_helpers.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1926
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/decgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1927
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/decode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1928
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/decoder.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1929
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1930
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/dump.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1931
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/enc_helpers.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1932
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/encgen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1933
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/encode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1934
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/encoder.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1935
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/encoder_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1936
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/error.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1937
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/example_encdec_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1938
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/example_interface_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1939
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1940
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/gobencdec_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1941
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/timing_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1942
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/type.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1943
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/gob/type_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1944
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/hex/hex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1945
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/hex/hex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1946
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/bench_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1947
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/decode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1948
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/decode_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1949
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/encode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1950
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/encode_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1951
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1952
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/fold.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1953
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/fold_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1954
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/indent.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1955
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/scanner.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1956
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/scanner_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1957
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/stream.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1958
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/stream_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1959
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/tagkey_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1960
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/tags.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1961
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/tags_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1962
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/json/testdata/code.json.gz
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1963
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/pem/pem.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1964
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/pem/pem_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1965
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/xml/atom_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1966
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/xml/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1967
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/xml/marshal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1968
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/xml/marshal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1969
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/xml/read.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1970
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/xml/read_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1971
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/xml/typeinfo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1972
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/xml/xml.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1973
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/encoding/xml/xml_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1974
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/errors/errors.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1975
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/errors/errors_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1976
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/errors/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1977
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/expvar/expvar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1978
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/expvar/expvar_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1979
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/flag/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1980
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/flag/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1981
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/flag/flag.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1982
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/flag/flag_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1983
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1984
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1985
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/fmt_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1986
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/format.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1987
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/norace_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1988
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/print.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1989
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/race_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1990
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/scan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1991
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/scan_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1992
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/fmt/stringer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1993
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/ast.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1994
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/ast_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1995
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/commentmap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1996
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/commentmap_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1997
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1998
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/filter.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  1999
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/filter_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2000
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/import.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2001
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/print.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2002
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/print_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2003
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/resolve.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2004
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/scope.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2005
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/ast/walk.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2006
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/build.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2007
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/build_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2008
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/deps_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2009
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2010
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/read.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2011
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/read_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2012
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/syslist.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2013
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/syslist_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2014
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/testdata/empty/dummy
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2015
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/testdata/multi/file.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2016
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/testdata/multi/file_appengine.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2017
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/testdata/other/file/file.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2018
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/build/testdata/other/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2019
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/constant/go13.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2020
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/constant/go14.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2021
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/constant/value.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2022
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/constant/value_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2023
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/Makefile
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2024
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/comment.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2025
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/comment_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2026
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2027
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/doc_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2028
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/example.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2029
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2030
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/exports.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2031
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/filter.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2032
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/headscan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2033
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2034
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/synopsis.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2035
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/synopsis_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2036
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/a.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2037
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/a.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2038
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/a.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2039
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/a0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2040
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/a1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2041
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/b.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2042
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/b.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2043
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/b.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2044
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2045
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/benchmark.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2046
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/blank.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2047
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/blank.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2048
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/blank.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2049
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/blank.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2050
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/bugpara.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2051
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/bugpara.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2052
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/bugpara.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2053
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/bugpara.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2054
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/c.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2055
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/c.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2056
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/c.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2057
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/c.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2058
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/d.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2059
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/d.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2060
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/d.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2061
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/d1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2062
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/d2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2063
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/e.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2064
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/e.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2065
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/e.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2066
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/e.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2067
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/error1.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2068
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/error1.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2069
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/error1.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2070
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/error1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2071
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/error2.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2072
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/error2.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2073
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/error2.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2074
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/error2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2075
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/example.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2076
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/f.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2077
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/f.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2078
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/f.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2079
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/f.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2080
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/template.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2081
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/testing.0.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2082
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/testing.1.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2083
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/testing.2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2084
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/doc/testdata/testing.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2085
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/format/format.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2086
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/format/format_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2087
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/importer/importer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2088
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/gccgoinstallation.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2089
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/gccgoinstallation_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2090
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/importer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2091
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/importer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2092
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/parser.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2093
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/parser_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2094
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/testdata/complexnums.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2095
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/testdata/complexnums.gox
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2096
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/testdata/imports.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2097
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/testdata/imports.gox
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2098
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/testdata/pointer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2099
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gccgoimporter/testdata/pointer.gox
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2100
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gcimporter/exportdata.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2101
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gcimporter/gcimporter.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2102
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gcimporter/gcimporter_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2103
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/internal/gcimporter/testdata/exports.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2104
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/parser/error_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2105
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/parser/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2106
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/parser/interface.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2107
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/parser/parser.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2108
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/parser/parser_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2109
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/parser/performance_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2110
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/parser/short_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2111
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/parser/testdata/commas.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2112
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/parser/testdata/issue3106.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2113
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2114
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/nodes.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2115
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/performance_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2116
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/printer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2117
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/printer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2118
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/comments.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2119
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/comments.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2120
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/comments.x
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2121
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/comments2.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2122
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/comments2.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2123
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/declarations.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2124
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/declarations.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2125
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/empty.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2126
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/empty.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2127
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/expressions.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2128
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/expressions.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2129
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/expressions.raw
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2130
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/linebreaks.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2131
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/linebreaks.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2132
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/parser.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2133
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/slow.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2134
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/slow.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2135
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/statements.golden
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2136
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/printer/testdata/statements.input
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2137
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/scanner/errors.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2138
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/scanner/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2139
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/scanner/scanner.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2140
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/scanner/scanner_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2141
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/token/position.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2142
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/token/position_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2143
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/token/serialize.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2144
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/token/serialize_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2145
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/token/token.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2146
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/api.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2147
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/api_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2148
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/assignments.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2149
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/builtins.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2150
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/builtins_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2151
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/call.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2152
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/check.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2153
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/check_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2154
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/conversions.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2155
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2156
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/errors.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2157
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/eval.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2158
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/eval_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2159
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2160
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/expr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2161
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/exprstring.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2162
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/exprstring_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2163
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/go11.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2164
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/go12.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2165
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/hilbert_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2166
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/initorder.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2167
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/issues_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2168
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/labels.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2169
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/lookup.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2170
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/methodset.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2171
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/object.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2172
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/objset.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2173
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/operand.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2174
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/ordering.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2175
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/package.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2176
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/predicates.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2177
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/resolver.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2178
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/resolver_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2179
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/return.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2180
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/scope.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2181
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/selection.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2182
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/self_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2183
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/sizes.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2184
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/stdlib_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2185
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/stmt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2186
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/blank.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2187
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/builtins.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2188
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/const0.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2189
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/const1.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2190
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/constdecl.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2191
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/conversions.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2192
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/cycles.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2193
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/cycles1.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2194
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/cycles2.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2195
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/cycles3.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2196
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/cycles4.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2197
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/decls0.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2198
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/decls1.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2199
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/decls2a.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2200
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/decls2b.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2201
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/decls3.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2202
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/errors.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2203
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/expr0.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2204
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/expr1.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2205
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/expr2.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2206
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/expr3.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2207
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/gotos.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2208
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/importdecl0a.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2209
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/importdecl0b.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2210
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/importdecl1a.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2211
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/importdecl1b.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2212
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/init0.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2213
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/init1.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2214
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/init2.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2215
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/issues.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2216
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/labels.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2217
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/methodsets.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2218
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/shifts.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2219
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/stmt0.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2220
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/stmt1.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2221
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/testdata/vardecl.src
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2222
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/token_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2223
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/type.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2224
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/typestring.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2225
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/typestring_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2226
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/typexpr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2227
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/go/types/universe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2228
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/adler32/adler32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2229
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/adler32/adler32_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2230
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/crc32/crc32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2231
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/crc32/crc32_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2232
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/crc32/crc32_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2233
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/crc32/crc32_amd64x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2234
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/crc32/crc32_generic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2235
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/crc32/crc32_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2236
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/crc32/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2237
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/crc64/crc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2238
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/crc64/crc64_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2239
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/fnv/fnv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2240
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/fnv/fnv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2241
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/hash.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2242
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/test_cases.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2243
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/hash/test_gen.awk
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2244
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/entity.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2245
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/entity_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2246
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/escape.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2247
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/escape_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2248
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2249
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/attr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2250
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/clone_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2251
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/content.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2252
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/content_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2253
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/context.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2254
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/css.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2255
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/css_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2256
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2257
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/error.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2258
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/escape.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2259
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/escape_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2260
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2261
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/html.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2262
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/html_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2263
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/js.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2264
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/js_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2265
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/template.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2266
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/transition.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2267
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/transition_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2268
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/url.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2269
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/html/template/url_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2270
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/color/color.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2271
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/color/palette/gen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2272
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/color/palette/generate.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2273
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/color/palette/palette.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2274
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/color/ycbcr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2275
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/color/ycbcr_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2276
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/decode_example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2277
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/decode_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2278
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/draw/bench_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2279
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/draw/clip_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2280
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/draw/draw.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2281
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/draw/draw_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2282
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/format.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2283
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/geom.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2284
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/geom_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2285
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/gif/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2286
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/gif/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2287
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/gif/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2288
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/gif/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2289
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/image.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2290
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/image_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2291
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/internal/imageutil/gen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2292
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/internal/imageutil/imageutil.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2293
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/internal/imageutil/impl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2294
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/jpeg/dct_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2295
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/jpeg/fdct.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2296
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/jpeg/huffman.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2297
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/jpeg/idct.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2298
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/jpeg/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2299
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/jpeg/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2300
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/jpeg/scan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2301
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/jpeg/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2302
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/jpeg/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2303
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/names.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2304
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/paeth.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2305
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/paeth_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2306
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2307
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2308
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/benchGray.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2309
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/benchNRGBA-gradient.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2310
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/benchNRGBA-opaque.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2311
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/benchPaletted.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2312
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/benchRGB-interlace.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2313
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/benchRGB.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2314
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/gray-gradient.interlaced.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2315
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/gray-gradient.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2316
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/invalid-crc32.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2317
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/invalid-noend.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2318
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/invalid-trunc.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2319
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/invalid-zlib.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2320
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2321
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/README.original
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2322
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g01-30.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2323
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g01-30.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2324
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g01.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2325
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g01.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2326
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g02-29.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2327
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g02-29.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2328
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g02.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2329
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g02.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2330
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g04-31.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2331
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g04-31.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2332
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g04.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2333
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g04.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2334
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g08.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2335
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g08.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2336
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g16.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2337
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn0g16.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2338
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn2c08.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2339
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn2c08.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2340
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn2c16.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2341
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn2c16.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2342
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p01.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2343
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p01.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2344
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p02.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2345
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p02.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2346
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p04-31i.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2347
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p04-31i.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2348
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p04.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2349
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p04.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2350
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p08-trns.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2351
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p08-trns.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2352
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p08.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2353
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn3p08.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2354
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn4a08.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2355
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn4a08.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2356
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn4a16.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2357
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn4a16.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2358
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn6a08.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2359
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn6a08.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2360
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn6a16.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2361
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/testdata/pngsuite/basn6a16.sng
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2362
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2363
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/png/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2364
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.221212.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2365
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.221212.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2366
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.5bpp.gif
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2367
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.cmyk.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2368
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.cmyk.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2369
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.gif
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2370
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.interlaced.gif
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2371
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2372
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2373
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2374
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.410.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2375
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.410.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2376
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.411.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2377
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.411.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2378
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.420.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2379
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.420.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2380
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.422.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2381
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.422.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2382
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.440.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2383
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.440.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2384
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.444.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2385
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.q50.444.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2386
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.rgb.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2387
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.rgb.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2388
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.separate.dc.progression.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2389
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-001.separate.dc.progression.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2390
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-005.gray.gif
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2391
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-005.gray.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2392
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-005.gray.png
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2393
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-005.gray.q50.2x2.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2394
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-005.gray.q50.2x2.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2395
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-005.gray.q50.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2396
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/testdata/video-005.gray.q50.progressive.jpeg
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2397
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/ycbcr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2398
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/image/ycbcr_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2399
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/index/suffixarray/qsufsort.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2400
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/index/suffixarray/suffixarray.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2401
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/index/suffixarray/suffixarray_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2402
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/format/format.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2403
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/singleflight/singleflight.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2404
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/singleflight/singleflight_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2405
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/syscall/unix/getrandom_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2406
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/syscall/windows/registry/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2407
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/syscall/windows/registry/key.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2408
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/syscall/windows/registry/registry_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2409
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/syscall/windows/registry/syscall.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2410
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/syscall/windows/registry/value.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2411
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/syscall/windows/registry/zsyscall_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2412
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/syscall/windows/syscall_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2413
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/syscall/windows/zsyscall_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2414
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/testenv/testenv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2415
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/trace/goroutines.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2416
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/trace/parser.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2417
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/internal/trace/parser_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2418
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/io.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2419
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/io_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2420
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/ioutil/ioutil.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2421
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/ioutil/ioutil_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2422
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/ioutil/tempfile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2423
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/ioutil/tempfile_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2424
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/multi.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2425
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/multi_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2426
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/pipe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2427
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/io/pipe_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2428
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/iostest.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2429
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/log/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2430
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/log/log.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2431
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/log/log_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2432
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/log/syslog/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2433
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/log/syslog/syslog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2434
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/log/syslog/syslog_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2435
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/log/syslog/syslog_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2436
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/make.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2437
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/make.bat
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2438
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/make.rc
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2439
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/abs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2440
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/abs_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2441
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/abs_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2442
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/abs_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2443
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/abs_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2444
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/abs_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2445
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/abs_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2446
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/acosh.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2447
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/all_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2448
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/asin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2449
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/asin_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2450
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/asin_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2451
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/asin_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2452
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/asin_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2453
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/asinh.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2454
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2455
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2456
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan2_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2457
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan2_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2458
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan2_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2459
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan2_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2460
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2461
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2462
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2463
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atan_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2464
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/atanh.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2465
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/accuracy_string.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2466
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2467
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2468
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2469
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2470
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2471
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2472
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith_decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2473
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith_decl_pure.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2474
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2475
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/arith_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2476
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/bits_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2477
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/calibrate_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2478
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/decimal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2479
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/decimal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2480
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2481
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/float.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2482
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/float_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2483
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/floatconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2484
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/floatconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2485
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/floatexample_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2486
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/ftoa.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2487
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/gcd_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2488
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/hilbert_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2489
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/int.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2490
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/int_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2491
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/intconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2492
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/intconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2493
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/nat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2494
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/nat_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2495
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/natconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2496
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/natconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2497
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/rat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2498
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/rat_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2499
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/ratconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2500
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/ratconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2501
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/big/roundingmode_string.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2502
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/bits.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2503
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cbrt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2504
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/abs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2505
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/asin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2506
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/cmath_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2507
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/conj.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2508
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/exp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2509
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/isinf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2510
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/isnan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2511
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/log.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2512
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/phase.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2513
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/polar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2514
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/pow.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2515
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/rect.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2516
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/sin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2517
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/sqrt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2518
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/cmplx/tan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2519
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/const.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2520
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/copysign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2521
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/dim.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2522
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/dim_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2523
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/dim_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2524
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/dim_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2525
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/dim_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2526
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/erf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2527
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/exp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2528
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/exp2_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2529
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/exp2_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2530
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/exp2_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2531
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/exp2_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2532
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/exp_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2533
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/exp_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2534
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/exp_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2535
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/exp_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2536
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/expm1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2537
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/expm1_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2538
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/expm1_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2539
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/expm1_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2540
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/expm1_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2541
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2542
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/floor.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2543
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/floor_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2544
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/floor_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2545
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/floor_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2546
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/floor_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2547
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/frexp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2548
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/frexp_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2549
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/frexp_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2550
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/frexp_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2551
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/frexp_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2552
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/gamma.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2553
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/hypot.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2554
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/hypot_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2555
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/hypot_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2556
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/hypot_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2557
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/hypot_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2558
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/j0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2559
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/j1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2560
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/jn.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2561
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/ldexp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2562
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/ldexp_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2563
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/ldexp_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2564
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/ldexp_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2565
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/ldexp_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2566
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/lgamma.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2567
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2568
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log10.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2569
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log10_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2570
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log10_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2571
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log10_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2572
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log10_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2573
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log1p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2574
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log1p_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2575
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log1p_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2576
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log1p_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2577
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log1p_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2578
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2579
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2580
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2581
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/log_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2582
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/logb.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2583
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/mod.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2584
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/mod_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2585
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/mod_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2586
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/mod_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2587
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/mod_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2588
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/modf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2589
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/modf_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2590
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/modf_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2591
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/modf_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2592
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/modf_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2593
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/nextafter.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2594
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/pow.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2595
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/pow10.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2596
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/rand/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2597
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/rand/exp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2598
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/rand/normal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2599
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/rand/rand.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2600
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/rand/rand_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2601
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/rand/regress_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2602
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/rand/rng.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2603
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/rand/zipf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2604
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/remainder.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2605
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/remainder_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2606
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/remainder_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2607
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/remainder_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2608
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/remainder_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2609
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/signbit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2610
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2611
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sin_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2612
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sin_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2613
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sin_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2614
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sin_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2615
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sincos.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2616
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sincos_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2617
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sincos_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2618
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sincos_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2619
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sincos_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2620
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sinh.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2621
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sqrt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2622
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sqrt_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2623
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sqrt_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2624
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sqrt_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2625
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sqrt_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2626
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/sqrt_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2627
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/stubs_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2628
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/stubs_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2629
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/tan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2630
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/tan_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2631
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/tan_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2632
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/tan_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2633
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/tan_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2634
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/tanh.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2635
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/math/unsafe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2636
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/encodedword.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2637
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/encodedword_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2638
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/grammar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2639
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/mediatype.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2640
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/mediatype_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2641
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/multipart/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2642
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/multipart/formdata.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2643
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/multipart/formdata_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2644
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/multipart/multipart.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2645
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/multipart/multipart_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2646
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/multipart/testdata/nested-mime
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2647
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/multipart/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2648
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/multipart/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2649
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/quotedprintable/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2650
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/quotedprintable/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2651
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/quotedprintable/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2652
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/quotedprintable/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2653
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/testdata/test.types
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2654
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/testdata/test.types.plan9
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2655
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/type.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2656
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/type_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2657
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/type_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2658
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/type_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2659
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/type_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2660
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/type_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2661
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/type_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2662
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/mime/type_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2663
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/nacltest.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2664
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/addrselect.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2665
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/addrselect_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2666
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_android.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2667
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2668
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2669
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2670
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2671
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_resnew.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2672
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_resold.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2673
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_socknew.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2674
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_sockold.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2675
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2676
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2677
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2678
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2679
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/cgo_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2680
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/conf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2681
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/conf_netcgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2682
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/conf_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2683
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/conn_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2684
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dial.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2685
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dial_gen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2686
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dial_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2687
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dnsclient.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2688
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dnsclient_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2689
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dnsclient_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2690
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dnsclient_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2691
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dnsconfig_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2692
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dnsconfig_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2693
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dnsmsg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2694
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dnsmsg_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2695
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/dnsname_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2696
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/error_plan9_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2697
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/error_posix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2698
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/error_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2699
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2700
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/external_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2701
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/fd_mutex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2702
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/fd_mutex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2703
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/fd_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2704
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/fd_poll_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2705
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/fd_poll_runtime.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2706
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/fd_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2707
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/fd_posix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2708
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/fd_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2709
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/fd_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2710
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/file.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2711
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/file_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2712
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/file_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2713
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/file_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2714
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/file_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2715
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/file_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2716
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/hook.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2717
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/hook_cloexec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2718
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/hook_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2719
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/hook_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2720
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/hook_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2721
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/hosts.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2722
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/hosts_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2723
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cgi/child.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2724
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cgi/child_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2725
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cgi/host.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2726
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cgi/host_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2727
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cgi/matryoshka_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2728
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cgi/plan9_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2729
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cgi/posix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2730
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cgi/testdata/test.cgi
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2731
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/client.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2732
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/client_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2733
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cookie.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2734
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cookie_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2735
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cookiejar/jar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2736
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cookiejar/jar_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2737
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cookiejar/punycode.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2738
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/cookiejar/punycode_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2739
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2740
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2741
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2742
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/fcgi/child.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2743
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/fcgi/fcgi.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2744
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/fcgi/fcgi_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2745
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/filetransport.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2746
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/filetransport_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2747
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/fs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2748
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/fs_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2749
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/header.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2750
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/header_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2751
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/http_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2752
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httptest/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2753
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httptest/recorder.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2754
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httptest/recorder_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2755
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httptest/server.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2756
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httptest/server_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2757
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httputil/dump.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2758
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httputil/dump_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2759
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httputil/httputil.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2760
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httputil/persist.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2761
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httputil/reverseproxy.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2762
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/httputil/reverseproxy_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2763
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/internal/chunked.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2764
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/internal/chunked_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2765
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/jar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2766
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/lex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2767
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/lex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2768
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/main_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2769
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/npn_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2770
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/pprof/pprof.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2771
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/proxy_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2772
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/race.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2773
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/range_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2774
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/readrequest_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2775
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/request.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2776
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/request_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2777
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/requestwrite_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2778
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/response.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2779
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/response_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2780
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/responsewrite_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2781
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/serve_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2782
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/server.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2783
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/sniff.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2784
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/sniff_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2785
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/status.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2786
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/testdata/file
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2787
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/testdata/index.html
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2788
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/testdata/style.css
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2789
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/transfer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2790
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/transfer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2791
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/transport.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2792
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/transport_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2793
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/http/triv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2794
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2795
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2796
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_bsd_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2797
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2798
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2799
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2800
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2801
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_linux_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2802
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2803
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2804
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2805
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2806
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2807
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/interface_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2808
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/main_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2809
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/main_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2810
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/main_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2811
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/switch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2812
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/switch_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2813
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/switch_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2814
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/switch_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2815
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/switch_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2816
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/sys_cloexec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2817
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/sys_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2818
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/internal/socktest/sys_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2819
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/ip.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2820
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/ip_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2821
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/ipraw_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2822
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/iprawsock.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2823
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/iprawsock_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2824
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/iprawsock_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2825
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/ipsock.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2826
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/ipsock_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2827
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/ipsock_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2828
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/ipsock_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2829
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/listen_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2830
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/lookup.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2831
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/lookup_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2832
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/lookup_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2833
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/lookup_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2834
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/lookup_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2835
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/lookup_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2836
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/lookup_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2837
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/mac.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2838
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/mac_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2839
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/mail/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2840
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/mail/message.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2841
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/mail/message_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2842
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/main_cloexec_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2843
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/main_plan9_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2844
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/main_posix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2845
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/main_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2846
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/main_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2847
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/main_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2848
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/mockserver_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2849
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/net.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2850
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/net_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2851
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/net_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2852
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/netgo_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2853
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/non_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2854
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/nss.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2855
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/nss_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2856
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/packetconn_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2857
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/parse.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2858
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/parse_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2859
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/pipe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2860
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/pipe_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2861
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/platform_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2862
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/port.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2863
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/port_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2864
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/port_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2865
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/protoconn_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2866
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/race.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2867
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/race0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2868
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/rpc/client.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2869
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/rpc/client_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2870
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/rpc/debug.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2871
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/rpc/jsonrpc/all_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2872
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/rpc/jsonrpc/client.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2873
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/rpc/jsonrpc/server.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2874
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/rpc/server.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2875
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/rpc/server_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2876
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sendfile_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2877
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sendfile_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2878
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sendfile_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2879
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sendfile_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2880
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sendfile_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2881
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sendfile_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2882
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/server_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2883
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/smtp/auth.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2884
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/smtp/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2885
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/smtp/smtp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2886
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/smtp/smtp_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2887
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sock_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2888
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sock_cloexec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2889
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sock_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2890
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sock_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2891
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sock_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2892
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sock_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2893
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sock_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2894
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockopt_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2895
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockopt_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2896
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockopt_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2897
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockopt_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2898
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockopt_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2899
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockopt_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2900
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockopt_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2901
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockoptip_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2902
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockoptip_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2903
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockoptip_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2904
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockoptip_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2905
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sockoptip_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2906
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/sys_cloexec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2907
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcp_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2908
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsock.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2909
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsock_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2910
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsock_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2911
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsockopt_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2912
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsockopt_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2913
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsockopt_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2914
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsockopt_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2915
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsockopt_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2916
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsockopt_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2917
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsockopt_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2918
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsockopt_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2919
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/tcpsockopt_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2920
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/domain-resolv.conf
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2921
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/empty-resolv.conf
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2922
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/hosts
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2923
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/igmp
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2924
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/igmp6
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2925
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/ipv4-hosts
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2926
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/ipv6-hosts
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2927
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/openbsd-resolv.conf
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2928
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/resolv.conf
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2929
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/search-resolv.conf
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2930
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/testdata/singleline-hosts
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2931
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/textproto/header.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2932
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/textproto/pipeline.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2933
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/textproto/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2934
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/textproto/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2935
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/textproto/textproto.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2936
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/textproto/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2937
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/textproto/writer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2938
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/timeout_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2939
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/udp_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2940
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/udpsock.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2941
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/udpsock_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2942
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/udpsock_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2943
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2944
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/unixsock.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2945
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/unixsock_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2946
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/unixsock_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2947
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/url/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2948
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/url/url.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2949
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/net/url/url_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2950
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/dir_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2951
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/dir_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2952
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/dir_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2953
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2954
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/env.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2955
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/env_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2956
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/env_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2957
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/error.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2958
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/error_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2959
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/error_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2960
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/error_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2961
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/error_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2962
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2963
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2964
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/exec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2965
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/exec_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2966
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/exec_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2967
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/lp_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2968
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/lp_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2969
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/lp_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2970
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/lp_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2971
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/lp_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2972
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec/lp_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2973
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2974
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2975
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2976
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/exec_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2977
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2978
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/file.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2979
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/file_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2980
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/file_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2981
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/file_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2982
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/file_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2983
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/getwd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2984
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/getwd_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2985
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/os_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2986
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/os_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2987
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/os_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2988
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/path.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2989
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/path_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2990
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/path_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2991
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/path_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2992
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/path_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2993
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/pipe_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2994
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/pipe_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2995
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/proc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2996
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/signal/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2997
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/signal/sig.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2998
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/signal/signal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  2999
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/signal/signal_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3000
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/signal/signal_plan9_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3001
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/signal/signal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3002
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/signal/signal_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3003
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/signal/signal_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3004
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3005
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3006
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3007
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3008
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3009
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3010
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3011
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3012
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3013
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/stat_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3014
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sticky_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3015
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sticky_notbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3016
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/str.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3017
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sys_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3018
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sys_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3019
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sys_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3020
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sys_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3021
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sys_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3022
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sys_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3023
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sys_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3024
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sys_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3025
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/sys_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3026
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/types.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3027
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/types_notwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3028
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/types_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3029
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/user/lookup.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3030
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/user/lookup_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3031
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/user/lookup_stubs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3032
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/user/lookup_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3033
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/user/lookup_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3034
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/user/user.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3035
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/os/user/user_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3036
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3037
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/example_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3038
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3039
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/match.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3040
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/match_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3041
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/path.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3042
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/path_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3043
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/path_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3044
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/path_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3045
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/path_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3046
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/path_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3047
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/symlink.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3048
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/symlink_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3049
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/filepath/symlink_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3050
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/match.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3051
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/match_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3052
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/path.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3053
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/path/path_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3054
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/race.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3055
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/race.bat
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3056
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/all_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3057
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/asm_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3058
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/asm_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3059
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/asm_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3060
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/asm_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3061
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/asm_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3062
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/asm_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3063
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/deepequal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3064
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3065
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3066
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/makefunc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3067
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/set_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3068
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/tostring_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3069
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/type.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3070
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/reflect/value.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3071
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/all_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3072
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/backtrack.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3073
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3074
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/exec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3075
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/exec2_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3076
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/exec_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3077
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/find_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3078
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/onepass.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3079
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/onepass_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3080
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/regexp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3081
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/compile.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3082
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3083
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/make_perl_groups.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3084
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/parse.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3085
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/parse_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3086
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/perl_groups.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3087
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3088
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/prog_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3089
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/regexp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3090
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/simplify.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3091
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/syntax/simplify_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3092
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/testdata/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3093
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/testdata/basic.dat
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3094
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/testdata/nullsubexpr.dat
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3095
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/testdata/re2-exhaustive.txt.bz2
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3096
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/testdata/re2-search.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3097
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/testdata/repetition.dat
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3098
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/regexp/testdata/testregex.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3099
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/run.bash
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3100
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/run.bat
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3101
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/run.rc
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3102
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/Makefile
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3103
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/alg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3104
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/append_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3105
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch1_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3106
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch1_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3107
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch1_amd64p32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3108
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch1_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3109
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch1_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3110
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch1_ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3111
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch1_ppc64le.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3112
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3113
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3114
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch_amd64p32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3115
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3116
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3117
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch_ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3118
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/arch_ppc64le.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3119
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/asm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3120
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/asm_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3121
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/asm_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3122
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/asm_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3123
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/asm_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3124
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/asm_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3125
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/asm_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3126
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/atomic_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3127
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/atomic_amd64x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3128
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/atomic_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3129
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/atomic_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3130
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/atomic_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3131
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/atomic_pointer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3132
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/atomic_ppc64x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3133
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/atomic_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3134
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/atomic_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3135
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3136
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/asm_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3137
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/asm_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3138
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/asm_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3139
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/asm_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3140
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/asm_nacl_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3141
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/asm_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3142
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/callbacks.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3143
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/cgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3144
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3145
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3146
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_386.S
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3147
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_amd64.S
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3148
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_android.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3149
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_android_arm.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3150
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_arm.S
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3151
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_arm64.S
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3152
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_darwin_386.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3153
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_darwin_amd64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3154
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_darwin_arm.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3155
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_darwin_arm64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3156
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_dragonfly_amd64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3157
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_fatalf.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3158
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_freebsd_386.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3159
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_freebsd_amd64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3160
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_freebsd_arm.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3161
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_libinit.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3162
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_libinit_linux_ppc64x.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3163
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_libinit_openbsd.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3164
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_libinit_windows.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3165
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_linux_386.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3166
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_linux_amd64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3167
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_linux_arm.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3168
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_linux_arm64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3169
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_linux_ppc64x.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3170
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_netbsd_386.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3171
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_netbsd_amd64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3172
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_netbsd_arm.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3173
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_openbsd_386.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3174
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_openbsd_amd64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3175
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_ppc64x.S
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3176
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_setenv.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3177
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_signal_darwin_armx.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3178
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_signal_darwin_lldb.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3179
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_solaris_amd64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3180
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_util.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3181
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_windows_386.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3182
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/gcc_windows_amd64.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3183
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/iscgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3184
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/libcgo.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3185
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3186
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3187
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/setenv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3188
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/signal_darwin_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3189
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/signal_darwin_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3190
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgo/signal_darwin_armx.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3191
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgocall.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3192
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cgocallback.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3193
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/chan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3194
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/chan_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3195
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/chanbarrier_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3196
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/closure_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3197
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/compiler.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3198
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/complex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3199
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/complex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3200
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cpuprof.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3201
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/cputicks.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3202
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/crash_cgo_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3203
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/crash_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3204
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/crash_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3205
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/debug.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3206
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/debug/debug.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3207
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/debug/garbage.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3208
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/debug/garbage_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3209
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/debug/heapdump_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3210
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/debug/stack.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3211
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/debug/stack_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3212
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/debug/stubs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3213
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/debug/stubs.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3214
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs1_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3215
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs1_netbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3216
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs1_netbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3217
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs1_netbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3218
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs1_solaris_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3219
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs2_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3220
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs3_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3221
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_arm_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3222
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3223
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_darwin_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3224
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_darwin_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3225
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_darwin_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3226
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_darwin_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3227
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3228
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_dragonfly_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3229
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3230
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_freebsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3231
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_freebsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3232
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_freebsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3233
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3234
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_linux_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3235
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_linux_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3236
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_linux_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3237
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_linux_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3238
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_linux_ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3239
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_linux_ppc64le.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3240
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_nacl_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3241
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_nacl_amd64p32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3242
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_nacl_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3243
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3244
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_netbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3245
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_netbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3246
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_netbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3247
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3248
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_openbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3249
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_openbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3250
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_openbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3251
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_plan9_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3252
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_plan9_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3253
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3254
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_solaris_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3255
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3256
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_windows_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3257
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/defs_windows_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3258
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/duff_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3259
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/duff_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3260
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/duff_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3261
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/duff_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3262
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/duff_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3263
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/env_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3264
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/env_posix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3265
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/env_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3266
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/error.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3267
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/export_arm_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3268
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/export_futex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3269
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/export_linux_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3270
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3271
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/export_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3272
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/extern.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3273
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/funcdata.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3274
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/futex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3275
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/gc_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3276
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/gcinfo_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3277
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/gengoos.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3278
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/go_tls.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3279
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/hash32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3280
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/hash64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3281
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/hash_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3282
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/hashmap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3283
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/hashmap_fast.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3284
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/heapdump.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3285
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/iface.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3286
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/iface_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3287
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/lfstack.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3288
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/lfstack_32bit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3289
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/lfstack_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3290
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/lfstack_darwin_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3291
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/lfstack_linux_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3292
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/lfstack_linux_ppc64x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3293
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/lfstack_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3294
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/lock_futex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3295
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/lock_sema.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3296
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/malloc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3297
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/malloc_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3298
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/map_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3299
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mapspeed_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3300
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mbarrier.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3301
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mbitmap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3302
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mcache.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3303
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mcentral.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3304
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mem_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3305
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mem_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3306
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mem_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3307
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mem_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3308
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mem_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3309
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memclr_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3310
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memclr_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3311
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memclr_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3312
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memclr_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3313
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memclr_plan9_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3314
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memclr_plan9_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3315
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memclr_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3316
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3317
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3318
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3319
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3320
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_linux_amd64_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3321
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_nacl_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3322
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_plan9_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3323
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_plan9_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3324
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3325
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/memmove_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3326
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mfinal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3327
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mfinal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3328
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mfixalloc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3329
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mgc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3330
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mgcmark.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3331
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mgcsweep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3332
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mgcwork.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3333
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mheap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3334
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mkduff.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3335
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mknacl.sh
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3336
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mprof.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3337
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/msize.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3338
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/mstats.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3339
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/netpoll.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3340
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/netpoll_epoll.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3341
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/netpoll_kqueue.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3342
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/netpoll_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3343
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/netpoll_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3344
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/netpoll_stub.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3345
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/netpoll_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3346
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/noasm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3347
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/norace_linux_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3348
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/norace_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3349
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3350
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3351
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3352
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3353
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3354
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3355
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_netbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3356
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_netbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3357
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3358
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3359
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os1_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3360
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3361
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3362
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3363
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3364
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3365
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3366
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3367
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3368
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3369
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os2_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3370
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os3_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3371
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os3_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3372
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_android_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3373
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3374
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_darwin_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3375
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_darwin_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3376
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3377
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3378
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_freebsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3379
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3380
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_linux_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3381
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_linux_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3382
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_linux_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3383
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3384
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_nacl_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3385
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3386
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_netbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3387
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3388
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_openbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3389
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3390
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3391
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/os_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3392
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/panic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3393
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/panic1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3394
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/parfor.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3395
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/parfor_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3396
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/pprof/mprof_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3397
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/pprof/pprof.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3398
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/pprof/pprof_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3399
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/print1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3400
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/print1_write.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3401
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/print1_write_android.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3402
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/proc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3403
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/proc1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3404
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/proc_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3405
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3406
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/README
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3407
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3408
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/output_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3409
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/race.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3410
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/race_darwin_amd64.syso
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3411
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/race_freebsd_amd64.syso
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3412
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/race_linux_amd64.syso
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3413
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/race_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3414
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/race_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3415
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/race_windows_amd64.syso
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3416
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/sched_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3417
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/atomic_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3418
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/cgo_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3419
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/cgo_test_main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3420
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/chan_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3421
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/comp_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3422
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/finalizer_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3423
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/io_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3424
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/issue12225_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3425
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/map_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3426
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/mop_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3427
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/mutex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3428
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/regression_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3429
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/rwmutex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3430
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/select_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3431
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/slice_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3432
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/sync_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3433
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race/testdata/waitgroup_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3434
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3435
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3436
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/race_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3437
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rdebug.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3438
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_android_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3439
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_darwin_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3440
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_darwin_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3441
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_darwin_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3442
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_darwin_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3443
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_dragonfly_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3444
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_freebsd_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3445
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_freebsd_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3446
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_freebsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3447
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_linux_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3448
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_linux_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3449
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_linux_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3450
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_linux_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3451
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_linux_ppc64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3452
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_linux_ppc64le.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3453
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_nacl_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3454
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_nacl_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3455
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_nacl_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3456
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_netbsd_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3457
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_netbsd_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3458
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_netbsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3459
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_openbsd_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3460
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_openbsd_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3461
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_openbsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3462
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_plan9_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3463
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_plan9_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3464
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_solaris_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3465
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_windows_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3466
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rt0_windows_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3467
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/rune.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3468
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/runtime-gdb.py
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3469
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/runtime-gdb_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3470
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/runtime.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3471
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/runtime1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3472
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/runtime2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3473
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/runtime_linux_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3474
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/runtime_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3475
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/runtime_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3476
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/select.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3477
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sema.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3478
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal1_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3479
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3480
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_amd64x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3481
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3482
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3483
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3484
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_darwin_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3485
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_darwin_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3486
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_darwin_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3487
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_darwin_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3488
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3489
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_dragonfly_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3490
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3491
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_freebsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3492
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_freebsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3493
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_freebsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3494
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3495
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_linux_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3496
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_linux_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3497
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_linux_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3498
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_linux_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3499
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_linux_ppc64x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3500
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3501
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_nacl_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3502
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_nacl_amd64p32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3503
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_nacl_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3504
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3505
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_netbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3506
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_netbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3507
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_netbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3508
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3509
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_openbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3510
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_openbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3511
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_openbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3512
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3513
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_ppc64x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3514
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3515
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_solaris_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3516
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3517
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/signal_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3518
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sigpanic_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3519
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sigqueue.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3520
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sigqueue_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3521
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/slice.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3522
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/softfloat64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3523
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/softfloat64_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3524
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/softfloat_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3525
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sqrt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3526
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sqrt_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3527
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/stack1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3528
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/stack2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3529
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/stack_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3530
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/string.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3531
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/string1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3532
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/string_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3533
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/stubs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3534
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/stubs2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3535
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/stubs32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3536
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/stubs_android.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3537
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/symtab.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3538
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/symtab_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3539
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3540
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3541
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_darwin_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3542
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_darwin_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3543
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_darwin_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3544
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_darwin_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3545
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_dragonfly_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3546
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_freebsd_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3547
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_freebsd_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3548
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_freebsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3549
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_linux_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3550
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_linux_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3551
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_linux_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3552
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_linux_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3553
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_linux_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3554
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_nacl_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3555
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_nacl_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3556
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_nacl_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3557
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_netbsd_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3558
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_netbsd_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3559
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_netbsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3560
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_openbsd_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3561
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_openbsd_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3562
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_openbsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3563
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_plan9_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3564
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_plan9_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3565
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_ppc64x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3566
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_solaris_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3567
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_windows_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3568
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_windows_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3569
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/sys_x86.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3570
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/syscall2_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3571
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/syscall_nacl.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3572
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/syscall_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3573
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/syscall_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3574
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/syscall_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3575
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/textflag.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3576
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/time.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3577
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/tls_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3578
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/tls_arm64.h
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3579
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/tls_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3580
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/tls_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3581
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/trace.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3582
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/trace/trace.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3583
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/trace/trace_stack_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3584
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/trace/trace_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3585
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/traceback.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3586
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/type.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3587
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/typekind.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3588
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/typekind1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3589
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/unaligned1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3590
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/unaligned2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3591
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/vdso_linux_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3592
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/vdso_none.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3593
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/vlop_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3594
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/vlop_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3595
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/vlop_arm_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3596
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/vlrt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3597
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/wbfat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3598
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/wbfat_gen.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3599
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/wincallback.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3600
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zcallback_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3601
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zcallback_windows.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3602
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoarch_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3603
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoarch_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3604
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoarch_amd64p32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3605
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoarch_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3606
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoarch_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3607
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoarch_ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3608
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoarch_ppc64le.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3609
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_android.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3610
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3611
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3612
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3613
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3614
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3615
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3616
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3617
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3618
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3619
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zgoos_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3620
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/runtime/zversion.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3621
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/example_interface_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3622
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/example_keys_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3623
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/example_multi_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3624
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3625
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/example_wrapper_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3626
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3627
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/search.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3628
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/search_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3629
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/sort.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3630
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sort/sort_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3631
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/atob.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3632
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/atob_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3633
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/atof.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3634
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/atof_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3635
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/atoi.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3636
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/atoi_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3637
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/decimal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3638
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/decimal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3639
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3640
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3641
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/extfloat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3642
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/fp_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3643
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/ftoa.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3644
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/ftoa_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3645
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/internal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3646
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/isprint.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3647
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/itoa.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3648
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/itoa_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3649
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/makeisprint.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3650
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/quote.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3651
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/quote_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3652
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/strconv_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3653
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strconv/testdata/testfp.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3654
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/compare.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3655
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/compare_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3656
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3657
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3658
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3659
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/reader_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3660
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/replace.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3661
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/replace_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3662
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/search.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3663
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/search_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3664
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/strings.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3665
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/strings.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3666
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/strings_decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3667
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/strings/strings_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3668
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/64bit_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3669
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3670
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3671
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3672
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3673
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3674
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_darwin_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3675
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_freebsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3676
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_linux_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3677
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_nacl_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3678
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_netbsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3679
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_openbsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3680
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/asm_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3681
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/atomic_linux_arm_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3682
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/atomic_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3683
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3684
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/export_linux_arm_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3685
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/race.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3686
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/value.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3687
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/atomic/value_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3688
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/cond.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3689
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/cond_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3690
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3691
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3692
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/mutex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3693
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/mutex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3694
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/once.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3695
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/once_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3696
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/pool.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3697
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/pool_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3698
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/race.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3699
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/race0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3700
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/runtime.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3701
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/runtime_sema_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3702
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/rwmutex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3703
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/rwmutex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3704
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/waitgroup.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3705
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/sync/waitgroup_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3706
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3707
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_darwin_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3708
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_darwin_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3709
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_darwin_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3710
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_darwin_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3711
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_dragonfly_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3712
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_freebsd_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3713
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_freebsd_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3714
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_freebsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3715
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_linux_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3716
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_linux_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3717
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_linux_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3718
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_linux_arm64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3719
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_linux_ppc64x.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3720
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_nacl_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3721
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_nacl_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3722
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_nacl_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3723
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_netbsd_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3724
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_netbsd_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3725
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_netbsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3726
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_openbsd_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3727
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_openbsd_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3728
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_openbsd_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3729
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_plan9_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3730
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_plan9_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3731
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/asm_solaris_amd64.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3732
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/bpf_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3733
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/const_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3734
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/creds_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3735
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/dir_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3736
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/dll_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3737
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/env_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3738
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/env_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3739
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/env_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3740
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/errors_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3741
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/exec_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3742
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/exec_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3743
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/exec_linux_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3744
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/exec_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3745
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/exec_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3746
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/exec_solaris_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3747
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/exec_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3748
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/exec_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3749
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/exec_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3750
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3751
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/export_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3752
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/fd_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3753
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/flock.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3754
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/flock_linux_32bit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3755
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/fs_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3756
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/lsf_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3757
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mkall.sh
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3758
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mkerrors.sh
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3759
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksyscall.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3760
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksyscall_solaris.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3761
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksyscall_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3762
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksysctl_openbsd.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3763
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksysnum_darwin.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3764
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksysnum_dragonfly.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3765
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksysnum_freebsd.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3766
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksysnum_linux.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3767
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksysnum_netbsd.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3768
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksysnum_openbsd.pl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3769
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mksysnum_plan9.sh
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3770
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/mmap_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3771
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/net_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3772
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/netlink_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3773
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/pwd_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3774
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/race.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3775
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/race0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3776
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3777
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_bsd_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3778
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3779
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3780
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3781
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_freebsd_32bit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3782
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_freebsd_64bit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3783
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_ifma_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3784
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3785
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_noifma_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3786
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/route_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3787
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/security_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3788
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/sockcmsg_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3789
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/sockcmsg_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3790
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/srpc_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3791
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/str.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3792
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3793
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_bsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3794
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_bsd_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3795
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3796
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_darwin_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3797
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_darwin_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3798
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_darwin_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3799
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_darwin_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3800
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3801
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_dragonfly_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3802
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3803
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_freebsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3804
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_freebsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3805
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_freebsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3806
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3807
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_linux_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3808
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_linux_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3809
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_linux_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3810
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_linux_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3811
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_linux_ppc64x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3812
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_linux_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3813
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3814
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_nacl_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3815
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_nacl_amd64p32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3816
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_nacl_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3817
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3818
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_netbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3819
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_netbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3820
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_netbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3821
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_no_getwd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3822
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3823
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_openbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3824
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_openbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3825
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_openbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3826
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3827
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3828
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_solaris_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3829
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3830
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3831
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_unix_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3832
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3833
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_windows_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3834
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_windows_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3835
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/syscall_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3836
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/tables_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3837
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/time_nacl_386.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3838
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/time_nacl_amd64p32.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3839
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/time_nacl_arm.s
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3840
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/types_darwin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3841
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/types_dragonfly.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3842
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/types_freebsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3843
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/types_linux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3844
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/types_netbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3845
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/types_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3846
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/types_solaris.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3847
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/unzip_nacl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3848
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_darwin_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3849
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_darwin_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3850
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_darwin_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3851
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_darwin_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3852
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_dragonfly_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3853
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_freebsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3854
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_freebsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3855
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_freebsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3856
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_linux_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3857
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_linux_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3858
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_linux_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3859
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_linux_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3860
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_linux_ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3861
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_linux_ppc64le.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3862
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_netbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3863
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_netbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3864
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_netbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3865
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_openbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3866
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_openbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3867
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_openbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3868
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_solaris_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3869
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3870
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_windows_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3871
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zerrors_windows_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3872
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_darwin_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3873
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_darwin_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3874
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_darwin_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3875
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_darwin_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3876
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_dragonfly_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3877
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_freebsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3878
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_freebsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3879
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_freebsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3880
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_linux_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3881
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_linux_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3882
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_linux_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3883
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_linux_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3884
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_linux_ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3885
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_linux_ppc64le.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3886
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_nacl_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3887
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_nacl_amd64p32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3888
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_nacl_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3889
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_netbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3890
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_netbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3891
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_netbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3892
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_openbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3893
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_openbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3894
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_openbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3895
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_plan9_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3896
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_plan9_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3897
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_solaris_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3898
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsyscall_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3899
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysctl_openbsd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3900
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_darwin_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3901
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_darwin_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3902
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_darwin_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3903
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_darwin_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3904
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_dragonfly_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3905
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_freebsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3906
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_freebsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3907
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_freebsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3908
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_linux_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3909
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_linux_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3910
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_linux_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3911
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_linux_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3912
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_linux_ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3913
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_linux_ppc64le.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3914
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_netbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3915
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_netbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3916
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_netbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3917
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_openbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3918
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_openbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3919
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_openbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3920
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3921
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_solaris_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3922
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_windows_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3923
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/zsysnum_windows_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3924
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_darwin_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3925
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_darwin_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3926
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_darwin_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3927
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_darwin_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3928
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_dragonfly_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3929
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_freebsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3930
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_freebsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3931
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_freebsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3932
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_linux_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3933
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_linux_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3934
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_linux_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3935
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_linux_arm64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3936
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_linux_ppc64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3937
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_linux_ppc64le.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3938
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_netbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3939
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_netbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3940
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_netbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3941
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_openbsd_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3942
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_openbsd_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3943
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_openbsd_arm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3944
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_solaris_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3945
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3946
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_windows_386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3947
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/syscall/ztypes_windows_amd64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3948
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/allocs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3949
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/allocs_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3950
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/benchmark.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3951
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/benchmark_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3952
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/cover.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3953
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/example.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3954
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3955
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/iotest/logger.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3956
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/iotest/reader.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3957
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/iotest/writer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3958
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/quick/quick.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3959
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/quick/quick_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3960
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/testing.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3961
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/testing/testing_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3962
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/scanner/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3963
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/scanner/scanner.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3964
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/scanner/scanner_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3965
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/tabwriter/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3966
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/tabwriter/tabwriter.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3967
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/tabwriter/tabwriter_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3968
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/doc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3969
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3970
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/examplefiles_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3971
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/examplefunc_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3972
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/exec.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3973
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/exec_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3974
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/funcs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3975
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/helper.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3976
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/multi_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3977
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/option.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3978
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/parse/lex.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3979
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/parse/lex_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3980
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/parse/node.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3981
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/parse/parse.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3982
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/parse/parse_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3983
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/template.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3984
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/testdata/file1.tmpl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3985
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/testdata/file2.tmpl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3986
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/testdata/tmpl1.tmpl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3987
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/text/template/testdata/tmpl2.tmpl
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3988
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3989
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3990
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/export_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3991
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/format.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3992
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/format_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3993
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/genzabbrs.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3994
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/internal_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3995
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/sleep.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3996
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/sleep_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3997
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/sys_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3998
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/sys_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  3999
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/sys_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4000
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/tick.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4001
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/tick_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4002
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/time.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4003
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/time_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4004
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/zoneinfo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4005
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/zoneinfo_abbrs_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4006
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/zoneinfo_ios.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4007
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/zoneinfo_plan9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4008
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/zoneinfo_read.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4009
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/zoneinfo_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4010
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/zoneinfo_unix.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4011
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/zoneinfo_windows.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4012
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/time/zoneinfo_windows_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4013
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/casetables.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4014
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/digit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4015
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/digit_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4016
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/graphic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4017
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/graphic_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4018
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/letter.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4019
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/letter_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4020
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/maketables.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4021
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/script_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4022
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/tables.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4023
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/utf16/export_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4024
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/utf16/utf16.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4025
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/utf16/utf16_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4026
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/utf8/example_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4027
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/utf8/utf8.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4028
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unicode/utf8/utf8_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4029
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/src/unsafe/unsafe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4030
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/235.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4031
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/64bit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4032
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/alias.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4033
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/alias1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4034
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/append.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4035
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/args.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4036
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/assign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4037
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/assign1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4038
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/garbage/Makefile
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4039
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/garbage/parser.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4040
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/garbage/peano.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4041
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/garbage/stats.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4042
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/garbage/tree.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4043
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/garbage/tree2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4044
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/binarytree_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4045
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/fannkuch_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4046
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/fasta_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4047
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/fmt_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4048
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/gob_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4049
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/gzip_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4050
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/http_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4051
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/json_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4052
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/jsondata_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4053
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/mandel_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4054
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/parser_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4055
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/parserdata_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4056
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/regexp_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4057
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/revcomp_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4058
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/template_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4059
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/go1/time_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4060
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/binary-tree-freelist.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4061
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/binary-tree-freelist.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4062
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/binary-tree.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4063
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/binary-tree.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4064
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/binary-tree.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4065
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/chameneosredux.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4066
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/chameneosredux.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4067
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/chameneosredux.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4068
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/fannkuch-parallel.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4069
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/fannkuch-parallel.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4070
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/fannkuch.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4071
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/fannkuch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4072
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/fannkuch.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4073
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/fasta-1000.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4074
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/fasta.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4075
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/fasta.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4076
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/fasta.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4077
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/k-nucleotide-parallel.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4078
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/k-nucleotide-parallel.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4079
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/k-nucleotide.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4080
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/k-nucleotide.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4081
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/k-nucleotide.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4082
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/mandelbrot.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4083
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/mandelbrot.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4084
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/mandelbrot.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4085
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/meteor-contest.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4086
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/meteor-contest.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4087
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/meteor-contest.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4088
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/nbody.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4089
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/nbody.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4090
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/nbody.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4091
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/pidigits.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4092
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/pidigits.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4093
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/pidigits.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4094
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/regex-dna-parallel.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4095
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/regex-dna-parallel.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4096
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/regex-dna.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4097
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/regex-dna.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4098
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/regex-dna.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4099
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/reverse-complement.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4100
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/reverse-complement.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4101
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/reverse-complement.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4102
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/spectral-norm-parallel.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4103
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/spectral-norm.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4104
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/spectral-norm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4105
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/spectral-norm.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4106
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/threadring.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4107
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/threadring.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4108
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/threadring.txt
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4109
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/timing.log
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4110
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bench/shootout/timing.sh
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4111
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bigalg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4112
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bigmap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4113
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/blank.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4114
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/blank1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4115
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bom.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4116
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bombad.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4117
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bounds.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4118
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bugs/bug395.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4119
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/bugs/placeholder
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4120
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/doubleselect.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4121
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/fifo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4122
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/goroutines.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4123
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/nonblock.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4124
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/perm.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4125
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/powser1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4126
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/powser2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4127
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/select.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4128
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/select2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4129
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/select3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4130
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/select4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4131
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/select5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4132
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/select6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4133
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/select7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4134
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/sendstmt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4135
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/sieve1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4136
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/sieve2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4137
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chan/zerosize.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4138
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chancap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4139
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/chanlinear.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4140
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/char_lit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4141
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/char_lit1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4142
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/clearfat.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4143
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/closedchan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4144
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/closure.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4145
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/closure1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4146
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/closure2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4147
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/cmp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4148
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/cmp6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4149
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/cmplx.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4150
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/cmplxdivide.c
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4151
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/cmplxdivide.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4152
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/cmplxdivide1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4153
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/complit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4154
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/complit1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4155
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/compos.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4156
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/const.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4157
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/const1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4158
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/const2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4159
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/const3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4160
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/const4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4161
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/const5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4162
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/const6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4163
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/convT2X.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4164
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/convert.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4165
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/convert1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4166
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/convert3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4167
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/convlit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4168
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/convlit1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4169
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/copy.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4170
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/crlf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4171
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ddd.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4172
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ddd1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4173
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ddd2.dir/ddd2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4174
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ddd2.dir/ddd3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4175
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ddd2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4176
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/decl.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4177
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/declbad.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4178
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/defer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4179
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/deferfin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4180
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/deferprint.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4181
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/deferprint.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4182
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/divide.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4183
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/divmod.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4184
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4185
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4186
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z10.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4187
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z11.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4188
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z12.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4189
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z13.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4190
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z14.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4191
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z15.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4192
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z16.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4193
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z17.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4194
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z18.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4195
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z19.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4196
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4197
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z20.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4198
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4199
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4200
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4201
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4202
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4203
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z8.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4204
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.dir/z9.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4205
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/dwarf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4206
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/dwarf/linedirectives.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4207
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/empty.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4208
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/env.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4209
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/eof.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4210
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/eof1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4211
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/errchk mode=0555
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4212
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4213
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4214
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape2n.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4215
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4216
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4217
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4218
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_array.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4219
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_calls.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4220
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_closure.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4221
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_field.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4222
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_iface.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4223
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_indir.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4224
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_level.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4225
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_map.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4226
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_param.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4227
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_slice.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4228
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_struct_param1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4229
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_struct_param2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4230
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/escape_struct_return.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4231
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fibo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4232
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug000.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4233
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug002.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4234
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug003.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4235
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug004.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4236
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug005.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4237
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug006.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4238
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug007.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4239
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug008.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4240
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug009.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4241
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug010.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4242
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug011.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4243
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug012.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4244
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug013.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4245
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug014.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4246
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug015.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4247
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug016.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4248
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug017.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4249
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug020.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4250
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug021.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4251
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug022.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4252
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug023.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4253
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug024.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4254
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug026.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4255
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug027.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4256
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug028.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4257
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug030.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4258
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug031.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4259
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug035.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4260
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug037.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4261
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug039.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4262
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug040.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4263
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug045.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4264
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug046.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4265
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug047.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4266
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug048.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4267
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug049.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4268
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug050.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4269
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug051.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4270
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug052.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4271
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug053.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4272
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug054.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4273
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug055.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4274
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug056.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4275
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug057.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4276
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug058.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4277
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug059.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4278
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug060.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4279
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug061.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4280
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug062.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4281
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug063.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4282
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug064.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4283
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug065.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4284
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug066.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4285
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug067.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4286
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug068.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4287
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug069.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4288
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug070.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4289
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug071.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4290
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug072.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4291
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug073.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4292
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug074.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4293
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug075.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4294
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug076.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4295
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug077.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4296
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug078.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4297
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug080.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4298
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug081.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4299
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug082.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4300
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug083.dir/bug0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4301
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug083.dir/bug1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4302
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug083.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4303
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug084.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4304
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug085.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4305
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug086.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4306
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug087.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4307
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug088.dir/bug0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4308
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug088.dir/bug1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4309
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug088.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4310
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug089.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4311
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug090.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4312
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug091.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4313
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug092.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4314
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug093.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4315
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug094.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4316
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug096.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4317
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug097.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4318
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug098.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4319
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug099.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4320
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug101.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4321
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug102.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4322
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug103.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4323
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug104.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4324
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug106.dir/bug0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4325
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug106.dir/bug1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4326
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug106.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4327
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug107.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4328
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug108.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4329
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug109.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4330
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug110.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4331
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug111.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4332
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug112.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4333
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug113.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4334
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug114.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4335
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug115.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4336
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug116.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4337
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug117.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4338
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug118.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4339
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug119.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4340
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug120.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4341
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug121.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4342
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug122.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4343
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug123.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4344
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug126.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4345
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug127.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4346
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug128.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4347
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug129.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4348
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug130.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4349
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug131.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4350
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug132.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4351
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug133.dir/bug0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4352
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug133.dir/bug1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4353
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug133.dir/bug2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4354
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug133.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4355
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug135.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4356
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug136.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4357
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug137.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4358
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug139.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4359
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug140.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4360
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug141.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4361
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug142.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4362
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug143.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4363
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug144.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4364
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug145.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4365
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug146.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4366
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug147.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4367
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug148.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4368
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug149.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4369
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug150.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4370
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug151.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4371
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug1515.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4372
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug152.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4373
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug154.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4374
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug155.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4375
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug156.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4376
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug157.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4377
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug158.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4378
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug159.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4379
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug160.dir/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4380
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug160.dir/y.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4381
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug160.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4382
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug161.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4383
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug163.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4384
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug164.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4385
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug165.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4386
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug167.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4387
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug168.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4388
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug169.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4389
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug170.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4390
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug171.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4391
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug172.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4392
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug173.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4393
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug174.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4394
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug175.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4395
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug176.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4396
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug177.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4397
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug178.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4398
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug179.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4399
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug180.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4400
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug181.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4401
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug182.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4402
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug183.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4403
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug184.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4404
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug185.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4405
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug186.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4406
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug187.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4407
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug188.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4408
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug189.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4409
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug190.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4410
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug191.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4411
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug191.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4412
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug191.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4413
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug191.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4414
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug192.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4415
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug193.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4416
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug194.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4417
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug195.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4418
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug196.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4419
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug197.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4420
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug198.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4421
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug199.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4422
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug200.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4423
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug201.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4424
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug202.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4425
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug203.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4426
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug204.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4427
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug205.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4428
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug206.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4429
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug206.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4430
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug207.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4431
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug208.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4432
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug209.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4433
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug211.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4434
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug212.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4435
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug213.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4436
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug214.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4437
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug215.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4438
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug216.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4439
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug217.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4440
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug218.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4441
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug219.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4442
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug221.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4443
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug222.dir/chanbug.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4444
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug222.dir/chanbug2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4445
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug222.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4446
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug223.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4447
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug224.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4448
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug225.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4449
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug227.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4450
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug228.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4451
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug229.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4452
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug230.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4453
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug231.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4454
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug232.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4455
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug233.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4456
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug234.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4457
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug235.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4458
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug236.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4459
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug237.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4460
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug238.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4461
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug239.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4462
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug240.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4463
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug241.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4464
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug242.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4465
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug243.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4466
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug244.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4467
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug245.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4468
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug246.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4469
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug247.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4470
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug248.dir/bug0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4471
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug248.dir/bug1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4472
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug248.dir/bug2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4473
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug248.dir/bug3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4474
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug248.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4475
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug249.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4476
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug250.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4477
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug251.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4478
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug252.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4479
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug253.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4480
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug254.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4481
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug255.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4482
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug256.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4483
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug257.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4484
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug258.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4485
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug259.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4486
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug260.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4487
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug261.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4488
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug262.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4489
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug263.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4490
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug264.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4491
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug265.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4492
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug266.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4493
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug267.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4494
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug269.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4495
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug271.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4496
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug272.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4497
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug273.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4498
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug274.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4499
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug275.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4500
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug276.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4501
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug277.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4502
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug278.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4503
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug279.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4504
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug280.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4505
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug281.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4506
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug282.dir/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4507
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug282.dir/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4508
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug282.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4509
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug283.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4510
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug284.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4511
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug285.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4512
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug286.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4513
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug287.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4514
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug288.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4515
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug289.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4516
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug290.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4517
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug291.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4518
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug292.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4519
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug293.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4520
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug294.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4521
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug295.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4522
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug296.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4523
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug297.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4524
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug298.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4525
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug299.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4526
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug300.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4527
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug301.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4528
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug302.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4529
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug302.dir/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4530
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug302.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4531
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug303.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4532
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug304.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4533
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug305.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4534
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug306.dir/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4535
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug306.dir/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4536
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug306.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4537
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug307.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4538
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug308.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4539
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug309.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4540
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug311.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4541
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug312.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4542
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug313.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4543
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug313.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4544
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug313.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4545
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug314.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4546
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug315.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4547
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug316.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4548
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug317.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4549
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug318.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4550
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug319.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4551
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug320.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4552
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug321.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4553
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug322.dir/lib.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4554
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug322.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4555
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug322.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4556
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug323.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4557
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug324.dir/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4558
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug324.dir/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4559
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug324.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4560
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug325.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4561
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug326.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4562
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug327.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4563
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug328.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4564
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug328.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4565
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug329.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4566
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug330.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4567
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug331.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4568
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug332.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4569
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug333.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4570
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug334.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4571
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug335.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4572
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug335.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4573
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug335.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4574
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug336.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4575
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug337.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4576
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug338.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4577
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug339.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4578
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug340.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4579
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug341.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4580
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug342.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4581
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug343.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4582
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug344.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4583
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug345.dir/io.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4584
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug345.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4585
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug345.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4586
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug346.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4587
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug347.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4588
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug348.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4589
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug349.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4590
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug350.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4591
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug351.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4592
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug352.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4593
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug353.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4594
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug354.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4595
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug355.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4596
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug356.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4597
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug357.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4598
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug358.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4599
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug361.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4600
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug362.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4601
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug363.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4602
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug364.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4603
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug365.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4604
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug366.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4605
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug367.dir/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4606
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug367.dir/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4607
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug367.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4608
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug368.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4609
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug369.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4610
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug369.dir/pkg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4611
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug369.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4612
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug370.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4613
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug371.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4614
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug372.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4615
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug373.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4616
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug374.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4617
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug375.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4618
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug376.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4619
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug377.dir/one.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4620
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug377.dir/two.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4621
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug377.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4622
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug378.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4623
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug379.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4624
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug380.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4625
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug381.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4626
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug382.dir/pkg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4627
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug382.dir/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4628
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug382.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4629
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug383.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4630
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug384.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4631
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug385_32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4632
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug385_64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4633
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug386.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4634
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug387.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4635
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug388.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4636
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug389.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4637
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug390.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4638
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug391.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4639
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug392.dir/one.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4640
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug392.dir/pkg2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4641
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug392.dir/pkg3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4642
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug392.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4643
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug393.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4644
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug394.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4645
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug396.dir/one.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4646
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug396.dir/two.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4647
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug396.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4648
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug397.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4649
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug398.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4650
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug399.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4651
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug401.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4652
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug402.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4653
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug403.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4654
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug404.dir/one.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4655
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug404.dir/two.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4656
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug404.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4657
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug405.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4658
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug406.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4659
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug407.dir/one.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4660
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug407.dir/two.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4661
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug407.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4662
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug409.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4663
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug409.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4664
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug410.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4665
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug411.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4666
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug412.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4667
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug413.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4668
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug414.dir/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4669
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug414.dir/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4670
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug414.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4671
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug415.dir/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4672
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug415.dir/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4673
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug415.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4674
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug416.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4675
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug417.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4676
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug418.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4677
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug419.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4678
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug420.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4679
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug421.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4680
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug422.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4681
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug423.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4682
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug424.dir/lib.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4683
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug424.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4684
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug424.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4685
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug425.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4686
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug426.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4687
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug427.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4688
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug428.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4689
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug429.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4690
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug429_run.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4691
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug430.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4692
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug431.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4693
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug432.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4694
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug433.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4695
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug434.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4696
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug435.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4697
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug436.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4698
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug437.dir/one.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4699
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug437.dir/two.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4700
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug437.dir/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4701
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug437.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4702
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug438.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4703
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug439.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4704
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug440_32.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4705
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug440_64.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4706
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug441.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4707
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug442.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4708
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug443.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4709
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug444.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4710
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug445.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4711
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug446.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4712
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug447.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4713
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug448.dir/pkg1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4714
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug448.dir/pkg2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4715
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug448.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4716
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug449.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4717
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug450.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4718
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug451.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4719
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug452.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4720
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug453.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4721
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug454.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4722
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug455.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4723
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug456.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4724
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug457.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4725
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug458.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4726
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug459.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4727
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug460.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4728
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug460.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4729
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug460.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4730
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug461.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4731
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug462.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4732
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug463.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4733
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug464.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4734
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug465.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4735
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug465.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4736
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug465.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4737
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug466.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4738
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug466.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4739
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug466.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4740
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug467.dir/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4741
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug467.dir/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4742
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug467.dir/p3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4743
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug467.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4744
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug468.dir/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4745
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug468.dir/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4746
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug468.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4747
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug470.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4748
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug471.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4749
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug472.dir/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4750
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug472.dir/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4751
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug472.dir/z.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4752
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug472.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4753
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug473.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4754
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug474.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4755
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug475.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4756
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug476.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4757
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug477.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4758
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug478.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4759
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug478.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4760
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug478.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4761
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug479.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4762
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug479.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4763
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug479.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4764
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug480.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4765
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug480.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4766
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug480.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4767
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug481.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4768
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug482.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4769
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug483.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4770
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug484.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4771
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug485.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4772
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug486.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4773
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug487.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4774
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug488.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4775
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug488.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4776
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug488.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4777
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug489.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4778
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug490.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4779
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug491.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4780
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug492.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4781
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug492.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4782
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug492.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4783
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug493.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4784
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug494.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4785
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/bug495.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4786
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61204.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4787
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61244.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4788
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61246.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4789
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61248.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4790
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61253.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4791
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61254.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4792
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61255.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4793
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61258.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4794
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61264.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4795
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61265.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4796
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc61273.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4797
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/gcc65755.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4798
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10047.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4799
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10066.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4800
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10066.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4801
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10066.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4802
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10135.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4803
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10219.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4804
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10219.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4805
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10219.dir/c.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4806
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10219.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4807
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10253.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4808
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10284.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4809
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10320.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4810
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10332.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4811
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10353.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4812
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10407.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4813
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10441.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4814
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10486.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4815
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10607.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4816
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10607a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4817
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10654.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4818
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10700.dir/other.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4819
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10700.dir/test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4820
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10700.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4821
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10925.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4822
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue10977.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4823
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11053.dir/p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4824
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11053.dir/p_test.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4825
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11053.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4826
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11053.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4827
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11256.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4828
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11286.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4829
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11326.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4830
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11326b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4831
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11369.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4832
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11656.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4833
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11750.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4834
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11771.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4835
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11790.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4836
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue11987.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4837
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue12133.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4838
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue12226.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4839
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue12686.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4840
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue1304.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4841
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue13160.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4842
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue2615.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4843
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue3552.dir/one.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4844
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue3552.dir/two.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4845
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue3552.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4846
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue3705.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4847
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue3783.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4848
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue3925.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4849
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4066.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4850
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4085a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4851
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4085b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4852
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4097.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4853
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4099.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4854
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4162.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4855
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4167.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4856
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4232.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4857
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4251.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4858
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4252.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4859
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4252.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4860
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4252.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4861
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4264.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4862
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4283.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4863
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4313.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4864
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4316.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4865
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4323.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4866
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4326.dir/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4867
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4326.dir/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4868
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4326.dir/q1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4869
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4326.dir/q2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4870
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4326.dir/z.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4871
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4326.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4872
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4348.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4873
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4353.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4874
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4359.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4875
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4365.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4876
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4370.dir/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4877
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4370.dir/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4878
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4370.dir/p3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4879
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4370.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4880
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4388.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4881
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4396a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4882
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4396b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4883
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4399.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4884
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4405.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4885
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4429.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4886
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4448.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4887
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4452.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4888
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4458.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4889
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4463.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4890
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4468.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4891
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4470.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4892
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4495.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4893
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4510.dir/f1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4894
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4510.dir/f2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4895
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4510.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4896
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4517a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4897
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4517b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4898
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4517c.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4899
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4517d.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4900
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4518.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4901
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4529.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4902
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4545.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4903
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4562.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4904
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4585.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4905
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4590.dir/pkg1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4906
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4590.dir/pkg2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4907
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4590.dir/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4908
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4590.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4909
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4610.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4910
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4614.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4911
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4618.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4912
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4620.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4913
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4654.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4914
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4663.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4915
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4667.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4916
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4734.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4917
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4748.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4918
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4752.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4919
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4776.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4920
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4785.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4921
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4813.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4922
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4847.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4923
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4879.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4924
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4879.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4925
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4879.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4926
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4909a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4927
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4909b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4928
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4932.dir/foo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4929
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4932.dir/state.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4930
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4932.dir/state2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4931
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4932.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4932
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4964.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4933
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4964.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4934
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue4964.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4935
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5002.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4936
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5056.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4937
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5089.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4938
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5105.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4939
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5105.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4940
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5105.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4941
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5125.dir/bug.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4942
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5125.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4943
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5125.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4944
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5162.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4945
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5172.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4946
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5231.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4947
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5244.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4948
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5259.dir/bug.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4949
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5259.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4950
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5259.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4951
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5260.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4952
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5260.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4953
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5260.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4954
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5291.dir/pkg1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4955
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5291.dir/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4956
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5291.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4957
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5358.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4958
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5373.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4959
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5470.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4960
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5470.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4961
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5470.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4962
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5493.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4963
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5515.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4964
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5581.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4965
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5607.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4966
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5609.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4967
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5614.dir/rethinkgo.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4968
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5614.dir/x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4969
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5614.dir/y.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4970
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5614.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4971
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5698.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4972
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5704.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4973
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5753.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4974
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5755.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4975
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5755.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4976
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5755.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4977
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5793.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4978
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5809.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4979
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5820.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4980
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5841.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4981
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5856.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4982
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5910.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4983
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5910.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4984
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5910.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4985
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5957.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4986
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5957.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4987
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5957.dir/c.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4988
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5957.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4989
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue5963.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4990
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6004.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4991
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6036.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4992
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6055.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4993
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6131.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4994
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6140.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4995
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6247.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4996
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6269.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4997
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6295.dir/p0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4998
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6295.dir/p1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  4999
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6295.dir/p2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5000
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6295.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5001
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6298.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5002
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6399.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5003
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6402.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5004
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6403.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5005
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6405.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5006
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6406.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5007
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6500.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5008
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6513.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5009
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6513.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5010
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6513.dir/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5011
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6513.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5012
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6572.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5013
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6671.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5014
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5015
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5016
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703c.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5017
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703d.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5018
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703e.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5019
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703f.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5020
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703g.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5021
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703h.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5022
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703i.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5023
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703j.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5024
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703k.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5025
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703l.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5026
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703m.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5027
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703n.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5028
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703o.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5029
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703p.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5030
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703q.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5031
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703r.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5032
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703s.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5033
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703t.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5034
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703u.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5035
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703v.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5036
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703w.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5037
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703x.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5038
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703y.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5039
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6703z.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5040
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6789.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5041
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6789.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5042
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6789.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5043
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6847.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5044
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6866.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5045
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6889.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5046
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6899.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5047
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6899.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5048
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6902.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5049
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue6964.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5050
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7023.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5051
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7023.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5052
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7023.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5053
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7044.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5054
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7050.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5055
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7083.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5056
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7129.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5057
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7150.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5058
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7153.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5059
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7214.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5060
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7223.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5061
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7272.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5062
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7310.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5063
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7316.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5064
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7346.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5065
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7366.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5066
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7405.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5067
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7419.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5068
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7525.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5069
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7538a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5070
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7538b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5071
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7547.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5072
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7550.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5073
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7590.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5074
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7648.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5075
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7648.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5076
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7648.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5077
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7675.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5078
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7690.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5079
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7740.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5080
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7742.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5081
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7746.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5082
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7760.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5083
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7794.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5084
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7863.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5085
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7867.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5086
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7884.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5087
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7944.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5088
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7995.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5089
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7995b.dir/x1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5090
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7995b.dir/x2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5091
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7995b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5092
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7996.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5093
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7997.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5094
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue7998.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5095
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8004.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5096
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8011.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5097
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8017.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5098
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8028.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5099
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8036.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5100
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8039.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5101
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8047.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5102
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8047b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5103
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8048.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5104
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8060.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5105
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8060.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5106
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8060.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5107
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8073.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5108
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8074.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5109
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8076.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5110
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8079.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5111
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8132.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5112
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8139.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5113
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8154.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5114
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8155.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5115
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8158.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5116
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8183.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5117
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8280.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5118
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8280.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5119
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8280.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5120
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8311.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5121
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8325.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5122
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8336.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5123
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8347.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5124
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8385.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5125
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8475.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5126
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8501.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5127
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8507.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5128
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8612.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5129
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8620.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5130
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8745.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5131
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8761.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5132
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8836.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5133
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue887.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5134
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8947.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5135
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue8961.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5136
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9006.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5137
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9017.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5138
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9036.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5139
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9076.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5140
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9083.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5141
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9110.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5142
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9321.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5143
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9355.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5144
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9355.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5145
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9370.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5146
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9432.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5147
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9521.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5148
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9537.dir/a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5149
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9537.dir/b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5150
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9537.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5151
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9604.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5152
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9604b.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5153
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9608.dir/issue9608.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5154
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9608.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5155
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9634.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5156
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9691.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5157
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9731.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5158
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9738.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5159
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9862.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5160
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/fixedbugs/issue9862_run.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5161
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/float_lit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5162
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/float_lit2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5163
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/float_lit3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5164
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/floatcmp.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5165
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/for.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5166
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/func.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5167
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/func1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5168
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/func2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5169
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/func3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5170
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/func4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5171
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/func5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5172
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/func6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5173
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/func7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5174
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/func8.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5175
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/funcdup.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5176
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/funcdup2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5177
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/gc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5178
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/gc1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5179
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/gc2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5180
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/gcstring.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5181
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/goprint.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5182
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/goprint.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5183
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/goto.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5184
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/helloworld.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5185
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/helloworld.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5186
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/if.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5187
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/import.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5188
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/import1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5189
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/import2.dir/import2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5190
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/import2.dir/import3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5191
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/import2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5192
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/import4.dir/empty.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5193
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/import4.dir/import4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5194
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/import4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5195
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/import5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5196
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/index.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5197
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/index0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5198
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/index1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5199
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/index2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5200
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/indirect.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5201
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/indirect1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5202
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/init.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5203
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/init1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5204
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/initcomma.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5205
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/initialize.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5206
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/initializerr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5207
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/inline.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5208
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/int_lit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5209
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/intcvt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5210
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/assertinline.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5211
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/bigdata.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5212
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/convert.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5213
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/convert1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5214
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/convert2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5215
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/embed.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5216
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/embed1.dir/embed0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5217
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/embed1.dir/embed1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5218
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/embed1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5219
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/embed2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5220
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/explicit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5221
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/fail.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5222
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/fake.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5223
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/noeq.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5224
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/pointer.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5225
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/private.dir/private1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5226
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/private.dir/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5227
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/private.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5228
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/receiver.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5229
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/receiver1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5230
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/recursive.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5231
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/recursive1.dir/recursive1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5232
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/recursive1.dir/recursive2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5233
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/recursive1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5234
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/returntype.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5235
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/interface/struct.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5236
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/iota.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5237
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/array.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5238
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/chan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5239
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/chan1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5240
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/complit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5241
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/convert.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5242
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/cplx0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5243
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/cplx0.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5244
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/cplx1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5245
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/cplx2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5246
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/cplx3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5247
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/cplx4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5248
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/cplx5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5249
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/divconst.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5250
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/divmod.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5251
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/embed.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5252
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/for.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5253
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/interbasic.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5254
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/interfun.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5255
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/intervar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5256
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/label.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5257
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/litfun.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5258
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/mfunc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5259
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/modconst.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5260
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/ptrfun.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5261
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/ptrvar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5262
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/range.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5263
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/rob1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5264
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/rob2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5265
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/robfor.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5266
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/robfunc.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5267
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/shift.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5268
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/simparray.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5269
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/simpbool.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5270
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/simpconv.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5271
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/simpfun.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5272
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/simpswitch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5273
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/simpvar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5274
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/slicearray.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5275
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/sliceslice.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5276
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/string.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5277
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/string.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5278
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/ken/strvar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5279
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/label.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5280
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/label1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5281
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/linkx.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5282
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/linkx_run.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5283
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/literal.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5284
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/live.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5285
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/live1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5286
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/live2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5287
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/mallocfin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5288
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/map.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5289
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/map1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5290
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/maplinear.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5291
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/method.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5292
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/method1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5293
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/method2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5294
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/method3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5295
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/method4.dir/method4a.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5296
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/method4.dir/prog.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5297
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/method4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5298
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/method5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5299
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/named.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5300
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/named1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5301
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/nil.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5302
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/nilcheck.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5303
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/nilptr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5304
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/nilptr2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5305
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/nilptr3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5306
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/nilptr4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5307
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/nosplit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5308
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/nul1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5309
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/parentype.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5310
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/peano.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5311
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/print.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5312
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/print.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5313
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/printbig.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5314
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/printbig.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5315
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/range.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5316
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/recover.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5317
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/recover1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5318
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/recover2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5319
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/recover3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5320
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/recover4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5321
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/rename.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5322
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/rename1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5323
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/reorder.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5324
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/reorder2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5325
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/return.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5326
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/rotate.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5327
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/rotate0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5328
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/rotate1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5329
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/rotate2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5330
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/rotate3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5331
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/run.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5332
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/rune.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5333
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/runtime.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5334
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/safe/main.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5335
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/safe/nousesafe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5336
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/safe/pkg.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5337
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/safe/usesafe.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5338
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/shift1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5339
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/shift2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5340
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/sieve.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5341
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/sigchld.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5342
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/sigchld.out
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5343
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/simassign.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5344
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/sinit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5345
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/sinit_run.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5346
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/sizeof.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5347
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/slice3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5348
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/slice3err.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5349
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/slicecap.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5350
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/sliceopt.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5351
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/solitaire.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5352
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/stack.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5353
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/stress/maps.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5354
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/stress/parsego.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5355
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/stress/runstress.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5356
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/string_lit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5357
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/stringrange.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5358
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/struct0.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5359
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/switch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5360
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/switch3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5361
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/switch4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5362
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/chan.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5363
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/chan1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5364
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/composite.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5365
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/else.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5366
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/forvar.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5367
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/if.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5368
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/import.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5369
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/interface.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5370
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/semi1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5371
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/semi2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5372
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/semi3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5373
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/semi4.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5374
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/semi5.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5375
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/semi6.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5376
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/semi7.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5377
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/topexpr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5378
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/typesw.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5379
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/vareq.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5380
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/syntax/vareq1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5381
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/tinyfin.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5382
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/torture.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5383
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/turing.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5384
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/typecheck.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5385
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/typeswitch.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5386
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/typeswitch1.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5387
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/typeswitch2.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5388
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/typeswitch3.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5389
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/undef.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5390
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/utf.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5391
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/varerr.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5392
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/varinit.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5393
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/writebarrier.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5394
file path=usr/lib/golang/$(COMPONENT_MAJOR_VERSION)/test/zerodivide.go
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5395
file path=usr/share/man/man1/go.1
9c955076ffe3 PSARC/2015/203 Google Go version 1.5
Shawn Walker-Salas <shawn.walker@oracle.com>
parents:
diff changeset
  5396
license license.golang license="BSD-style, Patent Grant"