https://sourceware.org/bugzilla/show_bug.cgi?id=28148
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard <mark at klomp dot org> --- Is this still an issue? With binutils addr2line 2.39 I get: $ addr2line -f -e inlined-bug.elf 20400e10 irq_disable /home/john/src/RIOT/cpu/riscv_common/include/irq_arch.h:62 And with eu-addr2line 0.189: $ eu-addr2line -f -e inlined-bug.elf 20400e10 irq_disable inlined at /home/john/src/RIOT/core/atomic_c11.c:212:1 in __atomic_fetch_and_4 /home/john/src/RIOT/cpu/riscv_common/include/irq_arch.h:62:5 $ eu-addr2line -a --pretty-print -i -f -e inlined-bug.elf 20400e10 0x20400e10: irq_disable at /home/john/src/RIOT/cpu/riscv_common/include/irq_arch.h:62:5 (inlined by) __atomic_fetch_and_4 at /home/john/src/RIOT/core/atomic_c11.c:212:1 -- You are receiving this mail because: You are on the CC list for the bug.