Control: tags -1 patch

As usual after a new C++ compiler version the symbols within the
binaries get some changes.

I adjusted the symbols file again to fix the changed symbols and make
makeshlibs happy. Appended as patch or if you prefer I can also commit
the changed files to the tree on Salsa.
Tested on i386, amd64 and arm64 as also done before.

I'm sure we will see some more breakage within future uploads of new 
Debian revision for the GCC 10 suite.

If you want to rebuild things locally you can do this by apply the
following additional changes to the debian folder. The override for
dh_makeshlibs is helpful in case you want to explicitly be able call this rule
dedicated.

diff --git a/debian/control b/debian/control
index 0e6fd8e..4aae00b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: systemc
 Section: electronics
 Priority: optional
 Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy) 
<aelmahmo...@users.sourceforge.net>
-Build-Depends: debhelper (>= 11), texinfo
+Build-Depends: debhelper (>= 11), texinfo, gcc-10, g++-10
 Standards-Version: 4.4.0
 Homepage: https://www.accellera.org/downloads/standards/systemc/
 Vcs-Git: https://salsa.debian.org/electronics-team/systemc.git
diff --git a/debian/rules b/debian/rules
index e3aad18..52e42c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,13 @@ export DEB_BUILD_MAINT_OPTIONS += hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk
 
+export CC=gcc-10
+export CXX=g++-10
 %:
        dh $@
 
 override_dh_auto_configure:
        dh_auto_configure -- --with-unix-layout
+
+override_dh_makeshlibs:
+       dh_makeshlibs

Regards
Carsten
>From 50acbb630b5187618684114f775fb891bc7b673d Mon Sep 17 00:00:00 2001
From: Carsten Schoenert <c.schoen...@t-online.de>
Date: Sun, 19 Apr 2020 11:14:01 +0200
Subject: [PATCH] libsystemc.symbols: update (again) after GCC update

Yet another GCC update that requires again to adjust the symbols file.
---
 debian/libsystemc.symbols | 79 ++++++++++++++++++++++++++-------------
 1 file changed, 53 insertions(+), 26 deletions(-)

diff --git a/debian/libsystemc.symbols b/debian/libsystemc.symbols
index c8b2c4d..5afbd42 100644
--- a/debian/libsystemc.symbols
+++ b/debian/libsystemc.symbols
@@ -52,6 +52,7 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt10SC_LOGIC_XE@Base 2.3.3
  _ZN5sc_dt10SC_LOGIC_ZE@Base 2.3.3
  _ZN5sc_dt10or_on_helpEiiiPjiiiPKj@Base 2.3.3
+ _ZN5sc_dt10sc_bv_base10clean_tailEv@Base 2.3.3
  _ZN5sc_dt10sc_bv_base18assign_from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 2.3.3
  _ZN5sc_dt10sc_bv_base4initEib@Base 2.3.3
  _ZN5sc_dt10sc_bv_baseC1EPKc@Base 2.3.3
@@ -92,14 +93,15 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt10sc_lv_base10clean_tailEv@Base 2.3.3
  _ZN5sc_dt10sc_lv_base18assign_from_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 2.3.3
  _ZN5sc_dt10sc_lv_base4initEiRKNS_8sc_logicE@Base 2.3.3
-#MISSING: 2.3.3-2# (arch-bits=32)_ZN5sc_dt10sc_lv_base7set_bitEiNS_16sc_logic_value_tE@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseC1EPKc@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseC1EPKci@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseC1ERKS0_@Base 2.3.3
+ _ZN5sc_dt10sc_lv_baseC1Ei@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseC1INS_10sc_bv_baseEEERKNS_8sc_proxyIT_EE@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseC2EPKc@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseC2EPKci@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseC2ERKS0_@Base 2.3.3
+ _ZN5sc_dt10sc_lv_baseC2Ei@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseC2INS_10sc_bv_baseEEERKNS_8sc_proxyIT_EE@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseD0Ev@Base 2.3.3
  _ZN5sc_dt10sc_lv_baseD1Ev@Base 2.3.3
