Gentoo Archives: gentoo-dev

From: Luca Barbato <lu_zero@g.o>
To: "Robin H. Johnson" <robbat2@g.o>
Cc: Gentoo Developers <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] ASM resources?
Date: Wed, 27 Oct 2004 07:43:51
Message-Id: 417F519B.5010802@gentoo.org
In Reply to: Re: [gentoo-dev] ASM resources? by "Robin H. Johnson"
1 Robin H. Johnson wrote:
2 >
3 > If you find anything on how to write ASM code that works properly with
4 > -fPIC, please tell me! I've got a MySQL bug hung up on that point, and I
5 > haven't succeeded in finding out how to do such a thing.
6 >
7 I remember that with -fPIC you lose a register, you may try to use
8 -fomit-frame-pointer to get one back or rewrite your inline asm to use
9 one register less (quite painfull I think ^^)
10
11
12 lu
13
14 --
15 Luca Barbato
16 Developer
17 Gentoo Linux http://www.gentoo.org/~lu_zero
18
19
20
21 --
22 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] ASM resources? "Robin H. Johnson" <robbat2@g.o>