Add logging of more relocation errors.

This commit is contained in:
Unknown W. Brackets
2013-06-01 09:29:38 -07:00
parent a42f80ed55
commit cc647ed910
3 changed files with 47 additions and 44 deletions
-16
View File
@@ -49,22 +49,6 @@ enum {
PSP_THREAD_ATTR_USER = 0x80000000
};
enum {
R_MIPS_NONE,
R_MIPS_16,
R_MIPS_32,
R_MIPS_REL32,
R_MIPS_26,
R_MIPS_HI16,
R_MIPS_LO16,
R_MIPS_GPREL16,
R_MIPS_LITERAL,
R_MIPS_GOT16,
R_MIPS_PC16,
R_MIPS_CALL16,
R_MIPS_GPREL32
};
enum {
// Function exports.
NID_MODULE_START = 0xD632ACDB,