@@ -157,6 +159,8 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt11sc_unsigned10concat_setExi@Base 2.3.3
  _ZN5sc_dt11sc_unsigned10concat_setEyi@Base 2.3.3
  _ZN5sc_dt11sc_unsigned14set_packed_repEPj@Base 2.3.3
+ (arch-bits=64)_ZN5sc_dt11sc_unsigned16convert_2C_to_SMEv@Base 2.3.3
+ (arch-bits=64)_ZN5sc_dt11sc_unsigned22convert_SM_to_2C_to_SMEv@Base 2.3.3
  _ZN5sc_dt11sc_unsigned3setEi@Base 2.3.3
  _ZN5sc_dt11sc_unsigned4scanERSi@Base 2.3.3
  _ZN5sc_dt11sc_unsigned5clearEi@Base 2.3.3
@@ -292,6 +296,8 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt11sc_unsignedrSEx@Base 2.3.3
  _ZN5sc_dt11sc_unsignedrSEy@Base 2.3.3
  _ZN5sc_dt11scfx_csd2tcERNS_11scfx_stringE@Base 2.3.3
+ _ZN5sc_dt11scfx_paramsC1ERKNS_16sc_fxtype_paramsENS_6sc_encERKNS_16sc_fxcast_switchE@Base 2.3.3
+ _ZN5sc_dt11scfx_paramsC2ERKNS_16sc_fxtype_paramsENS_6sc_encERKNS_16sc_fxcast_switchE@Base 2.3.3
  _ZN5sc_dt11scfx_stringD1Ev@Base 2.3.3
  _ZN5sc_dt11scfx_stringD2Ev@Base 2.3.3
  _ZN5sc_dt11scfx_tc2csdERNS_11scfx_stringEi@Base 2.3.3
@@ -343,9 +349,9 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt12sc_uint_baseaSERKNS_9sc_signedE@Base 2.3.3
  _ZN5sc_dt12sub_scfx_repERKNS_8scfx_repES2_i@Base 2.3.3
  _ZN5sc_dt12vec_from_strEiiPjPKcNS_9sc_numrepE@Base 2.3.3
- (arch=i386)_ZN5sc_dt13b_and_assign_INS_10sc_bv_baseENS_10sc_lv_baseEEERT_RNS_8sc_proxyIS3_EERKNS5_IT0_EE@Base 2.3.3
+ _ZN5sc_dt13b_and_assign_INS_10sc_bv_baseENS_10sc_lv_baseEEERT_RNS_8sc_proxyIS3_EERKNS5_IT0_EE@Base 2.3.3
  _ZN5sc_dt13b_and_assign_INS_10sc_lv_baseES1_EERT_RNS_8sc_proxyIS2_EERKNS4_IT0_EE@Base 2.3.3
- (arch=i386)_ZN5sc_dt13b_xor_assign_INS_10sc_bv_baseENS_10sc_lv_baseEEERT_RNS_8sc_proxyIS3_EERKNS5_IT0_EE@Base 2.3.3
+ _ZN5sc_dt13b_xor_assign_INS_10sc_bv_baseENS_10sc_lv_baseEEERT_RNS_8sc_proxyIS3_EERKNS5_IT0_EE@Base 2.3.3
  _ZN5sc_dt13b_xor_assign_INS_10sc_lv_baseES1_EERT_RNS_8sc_proxyIS2_EERKNS4_IT0_EE@Base 2.3.3
  _ZN5sc_dt13sc_fxnum_fast4castEv@Base 2.3.3
  _ZN5sc_dt13sc_fxnum_fast4scanERSi@Base 2.3.3
@@ -377,6 +383,7 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt13sc_int_subrefaSERKNS_9sc_signedE@Base 2.3.3
  _ZN5sc_dt13sc_int_subrefaSEx@Base 2.3.3
  _ZN5sc_dt13sc_string_old3fmtERKS0_@Base 2.3.3
+ _ZN5sc_dt13sc_string_old3fmtIPKcEERS0_RKT_@Base 2.3.3
  _ZN5sc_dt13sc_string_old3setEic@Base 2.3.3
  _ZN5sc_dt13sc_string_old6insertERKS0_j@Base 2.3.3
  _ZN5sc_dt13sc_string_old6removeEjj@Base 2.3.3
