Removed the gcc_version from the runtime loader's image_t. Instead we always

determine (or guess) Haiku version and ABI and use those for compatibility
decisions.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30747 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-05-13 14:44:17 +00:00
parent 0509bd7231
commit f91194e546
2 changed files with 53 additions and 41 deletions
@@ -78,13 +78,6 @@ typedef struct image_t {
int32 ref_count;
uint32 flags;
struct {
int major;
int middle;
int minor;
bool haiku;
} gcc_version;
uint32 api_version;
uint32 abi;