Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Oct 2000 18:19:03 -0700 (PDT)
From:      Brian Feldman <green@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libutil stub.c Makefile login_crypt.c
Message-ID:  <200010270119.SAA33838@freefall.freebsd.org>

index | next in thread | raw e-mail

green       2000/10/26 18:19:03 PDT

  Modified files:
    lib/libutil          Makefile login_crypt.c 
  Added files:
    lib/libutil          stub.c 
  Log:
  Fix problems people were having with large -O levels with GCC and
  getting libutil/libcrypt to work properly.  I've determined that GCC
  thinks it can inline all functions, including weak-symboled ones, if
  it feels like it.
  
  Create a new stub.c and move any stubs there to prevent inlining.
  Thanks to jdp and William S. Duncanson for helping me finally find the
  problem.
  
  Revision  Changes    Path
  1.37      +2 -2      src/lib/libutil/Makefile
  1.3       +7 -8      src/lib/libutil/login_crypt.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



help

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