@@ -406,6 +413,8 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt13sc_string_repC1EPKci@Base 2.3.3
  _ZN5sc_dt13sc_string_repC2EPKc@Base 2.3.3
  _ZN5sc_dt13sc_string_repC2EPKci@Base 2.3.3
+ _ZN5sc_dt13sc_string_repD1Ev@Base 2.3.3
+ _ZN5sc_dt13sc_string_repD2Ev@Base 2.3.3
  _ZN5sc_dt13sc_value_base10concat_setERKNS_11sc_unsignedEi@Base 2.3.3
  _ZN5sc_dt13sc_value_base10concat_setERKNS_9sc_signedEi@Base 2.3.3
  _ZN5sc_dt13sc_value_base10concat_setExi@Base 2.3.3
@@ -425,6 +434,7 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt14compare_msw_ffERKNS_8scfx_repES2_@Base 2.3.3
  _ZN5sc_dt14convert_to_binB5cxx11EPKc@Base 2.3.3
  _ZN5sc_dt14convert_to_fmtERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_9sc_numrepEb@Base 2.3.3
+ _ZN5sc_dt14extend_sign_w_INS_10sc_lv_baseEEEvRT_ib@Base 2.3.3
  _ZN5sc_dt14parse_hex_bitsEPKciPjS2_@Base 2.3.3
  _ZN5sc_dt14sc_concat_bool6m_poolE@Base 2.3.3
  _ZN5sc_dt14sc_concat_boolD0Ev@Base 2.3.3
@@ -453,6 +463,8 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt14sc_uint_subrefaSERKNS_11sc_unsignedE@Base 2.3.3
  _ZN5sc_dt14sc_uint_subrefaSERKNS_9sc_signedE@Base 2.3.3
  _ZN5sc_dt14sc_uint_subrefaSEy@Base 2.3.3
+ _ZN5sc_dt14scfx_print_expERNS_11scfx_stringEi@Base 2.3.3
+ (arch-bits=64)_ZN5sc_dt14vec_complementEiPj@Base 2.3.3
  _ZN5sc_dt14vec_shift_leftEiPji@Base 2.3.3
  _ZN5sc_dt15sc_fxnum_bitref3setEb@Base 2.3.3
  _ZN5sc_dt15sc_fxnum_bitref4scanERSi@Base 2.3.3
@@ -466,6 +478,8 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt15vec_shift_rightEiPjij@Base 2.3.3
  _ZN5sc_dt16compare_unsignedEiiiPKjiiiS1_ii@Base 2.3.3
  _ZN5sc_dt16or_signed_friendEiiiPKjiiiS1_@Base 2.3.3
+ _ZN5sc_dt16sc_fxtype_paramsC1EiiNS_9sc_q_modeENS_9sc_o_modeEi@Base 2.3.3
+ _ZN5sc_dt16sc_fxtype_paramsC2EiiNS_9sc_q_modeENS_9sc_o_modeEi@Base 2.3.3
  _ZN5sc_dt16sc_signed_bitref10concat_setERKNS_11sc_unsignedEi@Base 2.3.3
  _ZN5sc_dt16sc_signed_bitref10concat_setERKNS_9sc_signedEi@Base 2.3.3
  _ZN5sc_dt16sc_signed_bitref10concat_setExi@Base 2.3.3
@@ -508,7 +522,7 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt16vec_add_small_onEiPjj@Base 2.3.3
  _ZN5sc_dt16vec_mul_small_onEiPjj@Base 2.3.3
  _ZN5sc_dt16vec_rem_on_smallEiPjj@Base 2.3.3
- (arch=arm64)_ZN5sc_dt16vec_skip_and_cmpEiPKjiS1_@Base 2.3.3
+ _ZN5sc_dt16vec_skip_and_cmpEiPKjiS1_@Base 2.3.3
  _ZN5sc_dt16vec_sub_small_onEiPjj@Base 2.3.3
  _ZN5sc_dt17add_signed_friendEiiiPKjiiiS1_@Base 2.3.3
  _ZN5sc_dt17and_signed_friendEiiiPKjiiiS1_@Base 2.3.3
