uclinux.h (LIB_SPEC): Add elf2flt magic required for correct linking of executables using id-based...

* config/m68k/uclinux.h (LIB_SPEC): Add elf2flt magic required for
	correct linking of executables using id-based shared libraries.

From-SVN: r75173
This commit is contained in:
Bernardo Innocenti 2003-12-27 19:51:58 +01:00 committed by Bernardo Innocenti
parent 82ebe78b9e
commit 9bd85baa69
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-12-27 Bernardo Innocenti <bernie@develer.com>
* config/m68k/uclinux.h (LIB_SPEC): Add elf2flt magic required for
correct linking of executables using id-based shared libraries.
2003-12-27 Kazu Hirata <kazu@cs.umass.edu>
* config/i386/i386-interix.h: Remove uses of "register"

View File

@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */
profiling, or libg.a. */
#undef LIB_SPEC
#define LIB_SPEC "\
%{mid-shared-library:-R libc.gdb%s} -lc \
%{mid-shared-library:-R libc.gdb%s -elf2flt -shared-lib-id 0} -lc \
"
/* we don't want a .eh_frame section. */