Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2002 13:21:18 -0700 (PDT)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/i386/sys sbrk.S
Message-ID:  <200208222021.g7MKLIuF050702@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2002/08/22 13:21:18 PDT

  Modified files:        (Branch: RELENG_4)
    lib/libc/i386/sys    sbrk.S 
  Log:
  Fix the forward compatibility problem with older 4.x releases,
  introduced by me in rev. 1.7.2.1.
  
  Binaries compiled on fresh STABLE would not run on older versions
  due to malloc always returning NULL. Make sure that we provide
  'end' symbol in generated binaries because sbrk in older libc
  depends on its existence to work properly.
  
  Reported by:    Ian West  <ian@niw.com.au>
  Reviewed by:    jdp
  Approved by:    obrien
  
  Revision  Changes    Path
  1.7.2.2   +1 -0      src/lib/libc/i386/sys/sbrk.S

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




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