@@ -533,7 +547,9 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt17sc_fxval_observerD0Ev@Base 2.3.3
  _ZN5sc_dt17sc_fxval_observerD1Ev@Base 2.3.3
  _ZN5sc_dt17sc_fxval_observerD2Ev@Base 2.3.3
+ _ZN5sc_dt17scfx_parse_prefixERPKc@Base 2.3.3
  _ZN5sc_dt17xor_signed_friendEiiiPKjiiiS1_@Base 2.3.3
+ _ZN5sc_dt18copy_digits_signedERiiiPjiiPKj@Base 2.3.3
  _ZN5sc_dt18div_on_help_signedERiiiPjiiPKj@Base 2.3.3
  _ZN5sc_dt18mod_on_help_signedERiiiPjiiPKj@Base 2.3.3
  _ZN5sc_dt18mul_on_help_signedERiiiPjiiPKj@Base 2.3.3
@@ -823,6 +839,8 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  (arch-bits=64)_ZN5sc_dt8scfx_repnwEm@Base 2.3.3
  _ZN5sc_dt9assign_v_INS_10sc_lv_baseEEEvRNS_8sc_proxyIT_EERKNS_11sc_unsignedE@Base 2.3.3
  _ZN5sc_dt9assign_v_INS_10sc_lv_baseEEEvRNS_8sc_proxyIT_EERKNS_9sc_signedE@Base 2.3.3
+ (arch-bits=32)_ZN5sc_dt9from_uintImEEviPjT_@Base 2.3.3
+ _ZN5sc_dt9from_uintIyEEviPjT_@Base 2.3.3
  _ZN5sc_dt9print_decERNS_11scfx_stringERKNS_8scfx_repEiNS_6sc_fmtE@Base 2.3.3
  _ZN5sc_dt9sc_globalINS_15sc_length_paramEE10m_instanceE@Base 2.3.3
  _ZN5sc_dt9sc_globalINS_15sc_length_paramEE6updateEv@Base 2.3.3
@@ -847,6 +865,9 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN5sc_dt9sc_signed10concat_setExi@Base 2.3.3
  _ZN5sc_dt9sc_signed10concat_setEyi@Base 2.3.3
  _ZN5sc_dt9sc_signed14set_packed_repEPj@Base 2.3.3
+ _ZN5sc_dt9sc_signed22convert_SM_to_2C_to_SMEv@Base 2.3.3
+ (arch-bits=64)_ZN5sc_dt9sc_signed16convert_2C_to_SMEv@Base 2.3.3
+ _ZN5sc_dt9sc_signed22convert_SM_to_2C_to_SMEv@Base 2.3.3
  _ZN5sc_dt9sc_signed3setEi@Base 2.3.3
  _ZN5sc_dt9sc_signed4scanERSi@Base 2.3.3
  _ZN5sc_dt9sc_signed5clearEi@Base 2.3.3
@@ -990,6 +1011,8 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  (arch-bits=64)_ZN5sc_dt9scfx_mant10alloc_wordEm@Base 2.3.3
  (arch-bits=32)_ZN5sc_dt9scfx_mant9free_wordEPjj@Base 2.3.3
  (arch-bits=64)_ZN5sc_dt9scfx_mant9free_wordEPjm@Base 2.3.3
+ _ZN5sc_dt9scfx_mantD1Ev@Base 2.3.3
+ _ZN5sc_dt9scfx_mantD2Ev@Base 2.3.3
  _ZN5sc_dt9to_stringB5cxx11ENS_6sc_encE@Base 2.3.3
  _ZN5sc_dt9to_stringB5cxx11ENS_6sc_fmtE@Base 2.3.3
  _ZN5sc_dt9to_stringB5cxx11ENS_9sc_numrepE@Base 2.3.3
