components/gcc45/gcc-45.p5m
author John Beck <John.Beck@Oracle.COM>
Tue, 03 Feb 2015 19:24:25 -0800
changeset 3732 0f62cc221c7e
parent 1948 2d1537e7942d
permissions -rw-r--r--
20440737 pkgfmt all Userland pkg(5) manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
     1
#
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     3
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     7
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    12
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    18
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    20
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    22
#
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    23
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    24
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    25
set name=pkg.fmri \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    26
    value=pkg:/developer/gcc-45@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    27
set name=pkg.summary value="GCC - 4.5 Compilers"
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 991
diff changeset
    28
set name=com.oracle.info.description value="the GNU Compiler Collection"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1727
diff changeset
    29
set name=com.oracle.info.tpno value=$(TPNO)
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    30
set name=info.classification value=org.opensolaris.category.2008:Development/C \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    31
    value=org.opensolaris.category.2008:Development/C++ \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    32
    value=org.opensolaris.category.2008:Development/Fortran \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    33
    value=org.opensolaris.category.2008:Development/GNU \
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    34
    value="org.opensolaris.category.2008:Development/Objective C"
495
4153db6738f5 7083378 clean up some unneeded pkg.linted attributes
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 487
diff changeset
    35
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    37
set name=org.opensolaris.arc-caseid value=PSARC/2011/256
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    38
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    39
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    40
# Mediated links for gcc binaries in /usr/bin
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    41
link path=usr/bin/c++ target=../gcc/4.5/bin/c++ mediator=gcc \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    42
    mediator-version=4.5
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    43
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    44
# Mediated links for gcc binaries in /usr/bin
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    45
link path=usr/bin/c++ target=../gcc/4.5/bin/c++ mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    46
    mediator-version=4.5
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    47
link path=usr/bin/g++ target=../gcc/4.5/bin/g++ mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    48
    mediator-version=4.5
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    49
link path=usr/bin/g++ target=../gcc/4.5/bin/g++ mediator=gcc \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    50
    mediator-version=4.5
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    51
link path=usr/bin/gcc target=../gcc/4.5/bin/gcc mediator=gcc \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    52
    mediator-version=4.5
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    53
link path=usr/bin/gcc target=../gcc/4.5/bin/gcc mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    54
    mediator-version=4.5
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    55
link path=usr/bin/gcov target=../gcc/4.5/bin/gcov mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    56
    mediator-version=4.5
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    57
link path=usr/bin/gcov target=../gcc/4.5/bin/gcov mediator=gcc \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    58
    mediator-version=4.5
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    59
link path=usr/bin/gcpp target=../gcc/4.5/bin/cpp mediator=gcc \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    60
    mediator-version=4.5
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    61
link path=usr/bin/gcpp target=../gcc/4.5/bin/cpp mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    62
    mediator-version=4.5
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    63
link path=usr/bin/gfortran target=../gcc/4.5/bin/gfortran mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    64
    mediator-version=4.5
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    65
link path=usr/bin/gfortran target=../gcc/4.5/bin/gfortran mediator=gcc \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    66
    mediator-version=4.5
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    67
hardlink path=usr/gcc/4.5/bin/$(GNU_ARCH)-c++ target=$(GNU_ARCH)-g++
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    68
hardlink path=usr/gcc/4.5/bin/$(GNU_ARCH)-c++ target=$(GNU_ARCH)-g++
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    69
file path=usr/gcc/4.5/bin/$(GNU_ARCH)-g++
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    70
hardlink path=usr/gcc/4.5/bin/$(GNU_ARCH)-gcc target=gcc
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    71
hardlink path=usr/gcc/4.5/bin/$(GNU_ARCH)-gcc target=gcc
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    72
hardlink path=usr/gcc/4.5/bin/$(GNU_ARCH)-gfortran target=gfortran
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    73
hardlink path=usr/gcc/4.5/bin/$(GNU_ARCH)-gfortran target=gfortran
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    74
hardlink path=usr/gcc/4.5/bin/c++ target=$(GNU_ARCH)-g++
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    75
hardlink path=usr/gcc/4.5/bin/c++ target=$(GNU_ARCH)-g++
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    76
file path=usr/gcc/4.5/bin/cpp
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
    77
