diff mbox series

[v4,4/4] Remove set-hooks.h from generic includes

Message ID 20230306160920.2942970-5-adhemerval.zanella@linaro.org
State New
Headers show
Series Remove --with-default-link option | expand

Commit Message

Adhemerval Zanella Netto March 6, 2023, 4:09 p.m. UTC
From: Adhemerval Zanella Netto <adhemerval.zanella@linaro.org>

The hooks mechanism uses symbol sets for running lists of functions,
which requires either extra linker directives to provide any hardening
(such as RELRO) or additional code (such as pointer obfuscation via
mangling with random value).

Currently only hurd uses set-hooks.h so we remove it from the generic
includes.  The generic implementation uses direct function calls which
provide hardening and good code generation, observability and debugging
without the need for extra linking options or special code handling.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
---
 {include => hurd}/set-hooks.h | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {include => hurd}/set-hooks.h (100%)
diff mbox series

Patch

diff --git a/include/set-hooks.h b/hurd/set-hooks.h
similarity index 100%
rename from include/set-hooks.h
rename to hurd/set-hooks.h