From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 130003858D37; Fri, 23 Jun 2023 08:31:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 130003858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687509074; bh=72RMWPbjGNJX9grrDFQ5M1T2THBwqZj3ehmv5MfKH3w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D5TJ7x/hSUWUwJdHhHTOe5CNxRNg8SGbRQ6FLyBqCbavykom8OBMh/AmpshEAnKl3 XTcsJPfJTTY2x9VEub8Xhzhd/2YOPK7Oy1Qt5WOWlztruv33R1Qbbx7uHuJZj+gRix 0trZa19aJIVqxMOjvxsk+Sja10yQPlzIHbdHnjnA= From: "david.marchand at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/30034] [libabigail] Handle library splitting Date: Fri, 23 Jun 2023 08:30:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: david.marchand at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30034 --- Comment #12 from David Marchand --- To give an example on the split we are currently planning to go with: https://patchwork.dpdk.org/project/dpdk/list/?series=3D28061&state=3D%2A&ar= chive=3Dboth I will attach the (reference and new) binaries to this bz. The command we use to compare atm: $ abidiff --suppr libabigail.abignore --no-added-syms --headers-dir1 reference/include --headers-dir2 split/include reference/lib64/librte_eal.so.23.1 split/lib64/librte_eal.so.23.2=20 Functions changes summary: 17 Removed, 0 Changed, 0 Added (6 filtered out) functions Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 17 Removed functions: [D] 'function int rte_log(uint32_t, uint32_t, const char*, ...)'=20=20=20 {rte_log@@DPDK_23} [D] 'function bool rte_log_can_log(uint32_t, uint32_t)'=20=20=20 {rte_log_can_log@@DPDK_23} [D] 'function int rte_log_cur_msg_loglevel()'=20=20=20 {rte_log_cur_msg_loglevel@@DPDK_23} [D] 'function int rte_log_cur_msg_logtype()'=20=20=20 {rte_log_cur_msg_logtype@@DPDK_23} [D] 'function void rte_log_dump(FILE*)' {rte_log_dump@@DPDK_23} [D] 'function uint32_t rte_log_get_global_level()'=20=20=20 {rte_log_get_global_level@@DPDK_23} [D] 'function int rte_log_get_level(uint32_t)'=20=20=20 {rte_log_get_level@@DPDK_23} [D] 'function FILE* rte_log_get_stream()' {rte_log_get_stream@@DPDK_23} [D] 'function void rte_log_list_types(FILE*, const char*)'=20=20=20 {rte_log_list_types@@DPDK_23} [D] 'function int rte_log_register(const char*)'=20=20=20 {rte_log_register@@DPDK_23} [D] 'function int rte_log_register_type_and_pick_level(const char*, uint32_t)' {rte_log_register_type_and_pick_level@@DPDK_23} [D] 'function void rte_log_set_global_level(uint32_t)'=20=20=20 {rte_log_set_global_level@@DPDK_23} [D] 'function int rte_log_set_level(uint32_t, uint32_t)'=20=20=20 {rte_log_set_level@@DPDK_23} [D] 'function int rte_log_set_level_pattern(const char*, uint32_t)'=20=20= =20 {rte_log_set_level_pattern@@DPDK_23} [D] 'function int rte_log_set_level_regexp(const char*, uint32_t)'=20=20= =20 {rte_log_set_level_regexp@@DPDK_23} [D] 'function int rte_openlog_stream(FILE*)' {rte_openlog_stream@@DPDK= _23} [D] 'function int rte_vlog(uint32_t, uint32_t, const char*, __va_list_tag= *)'=20 {rte_vlog@@DPDK_23} --=20 You are receiving this mail because: You are on the CC list for the bug.=