Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2008 21:31:14 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sparc64/sparc64 db_trace.c stack_machdep.c src/sys/sun4v/sun4v db_trace.c stack_machdep.c
Message-ID:  <200810272131.m9RLVoDT078788@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2008-10-27 21:31:14 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  db_trace.c stack_machdep.c 
    sys/sun4v/sun4v      db_trace.c stack_machdep.c 
  Log:
  SVN rev 184376 on 2008-10-27 21:31:14Z by marius
  
  - In GCC 4.2 __builtin_frame_address() was fixed to include the
    V9 stack bias so we no longer need to add it in db_backtrace()
    and stack_capture() respectively. This also reverts r182018,
    which kludged around the resulting unaligned access.
  - Sync the sun4v versions of db_trace.c and stack_machdep.c with
    the sparc64 ones and fix some style bugs.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.28      +4 -4      src/sys/sparc64/sparc64/db_trace.c
  1.3       +7 -19     src/sys/sparc64/sparc64/stack_machdep.c
  1.3       +7 -8      src/sys/sun4v/sun4v/db_trace.c
  1.2       +6 -17     src/sys/sun4v/sun4v/stack_machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810272131.m9RLVoDT078788>