pull across a patch from GCC3 tree. the comment says it all:
# Use sh specific libgcc-std.ver to avoid exporting some # lib1func routines which shoud not be called via PLT.
This commit is contained in:
parent
b41d56701a
commit
5cfb97cb39
|
@ -1,6 +1,10 @@
|
|||
TARGET_LIBGCC2_CFLAGS = -fpic
|
||||
LIB1ASMFUNCS_CACHE = _ic_invalidate
|
||||
|
||||
# Use sh specific libgcc-std.ver to avoid exporting some
|
||||
# lib1func routines which shoud not be called via PLT.
|
||||
SHLIB_MAPFILES = $(srcdir)/config/sh/libgcc-std.ver
|
||||
|
||||
LIB2FUNCS_EXTRA=
|
||||
|
||||
EXTRA_MULTILIB_PARTS=
|
||||
|
|
Loading…
Reference in New Issue