hardlink path=usr/gcc/4.5/bin/g++ target=$(GNU_ARCH)-g++
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    78
hardlink path=usr/gcc/4.5/bin/g++ target=$(GNU_ARCH)-g++
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    79
file path=usr/gcc/4.5/bin/gcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    80
file path=usr/gcc/4.5/bin/gcov
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    81
file path=usr/gcc/4.5/bin/gfortran
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    82
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/atomic_word.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    83
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/basic_file.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    84
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/c++allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    85
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/c++config.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    86
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/c++io.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    87
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/c++locale.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    88
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/cpu_defines.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    89
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/ctype_base.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    90
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/ctype_inline.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    91
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/ctype_noninline.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    92
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/cxxabi_tweaks.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    93
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/error_constants.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    94
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/extc++.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    95
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/gthr-default.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    96
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/gthr-posix.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    97
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/gthr-single.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    98
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/gthr-tpf.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
    99
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/gthr.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   100
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/messages_members.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   101
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/os_defines.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   102
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/stdc++.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   103
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/stdtr1c++.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   104
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/$(MACH64)/bits/time_members.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   105
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/atomic_word.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   106
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/basic_file.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   107
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/c++allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   108
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/c++config.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   109
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/c++io.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   110
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/c++locale.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   111
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/cpu_defines.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   112
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/ctype_base.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   113
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/ctype_inline.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   114
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/ctype_noninline.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   115
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/cxxabi_tweaks.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   116
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/error_constants.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   117
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/extc++.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   118
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/gthr-default.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   119
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/gthr-posix.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   120
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/gthr-single.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   121
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/gthr-tpf.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   122
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/gthr.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   123
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/messages_members.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   124
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/os_defines.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   125
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/stdc++.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   126
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/stdtr1c++.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   127
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/$(GNU_ARCH)/bits/time_members.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   128
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/algorithm
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   129
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/array
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   130
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/atomic
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   131
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/backward/auto_ptr.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   132
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/backward/backward_warning.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   133
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/backward/binders.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   134
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/backward/hash_fun.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   135
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/backward/hash_map
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   136
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/backward/hash_set
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   137
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/backward/hashtable.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   138
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/backward/strstream
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   139
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/algorithmfwd.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   140
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   141
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/atomic_0.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   142
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/atomic_2.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   143
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/atomic_base.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   144
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/atomicfwd_c.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   145
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/atomicfwd_cxx.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   146
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/basic_ios.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   147
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/basic_ios.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   148
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/basic_string.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   149
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/basic_string.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   150
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/boost_concept_check.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   151
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/c++0x_warning.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   152
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/char_traits.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   153
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/cmath.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   154
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/codecvt.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   155
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/concept_check.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   156
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/cpp_type_traits.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   157
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/deque.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   158
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/forward_list.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   159
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/forward_list.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   160
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/fstream.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   161
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/functexcept.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   162
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/functional_hash.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   163
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/gslice.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   164
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/gslice_array.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   165
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/hashtable.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   166
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/hashtable_policy.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   167
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/indirect_array.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   168
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/ios_base.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   169
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/istream.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   170
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/list.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   171
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/locale_classes.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   172
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/locale_classes.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   173
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/locale_facets.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   174
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/locale_facets.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   175
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/locale_facets_nonio.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   176
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/locale_facets_nonio.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   177
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/localefwd.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   178
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/mask_array.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   179
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/move.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   180
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/ostream.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   181
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/ostream_insert.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   182
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/postypes.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   183
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/random.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   184
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/random.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   185
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/shared_ptr.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   186
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/shared_ptr_base.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   187
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/slice_array.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   188
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/sstream.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   189
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_algo.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   190
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_algobase.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   191
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_bvector.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   192
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_construct.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   193
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_deque.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   194
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_function.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   195
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_heap.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   196
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_iterator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   197
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_iterator_base_funcs.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   198
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_iterator_base_types.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   199
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_list.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   200
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_map.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   201
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_multimap.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   202
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_multiset.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   203
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_numeric.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   204
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_pair.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   205
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_queue.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   206
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_raw_storage_iter.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   207
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_relops.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   208
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_set.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   209
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_stack.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   210
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_tempbuf.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   211
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_tree.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   212
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_uninitialized.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   213
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stl_vector.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   214
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stream_iterator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   215
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/streambuf.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   216
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/streambuf_iterator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   217
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/stringfwd.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   218
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/unique_ptr.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   219
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/unordered_map.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   220
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/unordered_set.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   221
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/valarray_after.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   222
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/valarray_array.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   223
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/valarray_array.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   224
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/valarray_before.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   225
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bits/vector.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   226
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/bitset
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   227
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cassert
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   228
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ccomplex
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   229
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cctype
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   230
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cerrno
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   231
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cfenv
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   232
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cfloat
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   233
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/chrono
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   234
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cinttypes
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   235
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ciso646
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   236
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/climits
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   237
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/clocale
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   238
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cmath
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   239
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/complex
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   240
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/complex.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   241
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/condition_variable
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   242
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/csetjmp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   243
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/csignal
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   244
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cstdarg
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   245
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cstdbool
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   246
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cstddef
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   247
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cstdint
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   248
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cstdio
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   249
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cstdlib
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   250
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cstring
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   251
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ctgmath
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   252
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ctime
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   253
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cwchar
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   254
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cwctype
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   255
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cxxabi-forced.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   256
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/cxxabi.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   257
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/bitset
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   258
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/debug.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   259
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/deque
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   260
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/formatter.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   261
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/functions.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   262
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/list
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   263
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/macros.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   264
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/map
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   265
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/map.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   266
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/multimap.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   267
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/multiset.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   268
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/safe_base.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   269
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/safe_iterator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   270
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/safe_iterator.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   271
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/safe_sequence.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   272
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/set
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   273
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/set.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   274
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/string
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   275
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/unordered_map
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   276
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/unordered_set
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   277
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/debug/vector
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   278
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/decimal/decimal
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   279
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/decimal/decimal.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   280
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/deque
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   281
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/exception
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   282
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/exception_defines.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   283
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/exception_ptr.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   284
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/algorithm
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   285
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/array_allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   286
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/atomicity.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   287
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/bitmap_allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   288
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/cast.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   289
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/codecvt_specializations.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   290
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/concurrence.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   291
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/debug_allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   292
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/enc_filebuf.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   293
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/extptr_allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   294
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/functional
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   295
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/hash_map
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   296
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/hash_set
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   297
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/iterator
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   298
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/malloc_allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   299
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/memory
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   300
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/mt_allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   301
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/new_allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   302
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/numeric
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   303
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/numeric_traits.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   304
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/assoc_container.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   305
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   306
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/basic_tree_policy/null_node_metadata.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   307
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/basic_tree_policy/traits.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   308
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/basic_types.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   309
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   310
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/cond_dtor_entry_dealtor.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   311
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/cond_key_dtor_entry_dealtor.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   312
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   313
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   314
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   315
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   316
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   317
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   318
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   319
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   320
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   321
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   322
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   323
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   324
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   325
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/bin_search_tree_/traits.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   326
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   327
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/const_iterator.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   328
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/const_point_iterator.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   329
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   330
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   331
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   332
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   333
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   334
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   335
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   336
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   337
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   338
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   339
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/resize_policy.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   340
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   341
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   342
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   343
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   344
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   345
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   346
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   347
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   348
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   349
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   350
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   351
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   352
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   353
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   354
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   355
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   356
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   357
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   358
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   359
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   360
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   361
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   362
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   363
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   364
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   365
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   366
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp
1253
7ea5bcb38fc1 16611270 userland manifests shouldn't have dir actions (fix build)
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1251
diff changeset
   367
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   368
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   369
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   370
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   371
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   372
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   373
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   374
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   375
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   376
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   377
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/standard_policies.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   378
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   379
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/cond_dealtor.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   380
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/constructors_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   381
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/container_base_dispatch.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   382
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/debug_map_base.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   383
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/eq_fn/eq_by_less.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   384
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   385
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   386
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   387
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   388
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   389
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   390
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   391
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   392
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   393
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   394
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   395
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   396
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   397
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   398
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   399
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   400
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   401
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   402
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   403
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   404
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   405
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   406
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   407
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/standard_policies.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   408
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   409
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   410
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   411
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   412
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   413
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   414
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   415
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   416
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   417
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   418
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   419
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   420
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   421
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   422
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   423
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/const_point_iterator.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   424
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   425
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   426
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   427
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   428
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   429
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   430
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   431
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   432
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   433
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   434
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   435
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   436
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   437
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   438
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   439
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   440
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   441
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   442
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   443
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   444
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   445
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   446
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   447
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   448
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   449
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   450
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   451
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   452
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   453
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   454
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   455
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   456
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   457
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   458
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   459
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   460
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/ov_tree_map_/traits.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   461
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   462
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   463
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   464
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   465
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   466
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   467
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   468
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/child_iterator.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   469
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/cond_dtor_entry_dealtor.hpp
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   470
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/const_child_iterator.hpp
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   471
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   472
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   473
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   474
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   475
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/head.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   476
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   477
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   478
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/internal_node.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   479
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   480
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/leaf.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   481
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/node_base.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   482
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/node_iterators.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   483
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/node_metadata_base.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   484
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   485
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/point_iterators.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   486
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   487
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   488
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   489
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   490
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   491
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   492
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   493
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/traits.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   494
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   495
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/priority_queue_base_dispatch.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   496
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   497
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   498
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   499
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   500
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   501
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   502
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/node.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   503
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   504
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   505
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rb_tree_map_/traits.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   506
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   507
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   508
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   509
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   510
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   511
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   512
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   513
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   514
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   515
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   516
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   517
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   518
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   519
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   520
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   521
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   522
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   523
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   524
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   525
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   526
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   527
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   528
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   529
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/node.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   530
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   531
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   532
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   533
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/splay_tree_/traits.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   534
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/standard_policies.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   535
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   536
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   537
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   538
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   539
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   540
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   541
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   542
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   543
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   544
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/tree_policy/null_node_update_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   545
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   546
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   547
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/tree_trace_base.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   548
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   549
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/trie_policy/null_node_update_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   550
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   551
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   552
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/trie_policy/sample_trie_e_access_traits.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   553
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   554
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/trie_policy/string_trie_e_access_traits_imp.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   555
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   556
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/type_utils.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   557
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/types_traits.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   558
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   559
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   560
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/unordered_iterator/iterator.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   561
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   562
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/exception.hpp
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   563
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/hash_policy.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   564
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/list_update_policy.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   565
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/priority_queue.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   566
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/tag_and_trait.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   567
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/tree_policy.hpp
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   568
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pb_ds/trie_policy.hpp
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   569
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pod_char_traits.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   570
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pointer.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   571
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/pool_allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   572
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/rb_tree
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   573
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/rc_string_base.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   574
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/rope
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   575
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/ropeimpl.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   576
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/slist
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   577
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/sso_string_base.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   578
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/stdio_filebuf.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   579
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/stdio_sync_filebuf.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   580
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/string_conversions.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   581
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/throw_allocator.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   582
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/type_traits.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   583
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/typelist.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   584
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/vstring.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   585
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/vstring.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   586
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/vstring_fwd.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   587
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ext/vstring_util.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   588
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/fenv.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   589
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/forward_list
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   590
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/fstream
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   591
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/functional
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   592
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/future
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   593
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/initializer_list
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   594
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/iomanip
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   595
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ios
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   596
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/iosfwd
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   597
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/iostream
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   598
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/istream
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   599
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/iterator
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   600
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/limits
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   601
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/list
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   602
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/locale
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   603
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/map
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   604
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/memory
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   605
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/mutex
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   606
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/nested_exception.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   607
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/new
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   608
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/numeric
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   609
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ostream
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   610
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/algo.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   611
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/algobase.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   612
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/algorithm
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   613
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/algorithmfwd.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   614
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/balanced_quicksort.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   615
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/base.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   616
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/basic_iterator.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   617
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/checkers.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   618
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/compatibility.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   619
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/compiletime_settings.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   620
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/equally_split.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   621
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/features.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   622
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/find.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   623
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/find_selectors.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   624
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/for_each.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   625
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/for_each_selectors.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   626
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/iterator.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   627
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/list_partition.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   628
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/losertree.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   629
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/merge.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   630
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/multiseq_selection.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   631
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/multiway_merge.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   632
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/multiway_mergesort.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   633
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/numeric
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   634
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/numericfwd.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   635
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/omp_loop.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   636
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/omp_loop_static.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   637
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/par_loop.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   638
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/parallel.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   639
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/partial_sum.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   640
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/partition.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   641
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/queue.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   642
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/quicksort.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   643
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/random_number.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   644
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/random_shuffle.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   645
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/search.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   646
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/set_operations.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   647
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/settings.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   648
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/sort.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   649
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/tags.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   650
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/types.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   651
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/unique_copy.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   652
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/parallel/workstealing.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   653
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/base.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   654
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/bitset
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   655
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/deque
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   656
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   657
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_container_size.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   658
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_hash_func.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   659
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_hashtable_size.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   660
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_list_to_slist.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   661
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_list_to_vector.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   662
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_map_to_unordered_map.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   663
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_node.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   664
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_state.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   665
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_trace.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   666
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_vector_size.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   667
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/impl/profiler_vector_to_list.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   668
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/iterator_tracker.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   669
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/list
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   670
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/map
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   671
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/map.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   672
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/multimap.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   673
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/multiset.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   674
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/set
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   675
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/set.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   676
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/unordered_map
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   677
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/unordered_set
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   678
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/profile/vector
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   679
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/queue
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   680
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/random
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   681
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/ratio
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   682
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/regex
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   683
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/set
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   684
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/sstream
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   685
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/stack
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   686
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/stdatomic.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   687
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/stdexcept
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   688
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/streambuf
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   689
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/string
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   690
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/system_error
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   691
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tgmath.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   692
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/thread
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   693
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/array
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   694
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/bessel_function.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   695
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/beta_function.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   696
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/ccomplex
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   697
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cctype
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   698
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cfenv
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   699
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cfloat
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   700
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cinttypes
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   701
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/climits
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   702
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cmath
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   703
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/complex
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   704
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/complex.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   705
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cstdarg
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   706
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cstdbool
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   707
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cstdint
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   708
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cstdio
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   709
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cstdlib
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   710
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/ctgmath
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   711
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/ctime
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   712
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/ctype.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   713
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cwchar
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   714
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/cwctype
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   715
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/ell_integral.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   716
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/exp_integral.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   717
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/fenv.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   718
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/float.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   719
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/functional
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   720
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/functional_hash.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   721
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/gamma.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   722
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/hashtable.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   723
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/hashtable_policy.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   724
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/hypergeometric.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   725
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/inttypes.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   726
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/legendre_function.tcc
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   727
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/limits.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   728
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/math.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   729
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/memory
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   730
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/modified_bessel_func.tcc
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   731
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/poly_hermite.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   732
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/poly_laguerre.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   733
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/random
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   734
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/random.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   735
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/random.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   736
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/regex
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   737
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/riemann_zeta.tcc
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   738
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/shared_ptr.h
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   739
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/special_function_util.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   740
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/stdarg.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   741
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/stdbool.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   742
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/stdint.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   743
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/stdio.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   744
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/stdlib.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   745
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/tgmath.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   746
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/tuple
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   747
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/type_traits
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   748
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/unordered_map
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   749
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/unordered_map.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   750
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/unordered_set
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   751
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/unordered_set.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   752
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/utility
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   753
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/wchar.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   754
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1/wctype.h
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   755
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/array
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   756
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/boost_sp_counted_base.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   757
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/cctype
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   758
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/cfenv
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   759
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/cinttypes
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   760
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/cmath
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   761
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/complex
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   762
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/cstdint
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   763
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/cstdio
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   764
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/cstdlib
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   765
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/cwchar
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   766
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/cwctype
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   767
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/regex
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   768
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/type_traits
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   769
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tr1_impl/utility
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   770
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/tuple
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   771
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/type_traits
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   772
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/typeinfo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   773
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/unordered_map
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   774
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/unordered_set
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   775
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/utility
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   776
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/valarray
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   777
file path=usr/gcc/4.5/include/c++/$(COMPONENT_VERSION)/vector
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   778
file path=usr/gcc/4.5/lib/$(MACH64)/libgfortran.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   779
file path=usr/gcc/4.5/lib/$(MACH64)/libgomp.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   780
file path=usr/gcc/4.5/lib/$(MACH64)/libgomp.spec
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   781
file path=usr/gcc/4.5/lib/$(MACH64)/libobjc.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   782
file path=usr/gcc/4.5/lib/$(MACH64)/libssp.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   783
file path=usr/gcc/4.5/lib/$(MACH64)/libssp_nonshared.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   784
file path=usr/gcc/4.5/lib/$(MACH64)/libstdc++.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   785
file path=usr/gcc/4.5/lib/$(MACH64)/libsupc++.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   786
file \
520
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   787
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/crt1.o \
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   788
    variant.arch=sparc
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   789
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/crtbegin.o
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   790
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/crtend.o
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   791
file \
520
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   792
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/crtfastmath.o \
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   793
    variant.arch=sparc
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   794
file \
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   795
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/crti.o \
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   796
    variant.arch=sparc
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   797
file \
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   798
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/crtn.o \
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   799
    variant.arch=sparc
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   800
file \
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   801
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/gcrt1.o \
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   802
    variant.arch=sparc
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   803
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/gmon.o
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   804
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/libgcc.a
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   805
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/libgcc_eh.a
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   806
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/libgcov.a
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   807
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/$(MACH64)/libgfortranbegin.a
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   808
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/cc1 mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   809
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/cc1obj mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   810
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/cc1plus mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   811
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/collect2 \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   812
    mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   813
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/crt1.o \
520
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   814
    variant.arch=sparc
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   815
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/crtbegin.o
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   816
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/crtend.o
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   817
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/crtfastmath.o \
520
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   818
    variant.arch=sparc
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   819
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/crti.o \
520
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   820
    variant.arch=sparc
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   821
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/crtn.o \
520
9021000122ce 7089521 gcc 4.5.2 depends on missing crt1.o on sparc
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 495
diff changeset
   822
    variant.arch=sparc
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   823
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/f951 mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   824
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/finclude/omp_lib.f90
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   825
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/finclude/omp_lib.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   826
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/finclude/omp_lib.mod
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   827
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/finclude/omp_lib_kinds.mod
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   828
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/gcrt1.o \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   829
    variant.arch=sparc
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   830
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/gmon.o
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   831
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include-fixed/README
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   832
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include-fixed/limits.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   833
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include-fixed/syslimits.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   834
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   835
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/abmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   836
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   837
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   838
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/ammintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   839
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   840
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   841
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/avxintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   842
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   843
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   844
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/bmmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   845
    variant.arch=i386
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   846
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/cpuid.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   847
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   848
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   849
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/cross-stdarg.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   850
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   851
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   852
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/emmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   853
    variant.arch=i386
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   854
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/float.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   855
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   856
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   857
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/fma4intrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   858
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   859
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   860
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/ia32intrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   861
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   862
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   863
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/immintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   864
    variant.arch=i386
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   865
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/iso646.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   866
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   867
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/lwpintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   868
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   869
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   870
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/mm3dnow.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   871
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   872
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   873
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/mm_malloc.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   874
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   875
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   876
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/mmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   877
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   878
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   879
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/nmmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   880
    variant.arch=i386
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   881
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/NXConstStr.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   882
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/Object.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   883
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/Protocol.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   884
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/encoding.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   885
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/hash.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   886
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/objc-api.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   887
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/objc-decls.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   888
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/objc-list.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   889
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/objc.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   890
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/sarray.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   891
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/thr.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   892
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/objc/typedstream.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   893
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/omp.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   894
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   895
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/pmmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   896
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   897
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   898
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/popcntintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   899
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   900
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   901
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/smmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   902
    variant.arch=i386
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   903
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/ssp/ssp.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   904
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/ssp/stdio.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   905
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/ssp/string.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   906
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/ssp/unistd.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   907
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/stdarg.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   908
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/stdbool.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   909
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/stddef.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   910
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/stdfix.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   911
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/stdint-gcc.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   912
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/stdint.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   913
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/tgmath.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   914
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   915
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/tmmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   916
    variant.arch=i386
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   917
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/unwind.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   918
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/varargs.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   919
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   920
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/wmmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   921
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   922
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   923
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/x86intrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   924
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   925
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   926
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/xmmintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   927
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   928
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   929
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/include/xopintrin.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   930
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   931
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   932
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/fixinc.sh \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   933
    mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   934
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/fixinc_list
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   935
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   936
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/fixincl \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   937
    mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   938
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/gsyslimits.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   939
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/include/README
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   940
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/include/limits.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   941
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/macro_list
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   942
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   943
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/mkheaders \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   944
    mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   945
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/mkheaders.conf
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   946
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   947
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/install-tools/mkinstalldirs \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   948
    mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   949
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/libgcc.a
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   950
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/libgcc_eh.a
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   951
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/libgcov.a
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   952
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/libgfortranbegin.a
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   953
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/lto-wrapper \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   954
    mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   955
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/lto1 mode=0555
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   956
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/ada/gcc-interface/ada-tree.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   957
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/alias.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   958
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/all-tree.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   959
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/ansidecl.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   960
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/auto-host.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   961
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/b-header-vars
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   962
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/basic-block.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   963
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/bitmap.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   964
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/builtins.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   965
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/bversion.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   966
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/c-common.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   967
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/c-common.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   968
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/c-pragma.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   969
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/c-pretty-print.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   970
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cfghooks.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   971
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cfgloop.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   972
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cgraph.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   973
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cif-code.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   974
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   975
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   976
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/$(MACH)/att.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   977
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   978
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   979
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/$(MACH)/i386-protos.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   980
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   981
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   982
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/$(MACH)/i386.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   983
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   984
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   985
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/$(MACH)/sol2-10.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   986
    variant.arch=i386
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   987
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/$(MACH)/sol2.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   988
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/$(MACH)/sysv4.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   989
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   990
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/$(MACH)/unix.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   991
    variant.arch=i386
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
   992
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   993
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/$(MACH)/x86-64.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   994
    variant.arch=i386
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   995
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/dbxelf.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   996
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/elfos.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   997
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/sol2-10.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   998
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/sol2-protos.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
   999
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/sol2.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1000
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/svr4.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1001
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/tm-dwarf2.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1002
file \
1727
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1003
    path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/config/vxworks-dummy.h \
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1004
    variant.arch=i386
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1005
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/configargs.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1006
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/coretypes.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1007
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cp/cp-tree.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1008
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cp/cp-tree.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1009
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cp/cxx-pretty-print.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1010
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cp/name-lookup.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1011
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cppdefault.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1012
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/cpplib.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1013
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/debug.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1014
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/defaults.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1015
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/diagnostic.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1016
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/diagnostic.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1017
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/double-int.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1018
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/emit-rtl.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1019
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/except.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1020
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/filenames.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1021
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/fixed-value.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1022
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/flags.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1023
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/function.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1024
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/gcc-plugin.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1025
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/genrtl.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1026
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/ggc.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1027
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/gimple.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1028
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/gimple.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1029
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/gsstruct.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1030
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/gtype-desc.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1031
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/hard-reg-set.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1032
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/hashtab.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1033
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/highlev-plugin-common.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1034
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/hwint.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1035
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/incpath.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1036
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/input.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1037
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/insn-constants.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1038
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/insn-flags.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1039
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/insn-modes.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1040
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/insn-notes.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1041
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/intl.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1042
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/ipa-prop.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1043
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/ipa-reference.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1044
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/ipa-utils.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1045
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/java/java-tree.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1046
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/langhooks.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1047
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/libiberty.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1048
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/line-map.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1049
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/machmode.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1050
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/md5.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1051
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/mode-classes.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1052
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/objc/objc-tree.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1053
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/obstack.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1054
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/omp-builtins.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1055
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/options.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1056
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/opts.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1057
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/output.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1058
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/params.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1059
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/params.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1060
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/partition.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1061
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/plugin-version.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1062
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/plugin.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1063
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/plugin.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1064
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/pointer-set.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1065
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/predict.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1066
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/predict.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1067
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/prefix.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1068
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/pretty-print.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1069
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/real.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1070
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/reg-notes.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1071
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/rtl.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1072
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/rtl.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1073
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/safe-ctype.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1074
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/sbitmap.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1075
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/splay-tree.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1076
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/statistics.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1077
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/symtab.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1078
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/sync-builtins.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1079
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/system.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1080
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/target.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1081
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/timevar.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1082
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/timevar.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1083
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tm-preds.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1084
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tm.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1085
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tm_p.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1086
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/toplev.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1087
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-check.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1088
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-dump.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1089
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-flow-inline.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1090
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-flow.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1091
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-inline.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1092
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-iterator.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1093
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-pass.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1094
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-ssa-alias.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1095
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-ssa-operands.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1096
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree-ssa-sccvn.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1097
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1098
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/tree.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1099
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/treestruct.def
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1100
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/varray.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1101
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/vec.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1102
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/vecprim.h
298fa60045ac 17436986 integrate GCC 4.8.x
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1726
diff changeset
  1103
