diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-13 14:26:03 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-06-13 14:26:03 +0000 |
commit | 908af763962e8a2427d2d8814beb1281fbf8d032 (patch) | |
tree | 915e7846979febcf2a2e47495986b5d3e402b9cf /gcc/libgcc-std.ver | |
parent | a37f08ee287652fc3bcad4319b7827e03501bc3d (diff) | |
download | gcc-908af763962e8a2427d2d8814beb1281fbf8d032.tar.gz |
* Makefile.in: Move _bb and __gcc_bcmp to LIB2FUNCS_ST.
* libgcc-std.ver: Take out __bb* and __gcc_bcmp.
* config/t-slibgcc-elf-ver, config/t-slibgcc-sld,
config/alpha/t-osf4, config/mips/t-iris6: Extract all
references to @shlib_map_file@, @shlib_objs@, or
@shlib_base_name@ to Makefile variables.
Bump soname version of libgcc to 1.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43316 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcc-std.ver')
-rw-r--r-- | gcc/libgcc-std.ver | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/gcc/libgcc-std.ver b/gcc/libgcc-std.ver index c9a085e5ab6..6bc42213291 100644 --- a/gcc/libgcc-std.ver +++ b/gcc/libgcc-std.ver @@ -141,19 +141,8 @@ GCC_3.0 { __floattixf __floattitf - # Basic block profile symbols. - # ??? Some of these are for `-a', which ought to die. - __bb - __bb_exit_func - __bb_fork_func - __bb_init_func - __bb_init_trace_func - __bb_trace_func - __bb_trace_ret - - # ??? Symbols that perhaps unused should be nuked. + # Used to deal with trampoline initialization on some platforms __clear_cache - __gcc_bcmp # EH symbols _Unwind_DeleteException |