Fwd: Dynamic linker support for FPC.

2023-05-28 Thread Michel Bdec
Link loadbalance Registre you free https://www.linkedin.com/in/michel-de-cerqueira-96b20a233 -- Mensagem encaminhada -- De: *Andrey Rakhmatullin* Data: domingo, 28 de maio de 2023 Assunto: Dynamic linker support for FPC. Para: debian-devel@lists.debian.org On Sun, May 28

Re: Dynamic linker support for FPC.

2023-05-28 Thread Bastian Blank
On Sun, May 28, 2023 at 08:27:16PM +0200, Ansgar wrote: > I think this entry from the changelog is meant: > > +--- > | 2020-02-15 Florian Weimer > | > | COMMIT: 3a0ecccb599a6b1ad4b149dc569c0080e92d057b > | ld.so: Do not export free/calloc/malloc/realloc functions [BZ > #25486]

Re: Dynamic linker support for FPC.

2023-05-28 Thread Ansgar
On Sun, 2023-05-28 at 20:23 +0200, Andrey Rakhmatullin wrote: > On Sun, May 28, 2023 at 06:53:51PM +0200, Abou Al Montacir wrote: > > One year ago, glibc 2.32 > 2.32 was released in 2020 though? Unless you mean some Debian-specific > changes, happened in 2021, in which case please be more

Re: Dynamic linker support for FPC.

2023-05-28 Thread Andrey Rakhmatullin
On Sun, May 28, 2023 at 06:53:51PM +0200, Abou Al Montacir wrote: > One year ago, glibc 2.32 2.32 was released in 2020 though? Unless you mean some Debian-specific changes, happened in 2021, in which case please be more specific? > introduced a change in the dynamic linker removing the functions

Dynamic linker support for FPC.

2023-05-28 Thread Abou Al Montacir
Dear All, One year ago, glibc 2.32 introduced a change in the dynamic linker removing the functions calloc/malloc/realloc/free. This was motivated by the fact that libC is always in the way and provides these functions. However, this is not always true, because other compilers, FPC for instance,