Mailinglist Archive: opensuse (1188 mails)
| < Previous | Next > |
Re: [opensuse] Compiling on 12.1 but running on 11.4
- From: Cristian Rodríguez <crrodriguez@xxxxxxxxxxxx>
- Date: Wed, 25 Jan 2012 16:46:58 -0300
- Message-id: <4F205C32.6010807@opensuse.org>
On 25/01/12 16:23, Christoph Bartoschek wrote:
that *IS* a linker instruction :-D
You may also want to change calls of memcpy to memmove, which will do almost the same thing and will not demand a new version of the glibc symbol.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
Am 25.01.2012 16:28, schrieb Cristian Rodríguez:
On 25/01/12 12:17, Cristian Rodríguez wrote:
__asm__(".symver memcpy,memcpy@GLIBC_2.2.5");
I hoped that there is a compiler or linker option to achieve this.
that *IS* a linker instruction :-D
I do
not what to change the source because then the danger exists that I
accidentally check the hack in.
You may also want to change calls of memcpy to memmove, which will do almost the same thing and will not demand a new version of the glibc symbol.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse+owner@xxxxxxxxxxxx
| < Previous | Next > |