disable --catch-write-textsegment after moving mmap memory region into .text

This commit is contained in:
2026-04-17 00:59:04 +02:00
parent 18c3f13a71
commit 980025e5a1

View File

@ -79,6 +79,8 @@ stop-server:
[doc("Start a FAIL* campaign client")] [doc("Start a FAIL* campaign client")]
[group("4: fail")] [group("4: fail")]
client module: client module:
# -Wf,--catch-write-textsegment
# -Wf,--catch-outerspace
{{ BOCHS_RUNNER }} \ {{ BOCHS_RUNNER }} \
-V {{ FAIL_SHARE }}/vgabios.bin \ -V {{ FAIL_SHARE }}/vgabios.bin \
-b {{ FAIL_SHARE }}/BIOS-bochs-latest \ -b {{ FAIL_SHARE }}/BIOS-bochs-latest \
@ -90,7 +92,6 @@ client module:
-Wf,--server-port={{ FAIL_SERVER_PORT }} \ -Wf,--server-port={{ FAIL_SERVER_PORT }} \
-Wf,--state-dir={{ BUILD_DIR }}-{{ module }}/state \ -Wf,--state-dir={{ BUILD_DIR }}-{{ module }}/state \
-Wf,--trap \ -Wf,--trap \
-Wf,--catch-write-textsegment \
-Wf,--catch-outerspace \ -Wf,--catch-outerspace \
-Wf,--timeout=500000 \ -Wf,--timeout=500000 \
-Wf,--ok-marker=fail_marker_positive \ -Wf,--ok-marker=fail_marker_positive \