Commit a8c0159a by Chris Demetriou Committed by Jeff Law

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.

From-SVN: r37175
parent 8215347e
2000-10-31 Chris Demetriou <cgd@sibyte.com>
* 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.
2000-10-31 Jim Wilson <wilson@redhat.com> 2000-10-31 Jim Wilson <wilson@redhat.com>
* defaults.h (ASM_OUTPUT_DEBUG_LABEL): New. * defaults.h (ASM_OUTPUT_DEBUG_LABEL): New.
......
...@@ -110,7 +110,6 @@ GCC_3.0 { ...@@ -110,7 +110,6 @@ GCC_3.0 {
__empty __empty
__eprintf __eprintf
__gcc_bcmp __gcc_bcmp
__shtab
# EH symbols # EH symbols
__default_terminate __default_terminate
......
...@@ -2571,19 +2571,6 @@ stack_overflow:; ...@@ -2571,19 +2571,6 @@ stack_overflow:;
#endif /* not BLOCK_PROFILER_CODE */ #endif /* not BLOCK_PROFILER_CODE */
#endif /* L_bb */ #endif /* L_bb */
#ifdef L_shtab
unsigned int __shtab[] = {
0x00000001, 0x00000002, 0x00000004, 0x00000008,
0x00000010, 0x00000020, 0x00000040, 0x00000080,
0x00000100, 0x00000200, 0x00000400, 0x00000800,
0x00001000, 0x00002000, 0x00004000, 0x00008000,
0x00010000, 0x00020000, 0x00040000, 0x00080000,
0x00100000, 0x00200000, 0x00400000, 0x00800000,
0x01000000, 0x02000000, 0x04000000, 0x08000000,
0x10000000, 0x20000000, 0x40000000, 0x80000000
};
#endif
#ifdef L_clear_cache #ifdef L_clear_cache
/* Clear part of an instruction cache. */ /* Clear part of an instruction cache. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment