gcc-6: don't ship info pages
[unleashed-userland.git] / components / runtime / openjdk-7 / patches / patch-hotspot_make_solaris_makefiles_mapfile-vers-COMPILER2.gcc.patch
blob10a4d47dd4a260baa8c36584b01b334c339c7578
1 $NetBSD: patch-hotspot_make_solaris_makefiles_mapfile-vers-COMPILER2.gcc,v 1.1 2013/06/15 09:31:05 jperkin Exp $
3 GCC support.
5 --- hotspot/make/solaris/makefiles/mapfile-vers-COMPILER2.gcc.orig 2013-03-10 22:22:12.896595236 +0000
6 +++ hotspot/make/solaris/makefiles/mapfile-vers-COMPILER2.gcc
7 @@ -0,0 +1,46 @@
8 +#
11 +# Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved.
12 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
14 +# This code is free software; you can redistribute it and/or modify it
15 +# under the terms of the GNU General Public License version 2 only, as
16 +# published by the Free Software Foundation.
18 +# This code is distributed in the hope that it will be useful, but WITHOUT
19 +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20 +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 +# version 2 for more details (a copy is included in the LICENSE file that
22 +# accompanied this code).
24 +# You should have received a copy of the GNU General Public License version
25 +# 2 along with this work; if not, write to the Free Software Foundation,
26 +# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
28 +# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
29 +# or visit www.oracle.com if you need additional information or have any
30 +# questions.
31 +#
34 +# Define public interface.
36 +SUNWprivate_1.1 {
37 + global:
38 + # Dtrace support
39 + _ZN8Universe15_methodKlassObjE;
40 + _ZN9CodeCache5_heapE;
41 + _ZN8Universe14_collectedHeapE;
42 + _ZTV7nmethod;
43 + _ZTV8CodeBlob;
44 + _ZTV10BufferBlob;
45 + _ZTV11RuntimeStub;
46 + _ZTV13SafepointBlob;
47 + _ZTV18DeoptimizationBlob;
49 + _ZTV13ExceptionBlob;
50 + _ZTV16UncommonTrapBlob;
52 + __JvmOffsets;
53 +};