ld: resolve: search all images for symbols, rather than just direct links
This commit is contained in:
8
sys/ld/ld.h
Normal file
8
sys/ld/ld.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef LD_H_
|
||||
#define LD_H_
|
||||
|
||||
struct image_list;
|
||||
|
||||
extern struct image_list *global_image_list(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user