Extended image_info by fields for the Haiku version and ABI. The runtime loader
and the kernel read those values from the shared object (if available). In the runtime loader this should eventually replace the gcc version guessing method currently used (at least for shared objects built for Haiku). The optional packages need to be rebuilt first, though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30729 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -85,6 +85,9 @@ typedef struct image_t {
|
||||
bool haiku;
|
||||
} gcc_version;
|
||||
|
||||
uint32 api_version;
|
||||
uint32 abi;
|
||||
|
||||
addr_t entry_point;
|
||||
addr_t init_routine;
|
||||
addr_t term_routine;
|
||||
|
||||
Reference in New Issue
Block a user