file path=usr/gcc/4.5/lib/gcc/$(GNU_ARCH)/$(COMPONENT_VERSION)/plugin/include/version.h
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1104
file path=usr/gcc/4.5/lib/libgfortran.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1105
file path=usr/gcc/4.5/lib/libgomp.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1106
file path=usr/gcc/4.5/lib/libgomp.spec
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1107
file path=usr/gcc/4.5/lib/libobjc.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1108
file path=usr/gcc/4.5/lib/libssp.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1109
file path=usr/gcc/4.5/lib/libssp_nonshared.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1110
file path=usr/gcc/4.5/lib/libstdc++.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1111
file path=usr/gcc/4.5/lib/libsupc++.a
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1112
file path=usr/gcc/4.5/share/info/cpp.info
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1113
file path=usr/gcc/4.5/share/info/cppinternals.info
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1114
link path=usr/gcc/4.5/share/info/dir \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1115
    target=../../../../../var/info/usr_gcc_4.5_share_info_dir
487
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1116
file path=usr/gcc/4.5/share/info/gcc.info
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1117
file path=usr/gcc/4.5/share/info/gccinstall.info
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1118
file path=usr/gcc/4.5/share/info/gccint.info
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1119
file path=usr/gcc/4.5/share/info/gfortran.info
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1120
file path=usr/gcc/4.5/share/info/libgomp.info
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1121
file path=usr/gcc/4.5/share/locale/be/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1122
file path=usr/gcc/4.5/share/locale/be/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1123
file path=usr/gcc/4.5/share/locale/ca/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1124
file path=usr/gcc/4.5/share/locale/da/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1125
file path=usr/gcc/4.5/share/locale/da/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1126
file path=usr/gcc/4.5/share/locale/de/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1127
file path=usr/gcc/4.5/share/locale/de/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1128
file path=usr/gcc/4.5/share/locale/el/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1129
file path=usr/gcc/4.5/share/locale/el/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1130
file path=usr/gcc/4.5/share/locale/es/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1131
file path=usr/gcc/4.5/share/locale/es/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1132
file path=usr/gcc/4.5/share/locale/fi/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1133
file path=usr/gcc/4.5/share/locale/fi/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1134
file path=usr/gcc/4.5/share/locale/fr/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1135
file path=usr/gcc/4.5/share/locale/fr/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1136
file path=usr/gcc/4.5/share/locale/id/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1137
file path=usr/gcc/4.5/share/locale/id/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1138
file path=usr/gcc/4.5/share/locale/ja/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1139
file path=usr/gcc/4.5/share/locale/ja/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1140
file path=usr/gcc/4.5/share/locale/nl/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1141
file path=usr/gcc/4.5/share/locale/nl/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1142
file path=usr/gcc/4.5/share/locale/ru/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1143
file path=usr/gcc/4.5/share/locale/sr/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1144
file path=usr/gcc/4.5/share/locale/sv/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1145
file path=usr/gcc/4.5/share/locale/sv/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1146
file path=usr/gcc/4.5/share/locale/tr/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1147
file path=usr/gcc/4.5/share/locale/tr/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1148
file path=usr/gcc/4.5/share/locale/uk/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1149
file path=usr/gcc/4.5/share/locale/vi/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1150
file path=usr/gcc/4.5/share/locale/vi/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1151
file path=usr/gcc/4.5/share/locale/zh_CN/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1152
file path=usr/gcc/4.5/share/locale/zh_CN/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1153
file path=usr/gcc/4.5/share/locale/zh_TW/LC_MESSAGES/cpplib.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1154
file path=usr/gcc/4.5/share/locale/zh_TW/LC_MESSAGES/gcc.mo
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1155
file path=usr/gcc/4.5/share/man/man1/cpp.1
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1156
file path=usr/gcc/4.5/share/man/man1/g++.1
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1157
file path=usr/gcc/4.5/share/man/man1/gcc.1
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1158
file path=usr/gcc/4.5/share/man/man1/gcov.1
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1159
file path=usr/gcc/4.5/share/man/man1/gfortran.1
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1160
file path=usr/gcc/4.5/share/man/man7/fsf-funding.7
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1161
file path=usr/gcc/4.5/share/man/man7/gfdl.7
4e721bcfa7d1 PSARC 2011/256 GCC 4.5: The GNU Compiler Collection 4.5
Ross Towle <ross.towle@oracle.com>
parents:
diff changeset
  1162
