Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 245)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#320 duplicate export __libc_native2errno() KO Myung-Hun
Description

Hi/2.

Sometimes libc_native2errno() is very useuful when implementing missing features in OS/2 with native OS/2 APIs. Unforutnatley, however, libc_native2errno() is not exported. How about exporting it ?

#321 invalid __attribute__((constructor/destructor)) and _DLL_InitTerm() KO Myung-Hun
Description

Hi/2.

__attribute__((consturctor)) and __attribute__((destructor)) can be used as a startup code and an exit code, respectively.

But when using custom _DLL_InitTerm(), if it does not call __ctordtorInit(), those startup and exit codes are not called.

This is very annoying because a static library is using those features and it is linked into a DLL which does not call __ctordtorInit(), those startup/exit codes are not executed.

#322 wontfix Support SINGLE SHARED attributes of DATA KO Myung-Hun
Description

Hi/2.

emxomfld(wlink) and ld does not support SINGLE SHARED attributes of DATA.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.