Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2003 14:56:30 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/amd64/gen alloca.S
Message-ID:  <200306132156.h5DLuUUe018684@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/06/13 14:56:30 PDT

  FreeBSD src repository

  Removed files:
    lib/libc/amd64/gen   alloca.S 
  Log:
  This is unusable on amd64.  Remove it before it causes more confusion.
  It is only possible to do this on an ABI that has a compulsory frame
  pointer, which the amd64 ABI does not.  Thus, it is only possible to
  implement this as a compiler builtin.
  
  Revision  Changes    Path
  1.3       +0 -53     src/lib/libc/amd64/gen/alloca.S (dead)



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