NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/55719 (Unwind tables for signal trampoline on amd64 are incorrect)



On 12/10/2020 15:01, Kamil Rytarowski wrote:
[snip]

Good job.

Andrew, is this ready to commit?

http://netbsd.org/~kamil/patch-00283-amd64-__sigtramp2-cfi-unwinding.2.txt


Is '_OFFSETOF_' really needed as a prefix?


nick@thinkbook:~/netbsd/nbcvs/src$ find lib/libc -name "genassym.cf"
-exec grep -H offsetof {} \; | grep -v _OFFSETOF | wc -l
71
nick@thinkbook:~/netbsd/nbcvs/src$ find lib/libc -name "genassym.cf"
-exec grep -H offsetof {} \; | grep  _OFFSETOF | wc -l
41
nick@thinkbook:~/netbsd/nbcvs/src$


Thanks,
Nick


Home | Main Index | Thread Index | Old Index