cf7b83a943a4eb539dcb0777680a9883744f89e1
[platform/upstream/libabigail.git] /
1 ================ changes of 'libtbb.so.2'===============
2   Functions changes summary: 0 Removed, 7 Changed (9 filtered out), 17 Added functions
3   Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
4   Function symbols changes summary: 0 Removed, 0 Added function symbol not referenced by debug info
5   Variable symbols changes summary: 3 Removed, 0 Added variable symbols not referenced by debug info
6
7   17 Added functions:
8
9     'method int tbb::interface7::internal::task_arena_base::internal_current_slot()'    {_ZN3tbb10interface78internal15task_arena_base21internal_current_slotEv}
10     'method void tbb::interface7::internal::task_arena_base::internal_enqueue(tbb::task&, intptr_t) const'    {_ZNK3tbb10interface78internal15task_arena_base16internal_enqueueERNS_4taskEl}
11     'method void tbb::interface7::internal::task_arena_base::internal_execute(tbb::interface7::internal::delegate_base&) const'    {_ZNK3tbb10interface78internal15task_arena_base16internal_executeERNS1_13delegate_baseE}
12     'method void tbb::interface7::internal::task_arena_base::internal_initialize()'    {_ZN3tbb10interface78internal15task_arena_base19internal_initializeEv}
13     'method void tbb::interface7::internal::task_arena_base::internal_terminate()'    {_ZN3tbb10interface78internal15task_arena_base18internal_terminateEv}
14     'method void tbb::interface7::internal::task_arena_base::internal_wait() const'    {_ZNK3tbb10interface78internal15task_arena_base13internal_waitEv}
15     'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_acquire_reader(tbb::interface8::internal::x86_rtm_rw_mutex::scoped_lock&, bool)'    {_ZN3tbb10interface88internal16x86_rtm_rw_mutex23internal_acquire_readerERNS2_11scoped_lockEb}
16     'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_acquire_writer(tbb::interface8::internal::x86_rtm_rw_mutex::scoped_lock&, bool)'    {_ZN3tbb10interface88internal16x86_rtm_rw_mutex23internal_acquire_writerERNS2_11scoped_lockEb}
17     'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_construct()'    {_ZN3tbb10interface88internal16x86_rtm_rw_mutex18internal_constructEv}
18     'method bool tbb::interface8::internal::x86_rtm_rw_mutex::internal_downgrade(tbb::interface8::internal::x86_rtm_rw_mutex::scoped_lock&)'    {_ZN3tbb10interface88internal16x86_rtm_rw_mutex18internal_downgradeERNS2_11scoped_lockE}
19     'method void tbb::interface8::internal::x86_rtm_rw_mutex::internal_release(tbb::interface8::internal::x86_rtm_rw_mutex::scoped_lock&)'    {_ZN3tbb10interface88internal16x86_rtm_rw_mutex16internal_releaseERNS2_11scoped_lockE}
20     'method bool tbb::interface8::internal::x86_rtm_rw_mutex::internal_try_acquire_writer(tbb::interface8::internal::x86_rtm_rw_mutex::scoped_lock&)'    {_ZN3tbb10interface88internal16x86_rtm_rw_mutex27internal_try_acquire_writerERNS2_11scoped_lockE}
21     'method bool tbb::interface8::internal::x86_rtm_rw_mutex::internal_upgrade(tbb::interface8::internal::x86_rtm_rw_mutex::scoped_lock&)'    {_ZN3tbb10interface88internal16x86_rtm_rw_mutex16internal_upgradeERNS2_11scoped_lockE}
22     'method void tbb::internal::concurrent_queue_base_v8::internal_push_move(void*)'    {_ZN3tbb8internal24concurrent_queue_base_v818internal_push_moveEPKv}
23     'method bool tbb::internal::concurrent_queue_base_v8::internal_push_move_if_not_full(void*)'    {_ZN3tbb8internal24concurrent_queue_base_v830internal_push_move_if_not_fullEPKv}
24     'method void tbb::internal::concurrent_queue_base_v8::move_content(tbb::internal::concurrent_queue_base_v8&)'    {_ZN3tbb8internal24concurrent_queue_base_v812move_contentERS1_}
25     'method void tbb::task_group_context::capture_fp_settings()'    {_ZN3tbb18task_group_context19capture_fp_settingsEv}
26
27   7 functions with some indirect sub-type change:
28
29     [C]'function void tbb::internal::throw_exception_v4(tbb::internal::exception_id)' at tbb_misc.cpp:119:1 has some indirect sub-type changes:
30       parameter 1 of type 'enum tbb::internal::exception_id' has sub-type changes:
31         1 enumerator insertion:
32           'tbb::internal::exception_id::eid_bad_tagged_msg_cast' value '20'
33
34         1 enumerator change:
35           'tbb::internal::exception_id::eid_max' from value '20' to '21'
36
37
38     [C]'method void tbb::mutex::scoped_lock::internal_acquire(tbb::mutex&)' at mutex.h:129:1 has some indirect sub-type changes:
39       parameter 1 of type 'tbb::mutex&' has sub-type changes:
40         in referenced type 'class tbb::mutex' at mutex.h:40:1:
41           1 base class insertion:
42             class tbb::internal::mutex_copy_deprecated_and_disabled at tbb_stddef.h:334:1
43
44     [C]'method void tbb::pipeline::run(std::size_t, tbb::task_group_context&)' at pipeline.cpp:633:1 has some indirect sub-type changes:
45       parameter 2 of type 'tbb::task_group_context&' has sub-type changes:
46         in referenced type 'class tbb::task_group_context' at task.h:302:1:
47           1 data member insertion:
48             'tbb::internal::cpu_ctl_env_space tbb::task_group_context::my_cpu_ctl_env', at offset 896 (in bits) at task.h:380:1
49           1 data member changes (1 filtered):
50            type of 'char tbb::task_group_context::_leading_padding[80]' changed:
51              type name changed from 'char[80]' to 'char[72]'
52              array type size changed from 640 to 576 bits:
53              array type subrange 1 changed length from 80 to 72
54
55
56     [C]'method void tbb::queuing_mutex::scoped_lock::acquire(tbb::queuing_mutex&)' at queuing_mutex.h:84:1 has some indirect sub-type changes:
57       parameter 1 of type 'tbb::queuing_mutex&' has sub-type changes:
58         in referenced type 'class tbb::queuing_mutex' at queuing_mutex.h:45:1:
59           1 base class insertion:
60             class tbb::internal::mutex_copy_deprecated_and_disabled at tbb_stddef.h:334:1
61
62     [C]'method void tbb::queuing_rw_mutex::scoped_lock::acquire(tbb::queuing_rw_mutex&, bool)' at queuing_rw_mutex.h:95:1 has some indirect sub-type changes:
63       parameter 1 of type 'tbb::queuing_rw_mutex&' has sub-type changes:
64         in referenced type 'class tbb::queuing_rw_mutex' at queuing_rw_mutex.h:47:1:
65           1 base class insertion:
66             class tbb::internal::mutex_copy_deprecated_and_disabled at tbb_stddef.h:334:1
67
68     [C]'method void tbb::recursive_mutex::scoped_lock::internal_acquire(tbb::recursive_mutex&)' at recursive_mutex.h:139:1 has some indirect sub-type changes:
69       parameter 1 of type 'tbb::recursive_mutex&' has sub-type changes:
70         in referenced type 'class tbb::recursive_mutex' at recursive_mutex.h:39:1:
71           1 base class insertion:
72             class tbb::internal::mutex_copy_deprecated_and_disabled at tbb_stddef.h:334:1
73
74     [C]'method void tbb::spin_mutex::scoped_lock::internal_acquire(tbb::spin_mutex&)' at spin_mutex.h:66:1 has some indirect sub-type changes:
75       parameter 1 of type 'tbb::spin_mutex&' has sub-type changes:
76         in referenced type 'class tbb::spin_mutex' at spin_mutex.h:40:1:
77           1 base class insertion:
78             class tbb::internal::mutex_copy_deprecated_and_disabled at tbb_stddef.h:334:1
79
80
81   3 Removed variable symbols not referenced by debug info:
82
83     _ZTVN3rml16versioned_objectE
84     _ZTVN3rml6clientE
85     _ZTVN3rml6serverE
86
87 ================ end of changes of 'libtbb.so.2'===============
88
89 ================ changes of 'libtbbmalloc.so.2'===============
90   Functions changes summary: 9 Removed, 0 Changed, 0 Added functions
91   Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
92   Function symbols changes summary: 0 Removed, 27 Added function symbols not referenced by debug info
93   Variable symbols changes summary: 0 Removed, 0 Added variable symbol not referenced by debug info
94
95   9 Removed functions:
96
97     'function void* rml::internal::__TBB_internal_calloc(size_t, size_t)'    {__TBB_internal_calloc}
98     'function void rml::internal::__TBB_internal_free(void*)'    {__TBB_internal_free}
99     'function void* rml::internal::__TBB_internal_malloc(size_t)'    {__TBB_internal_malloc}
100     'function int rml::internal::__TBB_internal_posix_memalign(void**, size_t, size_t)'    {__TBB_internal_posix_memalign}
101     'function void* rml::internal::__TBB_internal_realloc(void*, size_t)'    {__TBB_internal_realloc}
102     'function void* safer_scalable_aligned_realloc(void*, size_t, size_t, void*)'    {safer_scalable_aligned_realloc}
103     'function void safer_scalable_free(void*, void (void*)*)'    {safer_scalable_free}
104     'function size_t safer_scalable_msize(void*, typedef size_t (void*)*)'    {safer_scalable_msize}
105     'function void* safer_scalable_realloc(void*, size_t, void*)'    {safer_scalable_realloc}
106
107
108   27 Added function symbols not referenced by debug info:
109
110     _Z10BitScanRevm
111     _Z10FencedLoadRVKl
112     _Z11FencedStoreRVll
113     _Z15AtomicIncrementRVl
114     _Z15SpinWaitWhileEqRVKll
115     _Z16AtomicFetchStorePVvm
116     _Z21AtomicCompareExchangeRVlll
117     _Z8AtomicOrPVvm
118     _Z8do_yieldv
119     _Z9AtomicAddRVll
120     _Z9AtomicAndPVvm
121     _ZN11MallocMutex11scoped_lockC1ERS_
122     _ZN11MallocMutex11scoped_lockC1ERS_bPb, aliases _ZN11MallocMutex11scoped_lockC2ERS_bPb
123     _ZN11MallocMutex11scoped_lockC2ERS_, aliases _ZN11MallocMutex11scoped_lockC1ERS_
124     _ZN11MallocMutex11scoped_lockC2ERS_bPb
125     _ZN11MallocMutex11scoped_lockD1Ev, aliases _ZN11MallocMutex11scoped_lockD2Ev
126     _ZN11MallocMutex11scoped_lockD2Ev
127     _ZN11MallocMutexC1Ev, aliases _ZN11MallocMutexC2Ev
128     _ZN11MallocMutexC2Ev
129     _ZdlPvS_
130     _ZnwmPv
131     __TBB_malloc_safer_aligned_msize
132     __TBB_malloc_safer_aligned_realloc
133     __TBB_malloc_safer_free
134     __TBB_malloc_safer_msize
135     __TBB_malloc_safer_realloc
136     scalable_allocation_command
137
138 ================ end of changes of 'libtbbmalloc.so.2'===============
139
140 ================ changes of 'libtbbmalloc_proxy.so.2'===============
141   Functions changes summary: 1 Removed, 0 Changed, 5 Added functions
142   Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
143
144   1 Removed function:
145
146     'function bool __TBB_internal_find_original_malloc(int, const char**, void**)'    {__TBB_internal_find_original_malloc}
147
148   5 Added functions:
149
150     'function void __libc_free(void*)'    {__libc_free}
151     'function void* __libc_realloc(void*, size_t)'    {__libc_realloc}
152     'function void* calloc(size_t, size_t)'    {__libc_calloc, aliases calloc}
153     'function size_t malloc_usable_size(void*)'    {malloc_usable_size}
154     'function void* valloc(size_t)'    {__libc_valloc, aliases valloc}
155
156
157 ================ end of changes of 'libtbbmalloc_proxy.so.2'===============
158