On 12/3/19 3:20 PM, John Baldwin wrote:
> Author: jhb
> Date: Tue Dec  3 23:20:19 2019
> New Revision: 355374
> URL: https://svnweb.freebsd.org/changeset/base/355374
> 
> Log:
>   Pass 0 to __builtin_frame_address() to appease modern GCC.
>   
>   Modern versions of GCC warn about passing non-zero values to
>   __builtin_frame_address().  Passing 1 is a cosmetic change to remove
>   the db_trace_self() frame from the printed stack trace.
>   
>   Reported by:        marius, imp

Should be 'Reviewed by'

>   Differential Revision:      https://reviews.freebsd.org/D22600

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to