Opened 5 years ago
Last modified 5 years ago
#386 new defect
emxomfld(wlink): internalname is always used even if it is not defined
Reported by: | KO Myung-Hun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | new |
Component: | libc | Version: | 0.6.6 |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi/2.
emxomfld does not convert `IMPORT modulename.entryname' of .def to a style of wlink, because internalname is used unconditionally.
entryname should be used if internalname is not defined.
Attachments (1)
Change History (2)
by , 5 years ago
Attachment: | emxomfld.diff added |
---|
comment:1 by , 5 years ago
to speed up this inclusion I would add the ticket also on https://github.com/bitwiseworks/libc/issues
Note:
See TracTickets
for help on using tickets.
Patch for fix conversion to wlink style