Displaying 2 results from an estimated 2 matches for "002058".
Did you mean:
000058
2016 Apr 04
2
[LLD][ELF] Dynamic relocations list depends on the input files order
...as --32 r-32.s -o r-32.o
% as --32 data.s -o data.o
% lld -flavor gnu data.o -shared -o libdata.so
% lld -flavor gnu r-32.o r-got.o libdata.so -o a.out
relocation R_386_GOT32 out of range
% lld -flavor gnu r-got.o r-32.o libdata.so -o a.out
% readelf -Sr a.out
...
[ 7] .got PROGBITS 00012058 002058 000004 00 WA 0 0 4
...
Relocation section '.rel.dyn' at offset 0x15c contains 2 entries:
Offset Info Type Sym.Value Sym. Name
00012058 00000106 R_386_GLOB_DAT 00013000 foo
00013000 00000105 R_386_COPY 00013000 foo
BTW the D18711 patch changes the LL...
2013 Dec 30
0
Nvidia driver and CentOS 6.5 [was: Re:intrusive chrome ]
...rs replace some xorg files and if
> you do not reinstall it can freeze the system or crash X.
If you are having issues with the Nvidia driver under CentOS 6.5, the
first thing you may want to try is to run:
yum remove xorg-x11-glamor
(See http://lists.elrepo.org/pipermail/elrepo/2013-November/002058.html
if you care about the details. :-)
Akemi