Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2008 09:23:39 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/csu/amd64 Makefile
Message-ID:  <200808220923.m7M9NnOZ024545@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-08-22 09:23:39 UTC

  FreeBSD src repository

  Modified files:
    lib/csu/amd64        Makefile 
  Log:
  SVN rev 181997 on 2008-08-22 09:23:39Z by kib
  
  Add -fno-omit-frame-pointer to CFLAGS used to compile crt1.c on amd64.
  
  For gcc' __builtin_frame_address() to work, all call frames need to save
  frame pointer. In particular, this is important for the upper frame that
  should terminate the chain.
  
  No objections from:     jhb
  PR:     amd64/126543
  MFC after:      1 week
  
  Revision  Changes    Path
  1.19      +1 -0      src/lib/csu/amd64/Makefile



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