On Fri, 05 Sep 2003 01:38:29 -0700
Terry Lambert <[EMAIL PROTECTED]> 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?

% <icc.c 
char array[];

% nm icc.o
00000001 C array

Bye,
Alexander.

-- 
            The dark ages were caused by the Y1K problem.

http://www.Leidinger.net                       Alexander @ Leidinger.net
  GPG fingerprint = C518 BC70 E67F 143F BE91  3365 79E2 9C60 B006 3FE7
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to