Revert "Make the linker relocatable."

This reverts commit 994e9a5ed1.

Broke x86 build.
This commit is contained in:
Nick Kralevich
2011-11-03 09:25:06 -07:00
parent 994e9a5ed1
commit 8e8a7b1f0f
3 changed files with 41 additions and 129 deletions

View File

@@ -83,7 +83,6 @@ typedef struct soinfo soinfo;
#define FLAG_LINKED 0x00000001
#define FLAG_ERROR 0x00000002
#define FLAG_EXE 0x00000004 // The main executable
#define FLAG_LINKER 0x00000010 // The linker itself
#define SOINFO_NAME_LEN 128