svn commit: r355374 - head/sys/sparc64/sparc64

John Baldwin jhb at FreeBSD.org
Wed Dec 4 00:21:00 UTC 2019


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


More information about the svn-src-head mailing list