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
4
gnu/dist/gcc4/gcc/config/sh/t-netbsd
vendored
4
gnu/dist/gcc4/gcc/config/sh/t-netbsd
vendored
@ -1,6 +1,10 @@
|
|||||||
TARGET_LIBGCC2_CFLAGS = -fpic
|
TARGET_LIBGCC2_CFLAGS = -fpic
|
||||||
LIB1ASMFUNCS_CACHE = _ic_invalidate
|
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=
|
LIB2FUNCS_EXTRA=
|
||||||
|
|
||||||
EXTRA_MULTILIB_PARTS=
|
EXTRA_MULTILIB_PARTS=
|
||||||
|
Loading…
Reference in New Issue
Block a user