cvs commit: src/lib/libc/amd64/gen Makefile.inc

Peter Wemm peter at FreeBSD.org
Wed May 7 16:49:26 PDT 2003


peter       2003/05/07 16:49:24 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/amd64/gen   Makefile.inc 
  Log:
  Turn off alloca.S - it cannot possibly work like this since on AMD64, gcc
  doesn't use stack frames.  It uses offsets relative to %rsp, not %rbp.  So
  we cannot just change %rsp like this.
  
  Approved by:    re (blanket amd64)
  
  Revision  Changes    Path
  1.20      +1 -1      src/lib/libc/amd64/gen/Makefile.inc


More information about the cvs-src mailing list