Windows: Check for DATA symbols when scanning .obj files
authorAsanka Herath <asanka@secure-endpoints.com>
Tue, 24 Aug 2010 08:24:53 +0000 (04:24 -0400)
committerAsanka C. Herath <asanka@secure-endpoints.com>
Tue, 14 Sep 2010 12:03:34 +0000 (08:03 -0400)
commit55b0f00d5ee787fded11a96dcc6cf8dbead41836
tree53da911259b6a029da545268f1c6ddf57046b003
parent4b36b36e0be49ef6532e29ef7649c4249d8ef05b
Windows: Check for DATA symbols when scanning .obj files

The export symbol list for ASN.1 on Windows is generated by scanning
all the .obj files and extracting the symbols defined in them.  The
generated list did not specify which were functions and which were
data symbols.  This distinction is necessary for generating correct
import library stubs.
cf/w32-list-externs-from-objs.pl