Re: [RFC v1 1/1] devtools: allow libraries with no global section

2024-03-06 Thread Paul Szczepanek
On 06/03/2024 16:51, David Marchand wrote: On Wed, Mar 6, 2024 at 5:40 PM Bruce Richardson wrote: On Wed, Mar 06, 2024 at 05:14:15PM +0100, David Marchand wrote: On Wed, Mar 6, 2024 at 3:36 PM Paul Szczepanek wrote: If a library has no global section in the version.map allow it not to h

Re: [RFC v1 1/1] devtools: allow libraries with no global section

2024-03-06 Thread David Marchand
On Wed, Mar 6, 2024 at 5:40 PM Bruce Richardson wrote: > > On Wed, Mar 06, 2024 at 05:14:15PM +0100, David Marchand wrote: > > On Wed, Mar 6, 2024 at 3:36 PM Paul Szczepanek > > wrote: > > > > > > If a library has no global section in the version.map > > > allow it not to have symbols and not re

Re: [RFC v1 1/1] devtools: allow libraries with no global section

2024-03-06 Thread Bruce Richardson
On Wed, Mar 06, 2024 at 05:14:15PM +0100, David Marchand wrote: > On Wed, Mar 6, 2024 at 3:36 PM Paul Szczepanek > wrote: > > > > If a library has no global section in the version.map > > allow it not to have symbols and not report it as an error. > > This happens if a library doesn't export any

Re: [RFC v1 1/1] devtools: allow libraries with no global section

2024-03-06 Thread David Marchand
On Wed, Mar 6, 2024 at 3:36 PM Paul Szczepanek wrote: > > If a library has no global section in the version.map > allow it not to have symbols and not report it as an error. > This happens if a library doesn't export any functions > if they're all inline. > > Signed-off-by: Paul Szczepanek Added

[RFC v1 1/1] devtools: allow libraries with no global section

2024-03-06 Thread Paul Szczepanek
If a library has no global section in the version.map allow it not to have symbols and not report it as an error. This happens if a library doesn't export any functions if they're all inline. Signed-off-by: Paul Szczepanek --- devtools/check-symbol-maps.sh | 4 +++- 1 file changed, 3 insertions(