mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +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:
@ -14,3 +14,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
|
||||
|
@ -44,3 +44,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
|
||||
|
@ -13,3 +13,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