Asm problems with gcc and libc compilation
Alexandre Oliva
aoliva@redhat.com
Thu Apr 5 19:00:00 GMT 2001
On Apr 5, 2001, Andrew Lees <andrewl@acay.com.au> wrote:
> I have tried both gcc-2.95 and gcc-2.7.2. In both cases I get
> errors when compiling the libc5 library, specifically compiling some
> cases of syscall* for the *shared* library build only.
ebx is a fixed register when compiling with -fPIC, so it can't be used
in asm statements. Recent versions of GCC started to detect this
incorrect usage, that might silently generate incorrect code in
earlier releases.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
More information about the Gcc-help
mailing list