unikraft / lib-newlib

Unikraft port of newlib, a C standard library
Other
5 stars 23 forks source link

Add support for static dl_iterate_phdr #6

Open CristiBM opened 3 years ago

CristiBM commented 3 years ago

This will mostly allow the D runtime GC to register the static data segments to the ranges that are to be scanned for live pointers

Signed-off-by: Marius-Cristian Baciu 2309bmcristi@gmail.com