From owner-freebsd-current Thu Sep 17 13:51:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA26369 for freebsd-current-outgoing; Thu, 17 Sep 1998 13:51:36 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA26202 for ; Thu, 17 Sep 1998 13:50:50 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id GAA01472; Fri, 18 Sep 1998 06:50:23 +1000 Date: Fri, 18 Sep 1998 06:50:23 +1000 From: Bruce Evans Message-Id: <199809172050.GAA01472@godzilla.zeta.org.au> To: freebsd-current@FreeBSD.ORG, joki@kuebart.stuttgart.netsurf.de Subject: Re: Correct names for C globals in kernel Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >this patch is interesting if it is planned to convert the kernel >itself to ELF. With these patches, the kernel will link in an ELF >world. John Polstra converted it a year or so ago. Names are already converted in . I think we plan to remove the extra underscores in the sources after fully switching to elf. >Under /usr/src/sys there is an assembler macro called CNAME that >adds an optional underscore to global symbols when needed. However, >that macro is rarely used. The following patch remedies that: CNAME is ugly. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message