file path=usr/gcc/4.5/share/man/man7/gpl.7
991
ed62e375e805 PSARC 2012/255 Move GNU gcc 3 from /usr/sfw to /usr/gcc
Rich Burridge <rich.burridge@oracle.com>
parents: 740
diff changeset
  1163
link path=usr/share/man/man1/g++.1 \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1164
    target=../../../gcc/4.5/share/man/man1/g++.1 mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1165
    mediator-version=4.5
991
ed62e375e805 PSARC 2012/255 Move GNU gcc 3 from /usr/sfw to /usr/gcc
Rich Burridge <rich.burridge@oracle.com>
parents: 740
diff changeset
  1166
link path=usr/share/man/man1/gcc.1 \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1167
    target=../../../gcc/4.5/share/man/man1/gcc.1 mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1168
    mediator-version=4.5
991
ed62e375e805 PSARC 2012/255 Move GNU gcc 3 from /usr/sfw to /usr/gcc
Rich Burridge <rich.burridge@oracle.com>
parents: 740
diff changeset
  1169
link path=usr/share/man/man1/gcov.1 \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1170
    target=../../../gcc/4.5/share/man/man1/gcov.1 mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1171
    mediator-version=4.5
991
ed62e375e805 PSARC 2012/255 Move GNU gcc 3 from /usr/sfw to /usr/gcc
Rich Burridge <rich.burridge@oracle.com>
parents: 740
diff changeset
  1172
