annotate dyncallback/TODO @ 217:87c695673522

dynload darwin/mach-o update: - removed unnecessarily complex darwin loader interface, and sharing with dynload_unix now - mach-o symbol resolving refactored: * to handle symlinks, relative paths, paths with random casing * loading lib when not already loaded, for API consistency with ELF and PE implementations
author Tassilo Philipp
date Thu, 06 Apr 2017 12:00:36 +0200
parents 3729a99ef03c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
1 URGENT:
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
2 - discuss character literal return value specifiers (e.g. cmp %al, 'i'), we might wanna use just an int for the size
3e629dc19168 initial from svn dyncall-1745
Daniel Adler
parents:
diff changeset
3