OSDN Git Service

Don't allow undefined global symbols to pass(all archs needs fixing,
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Fri, 17 Sep 2004 09:11:53 +0000 (09:11 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Fri, 17 Sep 2004 09:11:53 +0000 (09:11 -0000)
commitd88a7c90cc5b4abc9bc54f966f6be0e9eba3d465
treef9d3c3750b85c33ab3473bb3ca2d8f286c61201e
parent68465f9e53905daca3ea10015e7bb405042a9319
Don't allow undefined global symbols to pass(all archs needs fixing,
but powerpc).
If you are using buildroot and soft floating point, you may have to
rebuild the libm.so library, copy it to staging_dir/lib and rebuild
your application.

Move handling of R_386_COPY back into _dl_do_reloc(all archs should
do this). Adjust the first argument to _dl_memcpy as it looks wrong
to have symtab[symtab_index].st_value as destination for the mem copy.
ldso/ldso/i386/elfinterp.c