make/mapfiles/launchers/mapfile-x86_64
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 29879 jdk/make/mapfiles/launchers/mapfile-x86_64@eede785c4e0d
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     1
#
23010
6dadb192ad81 8029235: Update copyright year to match last edit in jdk8 jdk repository for 2013
lana
parents: 21805
diff changeset
     2
# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     4
#
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    10
#
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    15
# accompanied this code).
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    16
#
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    20
#
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    23
# questions.
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    24
#
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    25
#
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    26
# Specify what global symbols we export.  Note that we're not really
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    27
# interested in declaring a version, simply scoping the file is sufficient.
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    28
#
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    29
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    30
SUNWprivate_1.1 {
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    31
	global:
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    32
		main;		# Provides basic adb symbol offsets
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    33
		environ;	# Public symbols and required by Java run time
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    34
		_environ;
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    35
		__environ_lock;
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    36
29879
eede785c4e0d 8077419: Launcher mapfile fails linking with SS12u4
erikj
parents: 23010
diff changeset
    37
		# These are needed by the c runtime in SS12u4
eede785c4e0d 8077419: Launcher mapfile fails linking with SS12u4
erikj
parents: 23010
diff changeset
    38
		___Argv;
eede785c4e0d 8077419: Launcher mapfile fails linking with SS12u4
erikj
parents: 23010
diff changeset
    39
		__xargv;
eede785c4e0d 8077419: Launcher mapfile fails linking with SS12u4
erikj
parents: 23010
diff changeset
    40
		__xargc;
eede785c4e0d 8077419: Launcher mapfile fails linking with SS12u4
erikj
parents: 23010
diff changeset
    41
		_start;
eede785c4e0d 8077419: Launcher mapfile fails linking with SS12u4
erikj
parents: 23010
diff changeset
    42
		__longdouble_used;
eede785c4e0d 8077419: Launcher mapfile fails linking with SS12u4
erikj
parents: 23010
diff changeset
    43
		_lib_version;
eede785c4e0d 8077419: Launcher mapfile fails linking with SS12u4
erikj
parents: 23010
diff changeset
    44
13702
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    45
	local:
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    46
		*;
efd6a05935b2 7197849: Update new build-infra makefiles
ohair
parents:
diff changeset
    47
};