Move shlib support to toplevel libgcc
[gcc.git] / libgcc / config / alpha / libgcc-osf5.ver
1 # Copyright (C) 2011 Free Software Foundation, Inc.
2 #
3 # This file is part of GCC.
4 #
5 # GCC is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 3, or (at your option)
8 # any later version.
9 #
10 # GCC is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with GCC; see the file COPYING3. If not see
17 # <http://www.gnu.org/licenses/>.
18
19 # Tru64 UNIX specific additions to libgcc-std.ver.
20
21 GCC_4.7.0 {
22 __udiv_qrnnd
23 # Beware *not* to hide the POSIX threads related symbols provided by
24 # gthr-posix.c, as this would prevent their preemption by real symbols.
25 __pthread_cancel
26 __pthread_cond_broadcast
27 __pthread_cond_destroy
28 __pthread_cond_init
29 __pthread_cond_signal
30 __pthread_cond_timedwait
31 __pthread_cond_wait
32 __pthread_create
33 __pthread_detach
34 __pthread_exit
35 __pthread_getspecific
36 __pthread_join
37 __pthread_mutex_destroy
38 __pthread_mutex_init
39 __pthread_mutex_lock
40 __pthread_mutex_trylock
41 __pthread_mutex_unlock
42 __pthread_once
43 __pthread_self
44 __pthread_setspecific
45 pthread_attr_destroy
46 pthread_attr_init
47 pthread_attr_setdetachstate
48 pthread_getschedparam
49 pthread_key_create
50 pthread_key_delete
51 pthread_mutexattr_destroy
52 pthread_mutexattr_init
53 pthread_mutexattr_settype
54 pthread_setschedparam
55 sched_get_priority_max
56 sched_get_priority_min
57 sched_yield
58 }