Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2002 10:28:07 -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:  <200208081728.g78HS8wp076479@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2002/08/08 10:28:07 PDT

  Modified files:
    lib/libc/i386/sys    sbrk.S 
  Log:
  Use '_end' symbol instead of 'end' to initialize minbrk and curbrk
  variables. Both symbols are set to the same value by the linker,
  and _end symbol has less chances to clash with application defined
  global symbols.
  
  alpha, ia64 and sparc64 ports already use _end, i386 is now
  consistent with them.
  
  Reviewed by:    bde
  Approved by:    obrien
  Reported by:    pirzyk
  
  Revision  Changes    Path
  1.11      +3 -3      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?200208081728.g78HS8wp076479>