diff options
author | Rasmus Villemoes <rv@rasmusvillemoes.dk> | 2018-10-17 20:39:48 +0200 |
---|---|---|
committer | Rasmus Villemoes <villemoes@gcc.gnu.org> | 2018-10-17 18:39:48 +0000 |
commit | fc8abc466071bb3d8997e9fe7f0ae3faddcf50b8 (patch) | |
tree | bf8d967cb7129da0738b3fee5b36a3e4de49173b /gcc/fortran/resolve.c | |
parent | 1906e1a6072d3ef64553707125d8132b24df3dcb (diff) | |
download | gcc-fc8abc466071bb3d8997e9fe7f0ae3faddcf50b8.zip gcc-fc8abc466071bb3d8997e9fe7f0ae3faddcf50b8.tar.gz gcc-fc8abc466071bb3d8997e9fe7f0ae3faddcf50b8.tar.bz2 |
libgcc: apply LIB2FUNCS_EXCLUDE logic to LIB2FUNCS_ST
One target file (config/c6x/t-elf) lists _printf and _gcc_bcmp in
LIB2FUNCS_EXCLUDE, but that does not have any effect, since those are
not filtered away from LIB2FUNCS_ST. Another option is to do as in
config/rl78/t-rl78, which explicitly sets LIB2FUNCS_ST
# Remove __gcc_bcmp from LIB2FUNCS_ST
LIB2FUNCS_ST = _eprintf
but honouring LIB2FUNCS_EXCLUDE also for LIB2FUNCS_ST seems more
natural.
From-SVN: r265246
Diffstat (limited to 'gcc/fortran/resolve.c')
0 files changed, 0 insertions, 0 deletions