link path=usr/share/man/man1/gcpp.1 \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1173
    target=../../../gcc/4.5/share/man/man1/cpp.1 mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1174
    mediator-version=4.5
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1175
link path=usr/share/man/man1/gfortran.1 \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1176
    target=../../../gcc/4.5/share/man/man1/gfortran.1 mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1177
    mediator-version=4.5
523
607f4130cc3c 7090160 gcc4 seems to be shipping a lot 'fixed' includes
George Vasick <george.vasick@oracle.com>
parents: 520
diff changeset
  1178
link path=usr/share/man/man7/fsf-funding.7 \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1179
    target=../../../gcc/4.5/share/man/man7/fsf-funding.7 mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1180
    mediator-version=4.5
991
ed62e375e805 PSARC 2012/255 Move GNU gcc 3 from /usr/sfw to /usr/gcc
Rich Burridge <rich.burridge@oracle.com>
parents: 740
diff changeset
  1181
link path=usr/share/man/man7/gfdl.7 \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1182
    target=../../../gcc/4.5/share/man/man7/gfdl.7 mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1183
    mediator-version=4.5
991
ed62e375e805 PSARC 2012/255 Move GNU gcc 3 from /usr/sfw to /usr/gcc
Rich Burridge <rich.burridge@oracle.com>
parents: 740
diff changeset
  1184
