Actions
Bug #2312
closedSymbol errno is of size 0
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02/25/2012
Due date:
% Done:
0%
Estimated time:
Description
If one compiles a simple test program that uses errno, then the symbol size is reported as 0 by readelf. Is this a bug or intendend behaviour?
readelf -s a.out | grep errno
1: 0000000000000000 0 TLS GLOBAL DEFAULT UND errno
51: 0000000000000000 0 TLS GLOBAL DEFAULT UND errno
Actions