[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/2379] pie.exp: FAIL: weak undefined
From: |
dave at hiauly1 dot hia dot nrc dot ca |
Subject: |
[Bug ld/2379] pie.exp: FAIL: weak undefined |
Date: |
24 Feb 2006 18:55:54 -0000 |
------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca
2006-02-24 18:55 -------
Subject: Re: New: pie.exp: FAIL: weak undefined
> > tmpdir/weakundef: error while loading shared libraries: unexpected reloc
> > type 0x
> > 42
>
> This is R_PARISC_PLABEL21L.
This is a glibc bug. The dynamic loader doesn't yet support
R_PARISC_PLABEL21L and R_PARISC_PLABEL14R, and the startup file
/usr/lib/Scrt1.o introduces them into the executable when -pie
is specified:
/usr/lib/Scrt1.o: file format elf32-hppa-linux
RELOCATION RECORDS FOR [.text]:
OFFSET TYPE VALUE
00000000 R_PARISC_PLABEL21L main
00000004 R_PARISC_PLABEL14R main
00000010 R_PARISC_PLABEL21L __libc_csu_init
00000014 R_PARISC_PLABEL14R __libc_csu_init
00000018 R_PARISC_PLABEL21L __libc_csu_fini
0000001c R_PARISC_PLABEL14R __libc_csu_fini
Dave
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2379
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug ld/2379] pie.exp: FAIL: weak undefined,
dave at hiauly1 dot hia dot nrc dot ca <=