link path=usr/share/man/man7/gpl.7 \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1185
    target=../../../gcc/4.5/share/man/man7/gpl.7 mediator=gcc \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1186
    mediator-version=4.5
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1187
file usr/gcc/4.5/share/info/dir path=var/info/usr_gcc_4.5_share_info_dir \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1188
    mode=0644 preserve=true
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1189
license gcc45.license license="GPLv3 with Runtime Exception"
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1190
depend type=optional fmri=developer/[email protected]
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1191
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/as \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1192
    variant.arch=sparc
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1193
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/ld
1726
cd7cdb737796 15818459 SUNBT7200992 gcc45 needs a 'link path=usr/gcc/4.5/share/info/dir ...' action
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 1340
diff changeset
  1194
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1195
# gcc 4.5 on x86 uses the CRT files in /usr/lib, and gcc 4.5 on SPARC
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1196
# does not.  Any upgrade to this package should reverify this and adjust
602
96ed36254e88 7116108 gcc3 and gcc45 need their manual dependencies adjusted
Rich Burridge <rich.burridge@oracle.com>
parents: 524
diff changeset
  1197
# the following CRT related dependencies accordingly.
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1198
depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/as \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1199
    variant.arch=i386
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1200
depend type=require fmri=__TBD pkg.debug.depend.file=usr/lib/crt1.o \
740
80e91c717db8 7153204 developer/gcc-45 has dependency on developer/gnu-binutils, strs tsuite fails build on s11u1_11
Rich Burridge <rich.burridge@oracle.com>
parents: 683
diff changeset
  1201
    variant.arch=i386
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1202
depend type=require fmri=__TBD pkg.debug.depend.file=usr/lib/crti.o \
602
96ed36254e88 7116108 gcc3 and gcc45 need their manual dependencies adjusted
Rich Burridge <rich.burridge@oracle.com>
parents: 524
diff changeset
  1203
    variant.arch=i386
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1204
depend type=require fmri=__TBD pkg.debug.depend.file=usr/lib/crtn.o \
602
96ed36254e88 7116108 gcc3 and gcc45 need their manual dependencies adjusted
Rich Burridge <rich.burridge@oracle.com>
parents: 524
diff changeset
  1205
    variant.arch=i386
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1206
depend type=require fmri=__TBD pkg.debug.depend.file=usr/lib/values-Xa.o
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1207
depend type=require fmri=__TBD pkg.debug.depend.file=usr/lib/values-Xc.o
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1208
depend type=require fmri=__TBD pkg.debug.depend.file=usr/lib/values-Xs.o
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1209
depend type=require fmri=__TBD pkg.debug.depend.file=usr/lib/values-Xt.o
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1210
depend type=require fmri=__TBD pkg.debug.depend.file=usr/lib/values-xpg4.o
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1211
depend type=require fmri=__TBD pkg.debug.depend.file=usr/lib/values-xpg6.o
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1212
depend type=require fmri=pkg:/system/header
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1213
depend type=require \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
  1214
    fmri=system/library/gcc-45-runtime@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)