@@ -1437,6 +1460,8 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN7sc_core10sc_bind_efC2EPNS_12sc_process_bEPNS_15sc_event_finderE@Base 2.3.3
  _ZN7sc_core10sc_bind_efD1Ev@Base 2.3.3
  _ZN7sc_core10sc_bind_efD2Ev@Base 2.3.3
+ _ZN7sc_core10sc_cor_pkgC1EPNS_13sc_simcontextE@Base 2.3.3
+ _ZN7sc_core10sc_cor_pkgC2EPNS_13sc_simcontextE@Base 2.3.3
  _ZN7sc_core10sc_mempool18display_statisticsEv@Base 2.3.3
  (arch-bits=32)_ZN7sc_core10sc_mempool7releaseEPvj@Base 2.3.3
  (arch-bits=64)_ZN7sc_core10sc_mempool7releaseEPvm@Base 2.3.3
@@ -1641,6 +1666,7 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN7sc_core12sc_process_b16add_static_eventERKNS_8sc_eventE@Base 2.3.3
  _ZN7sc_core12sc_process_b16terminated_eventEv@Base 2.3.3
  _ZN7sc_core12sc_process_b18disconnect_processEv@Base 2.3.3
+ _ZN7sc_core12sc_process_b19reference_decrementEv@Base 2.3.3
  _ZN7sc_core12sc_process_b19remove_child_objectEPNS_9sc_objectE@Base 2.3.3
  _ZN7sc_core12sc_process_b19trigger_reset_eventEv@Base 2.3.3
  _ZN7sc_core12sc_process_b20remove_static_eventsEv@Base 2.3.3
@@ -2193,6 +2219,7 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN7sc_core17sc_inout_resolvedD2Ev@Base 2.3.3
  _ZN7sc_core17sc_interrupt_hereEPKcNS_11sc_severityE@Base 2.3.3
  _ZN7sc_core17sc_method_process10throw_userERKNS_18sc_throw_it_helperENS_28sc_descendant_inclusion_infoE@Base 2.3.3
+ _ZN7sc_core17sc_method_process11run_processEv@Base 2.3.3
  _ZN7sc_core17sc_method_process11throw_resetEb@Base 2.3.3
  _ZN7sc_core17sc_method_process12kill_processENS_28sc_descendant_inclusion_infoE@Base 2.3.3
  _ZN7sc_core17sc_method_process13clear_triggerEv@Base 2.3.3
@@ -2234,8 +2261,6 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN7sc_core17sc_process_handle18empty_event_vectorE@Base 2.3.3
  _ZN7sc_core17sc_process_handle19empty_object_vectorE@Base 2.3.3
  _ZN7sc_core17sc_process_handle9non_eventE@Base 2.3.3
- _ZN7sc_core17sc_process_handleD1Ev@Base 2.3.3
- _ZN7sc_core17sc_process_handleD2Ev@Base 2.3.3
  _ZN7sc_core17sc_process_handlecvPNS_17sc_method_processEEv@Base 2.3.3
  _ZN7sc_core17sc_process_handlecvPNS_17sc_thread_processEEv@Base 2.3.3
  _ZN7sc_core17sc_process_handlecvPNS_18sc_cthread_processEEv@Base 2.3.3
@@ -2383,6 +2408,8 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN7sc_core18sc_process_monitorD1Ev@Base 2.3.3
  _ZN7sc_core18sc_process_monitorD2Ev@Base 2.3.3
  _ZN7sc_core18sc_set_random_seedEj@Base 2.3.3
+ _ZN7sc_core18sc_signal_inout_ifIN5sc_dt8sc_logicEED2Ev@Base 2.3.3
+ _ZN7sc_core18sc_signal_inout_ifIbED2Ev@Base 2.3.3
  _ZN7sc_core18sc_signal_resolved13register_portERNS_12sc_port_baseEPKc@Base 2.3.3
  _ZN7sc_core18sc_signal_resolved5writeERKN5sc_dt8sc_logicE@Base 2.3.3
  _ZN7sc_core18sc_signal_resolved6updateEv@Base 2.3.3
