[Bug ld/3149] ld 2.17 bug ( relocation R_X86_64_PC32 )

2006-09-05 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-09-05 16:29 --- You can write a similar function in C and use gcc -S -O2 -fPIC to see how gcc generates PIC output. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3149 --- You are receiving this mail because: --- You

[Bug ld/3149] ld 2.17 bug ( relocation R_X86_64_PC32 )

2006-09-04 Thread aliens_predator at inbox dot ru
--- Additional Comments From aliens_predator at inbox dot ru 2006-09-04 06:00 --- And how I modify m0.asm? Where can I read about it? -- http://sourceware.org/bugzilla/show_bug.cgi?id=3149 --- You are receiving this mail because: --- You are on the CC list for the bug, or

[Bug ld/3149] ld 2.17 bug ( relocation R_X86_64_PC32 )

2006-09-01 Thread aliens_predator at inbox dot ru
--- Additional Comments From aliens_predator at inbox dot ru 2006-09-01 08:27 --- I still can't compile!! Full stages my compile: as m0.asm -o m0.o ld -s --shared -o full.so linker_script Where linker_script contain a list of files. In the old version it works correctly, but in the

[Bug ld/3149] ld 2.17 bug ( relocation R_X86_64_PC32 )

2006-08-31 Thread aliens_predator at inbox dot ru
--- Additional Comments From aliens_predator at inbox dot ru 2006-08-31 06:11 --- Has as this option? Why is it not documented? -- http://sourceware.org/bugzilla/show_bug.cgi?id=3149 --- You are receiving this mail because: --- You are on the CC list for the bug, or are

[Bug ld/3149] ld 2.17 bug ( relocation R_X86_64_PC32 )

2006-08-31 Thread aliens_predator at inbox dot ru
--- Additional Comments From aliens_predator at inbox dot ru 2006-08-31 08:58 --- And today I was tested output file and it worked correctly! -- http://sourceware.org/bugzilla/show_bug.cgi?id=3149 --- You are receiving this mail because: --- You are on the CC list for the

[Bug ld/3149] ld 2.17 bug ( relocation R_X86_64_PC32 )

2006-08-30 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-08-30 14:54 --- ver_buf is a global symbol which can be overridden by another one at run time and may lead to relocation overflow. The old linker doesn't detect it and you get a run-time error. See

[Bug ld/3149] ld 2.17 bug ( relocation R_X86_64_PC32 )

2006-08-30 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2006-08-31 02:53 --- You need to compile your shared library with -fPIC. -- http://sourceware.org/bugzilla/show_bug.cgi?id=3149 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching