Edit

IABSD.fr/src/libexec

Branch :

  • Show log

    Commit

  • Author : kettenis
    Date : 2023-01-09 13:52:42
    Hash : d857960c
    Message : Rewrite the hppa assembly code to avoid reads from .text, by using the standard PIC magic. This makes the code similar to what we already use for rcrt0.o. This makes it ready for execute-only. Build C code using -fno-jump-tables to make it ready for execute-only. ok deraadt@, miod@