...modern glibc.
Details
Details
- Reviewers
kib - Group Reviewers
Linux Emulation - Commits
- rS283407: Implement vdso - virtual dynamic shared object. Through vdso Linux
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Merge imp@ ${SYSDIR} changes.
Updating D1060: Implement vdso - virtual dynamic shared object. Through vdso Linux
exposes functions from kernel with proper DWARF CFI information so that
it becomes easier to unwind through them.
Using vdso is a mandatory for a thread cancelation && cleanup
on a...
Comment Actions
This looks too low-level (all this asm stuff) for me to review. Konstantin, could you take a look? Thanks!
Comment Actions
Can you use higher-level cfi pseudo-ops for annotations, instead of manually encoding the dwarf ?