--- Additional Comments From sergstesh at yahoo dot com 2009-05-29 05:54
---
I think you are missing a number of points - look, for example, at the
following:
"
ser...@amdam2:~/try_ltdl> cat f.c
unsigned lib_function1(double input)
{
return (unsigned)input;
}
inline void end1()
--- Additional Comments From hjl dot tools at gmail dot com 2009-05-29
05:25 ---
Linux uses ELF which provides symbol size. You can use
"readelf -s" to see it. I don't think Windows has symbol
size info.
--
What|Removed |Added
--- Additional Comments From hjl dot tools at gmail dot com 2009-05-29
05:22 ---
What does "jmp $+2" mean? It seems invalid to me.
--
What|Removed |Added
CC
--- Additional Comments From hjl dot tools at gmail dot com 2009-05-29
05:10 ---
A patch is posted at
http://sourceware.org/ml/binutils/2009-05/msg00531.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10205
--- You are receiving this mail because: ---
You are on the
--- Additional Comments From dave dot korn dot cygwin at gmail dot com
2009-05-29 03:40 ---
Created an attachment (id=3974)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=3974&action=view)
Examination of pc-relative relocs against weak syms in MS and GNU
Again, it turns out w
--- Additional Comments From dave dot korn dot cygwin at gmail dot com
2009-05-29 03:36 ---
Created an attachment (id=3973)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=3973&action=view)
More testcases, object files generated with vendor tools, patch.
--
http://sourceware.