This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
why non-PIC code in /usr/lib/libgcj.so.3.0.0?
- From: Jack Howarth <howarth at bromo dot msbb dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 9 Jan 2003 21:44:48 -0500 (EST)
- Subject: why non-PIC code in /usr/lib/libgcj.so.3.0.0?
On both debian ppc sid and redhat based ppclinux, I
am seeing non-PIC code linked into /usr/lib/libgcj.so.3.0.0
as determined by...
objdump --all-headers /usr/lib/libgcj.so.3.0.0 | grep TEXTREL
TEXTREL 0x0
any idea why this is happening and is it unique to ppclinux?
Jack