From owner-freebsd-current@FreeBSD.ORG Fri Sep 5 01:54:21 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 964AC16A4BF for ; Fri, 5 Sep 2003 01:54:21 -0700 (PDT) Received: from mailout08.sul.t-online.com (mailout08.sul.t-online.com [194.25.134.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8566A43FDD for ; Fri, 5 Sep 2003 01:54:20 -0700 (PDT) (envelope-from Alexander@Leidinger.net) Received: from fwd04.aul.t-online.de by mailout08.sul.t-online.com with smtp id 19vCM8-0005DY-01; Fri, 05 Sep 2003 10:54:12 +0200 Received: from Andro-Beta.Leidinger.net (JOzqCBZ-ZeRsAt9uWWEJSF9MpKedVPQb88VFMuJDwl9T4zW0UXUBsS@[217.83.31.76]) by fmrl04.sul.t-online.com with esmtp id 19vCLI-0RsXQm0; Fri, 5 Sep 2003 10:53:20 +0200 Received: from Magelan.Leidinger.net (Magelan [192.168.1.1]) h858sKNt016957; Fri, 5 Sep 2003 10:54:22 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magelan.Leidinger.net (netchild@localhost [127.0.0.1]) by Magelan.Leidinger.net (8.12.9/8.12.9) with SMTP id h858t7vY000911; Fri, 5 Sep 2003 10:55:07 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Fri, 5 Sep 2003 10:55:07 +0200 From: Alexander Leidinger To: Terry Lambert Message-Id: <20030905105507.51ba3183.Alexander@Leidinger.net> In-Reply-To: <3F584B85.AAC3A11D@mindspring.com> References: <20030904180448.021a1b6b.Alexander@Leidinger.net> <20030904162858.GI98381@dan.emsphone.com> <20030905001411.3a9030b3.Alexander@Leidinger.net> <20030904225123.GB39916@dan.emsphone.com> <3F584B85.AAC3A11D@mindspring.com> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Seen: false X-ID: JOzqCBZ-ZeRsAt9uWWEJSF9MpKedVPQb88VFMuJDwl9T4zW0UXUBsS@t-dialin.net cc: Dan Nelson cc: current@freebsd.org Subject: Re: Question about genassym, locore.s and 0-sized arrays(showstopper for an icc compiled kernel) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2003 08:54:21 -0000 On Fri, 05 Sep 2003 01:38:29 -0700 Terry Lambert wrote: > Dan Nelson wrote: > > I guess the correct question to be asking is "does the ELF format allow > > 0-length symbols?" > > It does, according to my reading of it. They may have an issue with > dead code removal or element aliasing. The way to find out would be > to see what they emit for "[]"... 0 lenth, or 1? %