git-intr-msg-cfa
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Thu, 13 Jul 2023 18:07:47 +0000 (19:07 +0100)
committerAurelien Jarno <aurel32@debian.org>
Thu, 13 Jul 2023 18:07:47 +0000 (19:07 +0100)
commite56c37cc7c19d093a4c74b1c103ccfd66dde2aec
treedf55aa91fc2fbac8d5a9bcc494b1365a8290af99
parent9f3da99f0bddeb352b8e0668f5519f0f9ccdf633
git-intr-msg-cfa

commit 63550530d98db6e9c30dc96a3ea08411b873b23e
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Feb 9 19:58:43 2023 +0100

    hurd: Fix unwinding over INTR_MSG_TRAP

    We used to use .cfi_adjust_cfa_offset around %esp manipulation
    asm instructions to fix unwinding, but when building glibc with
    -fno-omit-frame-pointer this is bogus since in that case %ebp is the CFA and
    does not move.

    Instead, let's force -fno-omit-frame-pointer when building intr-msg.c so
    that %ebp can always be used and no .cfi_adjust_cfa_offset is needed.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-intr-msg-cfa.diff
hurd/Makefile
sysdeps/mach/hurd/i386/intr-msg.h