Re: [Tinycc-devel] Do not load all referenced libraries, when linking a library

2023-10-11 Thread grischka
On 11.10.2023 11:34, Herman ten Brugge via Tinycc-devel wrote: On 10/10/23 17:37, Michael Matz wrote: Only runtime loaders are required to follow DT_NEEDED. link editors aren't. There's no distinction between emitting a shared lib or an executable. (And for OUTPUT_MEMORY, which might be

Re: [Tinycc-devel] Do not load all referenced libraries, when linking a library

2023-10-11 Thread Herman ten Brugge via Tinycc-devel
On 10/10/23 17:37, Michael Matz wrote: Hello, On Tue, 10 Oct 2023, Herman ten Brugge via Tinycc-devel wrote: On 10/5/23 22:55, Detlef Riekenberg wrote:  After the comments from grischka and Michael,  i prepared a different patch to fix the build break of netbsd-curses  and also updated the

Re: [Tinycc-devel] Do not load all referenced libraries, when linking a library

2023-10-10 Thread Michael Matz
Hello, On Tue, 10 Oct 2023, Herman ten Brugge via Tinycc-devel wrote: On 10/5/23 22:55, Detlef Riekenberg wrote: After the comments from grischka and Michael, i prepared a different patch to fix the build break of netbsd-curses and also updated the patch to current mob. `make test`

Re: [Tinycc-devel] Do not load all referenced libraries, when linking a library

2023-10-10 Thread Herman ten Brugge via Tinycc-devel
On 10/5/23 22:55, Detlef Riekenberg wrote: After the comments from grischka and Michael, i prepared a different patch to fix the build break of netbsd-curses and also updated the patch to current mob. `make test` works A testapp with netbsd-curses works, but i am away for the next 2 weeks.