Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 245)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#95 fixed zlib 1.2.3 bird ktk
Description

port of zlib 1.2.3

homepage: http://www.zlib.net/

latest source: http://www.gzip.org/zlib/zlib-1.2.3.tar.gz

dependencies: none

#254 fixed weakld: weakld incorrectly reports duplicate symbols bird dmik
Description

If a symbol is both listed in the EXPORTS section (a public name for a function that has a different internal name) and in the IMPORTS section (an import of another function from a different DLL), WEAKLD will complain about duplicate symbols. This is not correct since these symbols are in unrelated "namespaces".

This library demonstrates the problem: http://svn.netlabs.org/odin32/browser/branches/gcc-kmk/src/capi2032?rev=21904. The current solution is to use an extra import library + WLINK response file directly.

#34 fixed weakld: generate duplicate weak aliases bird bird
Description

weakld sometimes (wonder if symbol hashing is required) outputs more than one alias for the same weak symbol. This naturally causes some serious screwup in the binary... ilink gives this warning when it sees the duplicate alias: R:\TMP\wk101643e4c0f21cf468.obj(wk0.obj) : warning LNK4080: changing substitute name for alias "snip" from "snip" to "snip".

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.