@@ -3348,6 +3375,10 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZN7sc_core9sc_object13get_attributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 2.3.3
  _ZN7sc_core9sc_object14sc_object_initEPKc@Base 2.3.3
  _ZN7sc_core9sc_object15add_child_eventEPNS_8sc_eventE@Base 2.3.3
+ _ZN7sc_core9sc_object15hierarchy_scopeC1EPNS_9sc_moduleE@Base 2.3.3
+ _ZN7sc_core9sc_object15hierarchy_scopeC2EPNS_9sc_moduleE@Base 2.3.3
+ _ZN7sc_core9sc_object15hierarchy_scopeD1Ev@Base 2.3.3
+ _ZN7sc_core9sc_object15hierarchy_scopeD2Ev@Base 2.3.3
  _ZN7sc_core9sc_object16add_child_objectEPS0_@Base 2.3.3
  _ZN7sc_core9sc_object16remove_attributeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE@Base 2.3.3
  _ZN7sc_core9sc_object18remove_child_eventEPNS_8sc_eventE@Base 2.3.3
@@ -3609,6 +3640,7 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZNK5sc_dt11sc_unsigned9to_stringB5cxx11ENS_9sc_numrepE@Base 2.3.3
  _ZNK5sc_dt11sc_unsigned9to_stringB5cxx11ENS_9sc_numrepEb@Base 2.3.3
  _ZNK5sc_dt11sc_unsigned9to_uint64Ev@Base 2.3.3
+ _ZNK5sc_dt11scfx_params4dumpERSo@Base 2.3.3
  _ZNK5sc_dt12sc_concatref13concat_lengthEPb@Base 2.3.3
  _ZNK5sc_dt12sc_concatref15concat_get_ctrlEPji@Base 2.3.3
  _ZNK5sc_dt12sc_concatref15concat_get_dataEPji@Base 2.3.3
@@ -4289,11 +4321,22 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZNK9tlm_utils28convenience_socket_cb_holder15display_warningEPKc@Base 2.3.3
  _ZNK9tlm_utils41instance_specific_extensions_per_accessor13get_extensionEj@Base 2.3.3
  _ZNKSt5ctypeIcE8do_widenEc@Base 2.3.3
+ _ZNSt12_Destroy_auxILb0EE9__destroyIPN7sc_core17sc_process_handleEEEvT_S5_@Base 2.3.3
+ _ZNSt12_Vector_baseIPN7sc_core17sc_method_processESaIS2_EED1Ev@Base 2.3.3
+ _ZNSt12_Vector_baseIPN7sc_core17sc_method_processESaIS2_EED2Ev@Base 2.3.3
+ _ZNSt12_Vector_baseIPN7sc_core17sc_thread_processESaIS2_EED1Ev@Base 2.3.3
+ _ZNSt12_Vector_baseIPN7sc_core17sc_thread_processESaIS2_EED2Ev@Base 2.3.3
+ _ZNSt12_Vector_baseIPN7sc_core8sc_eventESaIS2_EED1Ev@Base 2.3.3
+ _ZNSt12_Vector_baseIPN7sc_core8sc_eventESaIS2_EED2Ev@Base 2.3.3
+ _ZNSt12_Vector_baseIPN7sc_core9sc_objectESaIS2_EED1Ev@Base 2.3.3
+ _ZNSt12_Vector_baseIPN7sc_core9sc_objectESaIS2_EED2Ev@Base 2.3.3
+ _ZNSt12_Vector_baseIPcSaIS0_EED1Ev@Base 2.3.3
+ _ZNSt12_Vector_baseIPcSaIS0_EED2Ev@Base 2.3.3
+ _ZNSt6vectorIN5sc_dt8sc_logicESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 2.3.3
  (arch-bits=32)_ZNSt6vectorIN7sc_core15sc_reset_targetESaIS1_EE17_M_default_appendEj@Base 2.3.3
  (arch-bits=64)_ZNSt6vectorIN7sc_core15sc_reset_targetESaIS1_EE17_M_default_appendEm@Base 2.3.3
  _ZNSt6vectorIN7sc_core15sc_reset_targetESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIN7sc_core17sc_process_handleESaIS1_EE17_M_realloc_insertIJRKS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 2.3.3
