This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PULL REQUEST] Patches for alpha port


On Sun, Jul 19, 2009 at 04:05:34PM +0200, Aurelien Jarno wrote:
> On Thu, Jul 16, 2009 at 03:08:18PM -0700, Richard Henderson wrote:
> > On 07/16/2009 02:03 PM, Roland McGrath wrote:
> >> I haven't reviewed these particular changes even for GNUish smell test
> >> or glibc wisdom, let alone tried to grok any Alpha issues.
> >
> > 8f31a1e asm/elf.h don't exist anymore since linux kernel 2.6.25
> > b263a04 Update include paths following the move of alpha to ports
> > 83a0f1b 	* sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h
> > 1433675 Adapt alpha version of getsysstats.c to the changes in...
> >
> > These changes seem fine.
> >
> > 00708e9 Fix link of ld.so on alpha (relocation errors).
> >
> > I'm very surprised this would be needed.  Last time I was building
> > glibc on alpha, ld.so's got was like 2k; how could it have grown to
> > over 64k?
> 
> Maybe this is not the correct fix, but ld.so fails to link with a
> relocation error. I'll restart a build without this patch to get the
> exact error message.
> 

Here is the error message:

/home/aurel32/glibc-2.10.1/build-tree/alpha-libc/elf/librtld.os: In function `security_init':
/home/aurel32/glibc-2.10.1/elf/rtld.c:850: relocation truncated to fit: GPREL16 against symbol `_dl_random' defined in .data.rel.ro section in /home/aurel32/glibc-2.10.1/build-tree/alpha-libc/elf/librtld.os
/home/aurel32/glibc-2.10.1/elf/rtld.c:861: relocation truncated to fit: GPREL16 against symbol `_dl_random' defined in .data.rel.ro section in /home/aurel32/glibc-2.10.1/build-tree/alpha-libc/elf/librtld.os
/home/aurel32/glibc-2.10.1/elf/rtld.c:871: relocation truncated to fit: GPREL16 against symbol `_dl_random' defined in .data.rel.ro section in /home/aurel32/glibc-2.10.1/build-tree/alpha-libc/elf/librtld.os
collect2: ld returned 1 exit status

-- 
Aurelien Jarno	                        GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]