mirror of
https://github.com/systemd/systemd.git
synced 2026-08-08 09:01:02 +00:00
boot: Ensure raise() is not dropped by LTO
This commit is contained in:
@@ -724,6 +724,6 @@ void *find_configuration_table(const EFI_GUID *guid) {
|
||||
|
||||
/* libgcc's __aeabi_ldiv0 intrinsic will call raise() on division by zero, so we
|
||||
* need to provide one ourselves for now. */
|
||||
_noreturn_ int raise(int sig) {
|
||||
_used_ _noreturn_ int raise(int sig) {
|
||||
assert_not_reached();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user