- _ZNSt6vectorIN7sc_core9sc_statusESaIS1_EE12emplace_backIJS1_EEEvDpOT_@Base 2.3.3
  _ZNSt6vectorIN7sc_core9sc_statusESaIS1_EE17_M_realloc_insertIJS1_EEEvN9__gnu_cxx17__normal_iteratorIPS1_S3_EEDpOT_@Base 2.3.3
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 2.3.3
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev@Base 2.3.3
@@ -4304,20 +4347,16 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZNSt6vectorIPKN7sc_core8sc_eventESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 2.3.3
  (arch-bits=32)_ZNSt6vectorIPN3tlm18tlm_extension_baseESaIS2_EE17_M_default_appendEj@Base 2.3.3
  (arch-bits=64)_ZNSt6vectorIPN3tlm18tlm_extension_baseESaIS2_EE17_M_default_appendEm@Base 2.3.3
- _ZNSt6vectorIPN7sc_core10sc_bind_efESaIS2_EE12emplace_backIJS2_EEEvDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core10sc_bind_efESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core12sc_attr_baseESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
- _ZNSt6vectorIPN7sc_core12sc_bind_elemESaIS2_EE12emplace_backIJS2_EEEvDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core12sc_bind_elemESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core12sc_port_baseESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core12sc_process_bESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core13sc_trace_fileESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core14sc_export_baseESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
- _ZNSt6vectorIPN7sc_core15sc_prim_channelESaIS2_EE12emplace_backIJS2_EEEvDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core15sc_prim_channelESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core15sc_signal_in_ifIN5sc_dt8sc_logicEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core15sc_signal_in_ifIbEESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 2.3.3
- _ZNSt6vectorIPN7sc_core15sc_trace_paramsESaIS2_EE12emplace_backIJS2_EEEvDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core15sc_trace_paramsESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core17sc_event_queue_ifESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  (arch-bits=32)_ZNSt6vectorIPN7sc_core17sc_method_processESaIS2_EE17_M_default_appendEj@Base 2.3.3
@@ -4326,12 +4365,12 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  (arch-bits=32)_ZNSt6vectorIPN7sc_core17sc_thread_processESaIS2_EE17_M_default_appendEj@Base 2.3.3
  (arch-bits=64)_ZNSt6vectorIPN7sc_core17sc_thread_processESaIS2_EE17_M_default_appendEm@Base 2.3.3
  _ZNSt6vectorIPN7sc_core17sc_thread_processESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
+ _ZNSt6vectorIPN7sc_core17sc_thread_processESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  (arch-bits=32)_ZNSt6vectorIPN7sc_core18sc_process_monitorESaIS2_EE17_M_default_appendEj@Base 2.3.3
  (arch-bits=64)_ZNSt6vectorIPN7sc_core18sc_process_monitorESaIS2_EE17_M_default_appendEm@Base 2.3.3
  _ZNSt6vectorIPN7sc_core18sc_process_monitorESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core18sc_signal_inout_ifIN5sc_dt8sc_logicEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core18sc_signal_inout_ifIbEESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_@Base 2.3.3
- _ZNSt6vectorIPN7sc_core19sc_spawn_reset_baseESaIS2_EE12emplace_backIJS2_EEEvDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core19sc_spawn_reset_baseESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core8sc_eventESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core8sc_eventESaIS2_EED1Ev@Base 2.3.3
@@ -4343,9 +4382,7 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZNSt6vectorIPN7sc_core9sc_objectESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core9sc_objectESaIS2_EED1Ev@Base 2.3.3
  _ZNSt6vectorIPN7sc_core9sc_objectESaIS2_EED2Ev@Base 2.3.3
