projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4af686
)
Move libgcc frame handling functions from here to Linux architecture
author
drepper
<drepper>
Thu, 15 Jun 2000 06:58:03 +0000
(06:58 +0000)
committer
drepper
<drepper>
Thu, 15 Jun 2000 06:58:03 +0000
(06:58 +0000)
specific files.
csu/Versions
patch
|
blob
|
history
diff --git
a/csu/Versions
b/csu/Versions
index
7b8d74e
..
10c962d
100644
(file)
--- a/
csu/Versions
+++ b/
csu/Versions
@@
-6,11
+6,6
@@
libc {
# helper functions
__libc_init_first; __libc_start_main;
- # Exception handling support functions from libgcc
- __register_frame; __register_frame_table; __deregister_frame;
- __register_frame_info; __deregister_frame_info; __frame_state_for;
- __register_frame_info_table;
-
# variables in normal name space
errno;
}