xpcom-namespace-cleanup.map revision 754899d3e29037e1a3cde20437768a6da3c50527
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# GNU ld version script, also used by Solaris ld.
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# Gets rid of all non-prefixed non-C++ global symbols. They cause problem if
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# VirtualBox drags in the system-provided nspr library or some other code from
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# the Mozilla project. VirtualBox shouldn't pollute the namespace.
754899d3e29037e1a3cde20437768a6da3c50527vboxsync
754899d3e29037e1a3cde20437768a6da3c50527vboxsync#
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# Copyright (C) 2008 Sun Microsystems, Inc.
754899d3e29037e1a3cde20437768a6da3c50527vboxsync#
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# This file is part of VirtualBox Open Source Edition (OSE), as
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# available from http://www.virtualbox.org. This file is free software;
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# you can redistribute it and/or modify it under the terms of the GNU
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# General Public License as published by the Free Software Foundation,
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# distribution. VirtualBox OSE is distributed in the hope that it will
754899d3e29037e1a3cde20437768a6da3c50527vboxsync# be useful, but WITHOUT ANY WARRANTY of any kind.
754899d3e29037e1a3cde20437768a6da3c50527vboxsync#
754899d3e29037e1a3cde20437768a6da3c50527vboxsync
754899d3e29037e1a3cde20437768a6da3c50527vboxsync{
754899d3e29037e1a3cde20437768a6da3c50527vboxsync global:
754899d3e29037e1a3cde20437768a6da3c50527vboxsync _Z*; VBoxNspr*; VBoxNspl*; VBoxNsxp*; VBoxNsll*;
754899d3e29037e1a3cde20437768a6da3c50527vboxsync NSGetModule;
754899d3e29037e1a3cde20437768a6da3c50527vboxsync __bss_start; _edata; _end; _fini; _init;
754899d3e29037e1a3cde20437768a6da3c50527vboxsync local:
754899d3e29037e1a3cde20437768a6da3c50527vboxsync *;
754899d3e29037e1a3cde20437768a6da3c50527vboxsync};