- _ZNSt6vectorIPN7sc_core9vcd_traceESaIS2_EE12emplace_backIJS2_EEEvDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core9vcd_traceESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
- _ZNSt6vectorIPN7sc_core9wif_traceESaIS2_EE12emplace_backIJS2_EEEvDpOT_@Base 2.3.3
  _ZNSt6vectorIPN7sc_core9wif_traceESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_@Base 2.3.3
  (arch-bits=32)_ZNSt6vectorIPN9tlm_utils10ispex_baseESaIS2_EE17_M_default_appendEj@Base 2.3.3
  (arch-bits=64)_ZNSt6vectorIPN9tlm_utils10ispex_baseESaIS2_EE17_M_default_appendEm@Base 2.3.3
@@ -4355,27 +4392,17 @@ libsystemc-2.3.3.so libsystemc #MINVER#
  _ZNSt6vectorISt4pairINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPN7sc_core9vcd_traceEESaISA_EE17_M_realloc_insertIJSA_EEEvN9__gnu_cxx17__normal_iteratorIPSA_SC_EEDpOT_@Base 2.3.3
  _ZNSt6vectorIcSaIcEED1Ev@Base 2.3.3
  _ZNSt6vectorIcSaIcEED2Ev@Base 2.3.3
- (arch-bits=32)_ZNSt6vectorIjSaIjEE12emplace_backIJjEEEvDpOT_@Base 2.3.3
  (arch-bits=32)_ZNSt6vectorIjSaIjEE17_M_realloc_insertIJjEEEvN9__gnu_cxx17__normal_iteratorIPjS1_EEDpOT_@Base 2.3.3
- (arch-bits=64)_ZNSt6vectorImSaImEE12emplace_backIJmEEEvDpOT_@Base 2.3.3
  (arch-bits=64)_ZNSt6vectorImSaImEE17_M_realloc_insertIJmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_@Base 2.3.3
- _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag@Base 2.3.3
- _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPcEEvT_S7_St20forward_iterator_tag@Base 2.3.3
  _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED0Ev@Base 2.3.3
  _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED1Ev@Base 2.3.3
  _ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEED2Ev@Base 2.3.3
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7sc_core17sc_object_manager11table_entryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESM_IJEEEEESt17_Rb_tree_iteratorISB_ESt23_Rb_tree_const_iteratorISB_EDpOT_@Base 2.3.3
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7sc_core17sc_object_manager11table_entryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_@Base 2.3.3
- (arch-bits=64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7sc_core17sc_object_manager11table_entryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_@Base 2.3.3
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7sc_core17sc_object_manager11table_entryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_@Base 2.3.3
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7sc_core17sc_object_manager11table_entryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE4findERS7_@Base 2.3.3
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N7sc_core17sc_object_manager11table_entryEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E@Base 2.3.3
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7sc_core9vcd_scopeEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESM_IJEEEEESt17_Rb_tree_iteratorISB_ESt23_Rb_tree_const_iteratorISB_EDpOT_@Base 2.3.3
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7sc_core9vcd_scopeEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE24_M_get_insert_unique_posERS7_@Base 2.3.3
- (arch-bits=64)_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7sc_core9vcd_scopeEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_@Base 2.3.3
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7sc_core9vcd_scopeEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E@Base 2.3.3
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_PN7sc_core9vcd_scopeEESt10_Select1stISB_ESt4lessIS5_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS7_@Base 2.3.3
  _ZNSt8_Rb_treeISt10type_indexSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE17_M_emplace_uniqueIJRS3_EEES1_ISt17_Rb_tree_iteratorIS3_EbEDpOT_@Base 2.3.3
- _ZNSt8_Rb_treeISt10type_indexSt4pairIKS0_jESt10_Select1stIS3_ESt4lessIS0_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E@Base 2.3.3
- _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPPN7sc_core15sc_prim_channelESt6vectorIS4_SaIS4_EEEENS0_5__ops16_Iter_equals_valIKS4_EEET_SE_SE_T0_St26random_access_iterator_tag@Base 2.3.3
  _ZTIN3tlm19tlm_generic_payloadE@Base 2.3.3
  _ZTIN5sc_dt10sc_bv_baseE@Base 2.3.3
  _ZTIN5sc_dt10sc_lv_baseE@Base 2.3.3
-- 
2.25.1

Reply via email to