mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
ld.so: Introduce struct dl_exception
This commit separates allocating and raising exceptions. This simplifies catching and re-raising them because it is no longer necessary to make a temporary, on-stack copy of the exception message.
This commit is contained in:
@ -26,3 +26,5 @@ ld.so: free
|
||||
# The TLS-enabled version of these functions is interposed from libc.so.
|
||||
ld.so: _dl_signal_error
|
||||
ld.so: _dl_catch_error
|
||||
ld.so: _dl_signal_exception
|
||||
ld.so: _dl_catch_exception
|
||||
|
@ -27,3 +27,5 @@ ld.so: free
|
||||
# The TLS-enabled version of these functions is interposed from libc.so.
|
||||
ld.so: _dl_signal_error
|
||||
ld.so: _dl_catch_error
|
||||
ld.so: _dl_signal_exception
|
||||
ld.so: _dl_catch_exception
|
||||
|
Reference in New Issue
Block a user