Re: [AD] [patch] preliminary PIC support in ASM files |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] [patch] preliminary PIC support in ASM files
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Tue, 26 Oct 2004 16:55:12 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=UBEllOnDzRKwiBBXGx52gB/mT43lhtYFT0DKaagMr5e70yN8Hjzjts9G1gaQ9/KZPw58cT7N+TA+XP9O76+2OG8trS64V43znVZKnm+FXMbYt/GcyTipvf+AJTV4/W2UQY1pPGQIuQH+h30OWFM8Fj9xpoNs5kQShkC28euemq4=
On Wed, 27 Oct 2004 00:53:39 +1000, Peter Wang <tjaden@xxxxxxxxxx> wrote:
> Sam Hocevar wrote:
>
> > Here is the first part of my big PIC mode fixes for the
> >assembly functions. This patch is split in two: the first is for
> >src/i386/asmdefs.inc and defines convenience macros to handle global
> >symbols in PI code, and the second starts the big work of modifying code
> >that accesses global variables so that it uses the GOT and PLT in PIC
> >mode.
I have a question. Is PIC necesarry in anything but the Debian
package? If not, I don't really think it may be worth it if I
understand it right. Perhaps at least a configure option to turn it
off? But then you'd have some Allegro compilations being slower by
default, which wouldn't make sense to do.
- Kitty Cat