Re: [AD] proposed patch for nicer asm symbols exports |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> However, on x86 library code need not be compiled with -fPIC because
> the architecture allows linking non-PIC code with PIC code in the same
> object.
In a shared object???
What is the sense of
movl %eax, my_global
in a shared library then, where my_global is defined by the library? More
precisely, given 2 executables using the shared library, what happens when
this line is executed by one of them?
--
Eric Botcazou