58ba8a14ff8a2f3be2ad55606dc94b9dbe102847vboxsync# GNU ld version script, for linux
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#
c7814cf6e1240a519cbec0441e033d0e2470ed00vboxsync# Copyright (C) 2008-2010 Oracle Corporation
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
9b6c3413bf8a8eda0e1b71fda8ce7f7289470f0evboxsync# General Public License (GPL) as published by the Free Software
9b6c3413bf8a8eda0e1b71fda8ce7f7289470f0evboxsync# Foundation, in version 2 as it comes in the "COPYING" file of the
9b6c3413bf8a8eda0e1b71fda8ce7f7289470f0evboxsync# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
9b6c3413bf8a8eda0e1b71fda8ce7f7289470f0evboxsync# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
9b6c3413bf8a8eda0e1b71fda8ce7f7289470f0evboxsync#
754899d3e29037e1a3cde20437768a6da3c50527vboxsync
754899d3e29037e1a3cde20437768a6da3c50527vboxsync{
754899d3e29037e1a3cde20437768a6da3c50527vboxsync global:
58ba8a14ff8a2f3be2ad55606dc94b9dbe102847vboxsync _Z*; VBoxNs*;
754899d3e29037e1a3cde20437768a6da3c50527vboxsync __bss_start; _edata; _end; _fini; _init;
754899d3e29037e1a3cde20437768a6da3c50527vboxsync local:
754899d3e29037e1a3cde20437768a6da3c50527vboxsync *;
754899d3e29037e1a3cde20437768a6da3c50527vboxsync};