Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Feb 1999 00:41:06 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/include asnames.h src/sys/i386/svr4 svr4_locore.s
Message-ID:  <199902060841.AAA19162@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/02/06 00:41:06 PST

  Modified files:
    sys/i386/include     asnames.h 
    sys/i386/svr4        svr4_locore.s 
  Log:
  Added underscores to some names in svr4_locore.s so that it compiles
  with -aout.  Added translation back to elf names in asnames.h as
  usual.  The elf names were inconsistent in the aout case even
  internally because a macro adds an underscore to just one of them.
  
  Removed commented out code for a previous life of `svr4_esigcode'.
  Didn't add an underscore to `svr4_esigcode' since it is correct for
  aout although wrong for elf, like most internal names in assembler
  files.  These names should be in a different namespace so that gprof
  can ignore them.
  
  Fixed some disorder in asnames.h.
  
  Revision  Changes    Path
  1.28      +6 -3      src/sys/i386/include/asnames.h
  1.2       +4 -6      src/sys/i386/svr4/svr4_locore.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?199902060841.AAA19162>