mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:41:18 +08:00
libgcc2.c (__shtab): Remove __shtab variable.
* libgcc2.c (__shtab): Remove __shtab variable. * libgcc-std.ver (GCC_3.0): Remove __shtab from symbol list. * Makefile.in (LIB2FUNCS): Remove _shtab from list of library members. Forgot to commit with above change. From-SVN: r37369
This commit is contained in:
parent
721de8363b
commit
29e9c0c4f1
@ -787,7 +787,7 @@ LIB2FUNCS = _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 \
|
||||
_fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi \
|
||||
_fixtfdi _fixunstfdi _floatditf \
|
||||
__gcc_bcmp _varargs __dummy _eprintf \
|
||||
_bb _shtab _clear_cache _trampoline __main _exit \
|
||||
_bb _clear_cache _trampoline __main _exit \
|
||||
_absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 \
|
||||
_mulvsi3 _mulvdi3 _negvsi2 _negvdi2 \
|
||||
_ctors
|
||||
|
Loading…
x
Reference in New Issue
Block a user