mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
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.azanella/bz12683
2 changed files with 3 additions and 13 deletions
Loading…
Reference in new issue