Opened 19 years ago
#116 new defect
emxbind/emximp: Aliased exports - the meaning of N_IMP2
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | normal | Milestone: | libc-0.7 |
| Component: | emx | Version: | 0.6 |
| Severity: | normal | Keywords: | emxbind emximp ld binutils N_IMP2 |
| Cc: |
Description
When using aliased exports (_ExportedName = _InternalName in the .def file) the N_IMP2 symbol name will be set to _ExportedName=mydll._InternalName by emximp. emxbind will understand this as _SomeAlias=mydll._ExportedName and thus generate an executable which causes a SYS2070.
The big question here is whether what meaning the N_IMP2 name is supposed to have.
Note:
See TracTickets
for help on using tickets.
