Add special relocation type for VC4 jump instructions.

--HG--
branch : dtrg-videocore
This commit is contained in:
David Given
2013-05-17 22:40:50 +01:00
parent 5b4aa07dee
commit 5378e3fe53
4 changed files with 44 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ struct outrelo {
#define RELO4 0x03 /* 4 bytes */
#define RELOPPC 0x04 /* 26-bit PowerPC address */
#define RELOH2 0x05 /* write top 2 bytes of 4 byte word */
#define RELOVC4 0x06 /* VideoCore IV address in 32-bit insruction */
#define RELPC 0x08 /* pc relative */
#define RELBR 0x10 /* High order byte lowest address. */
#define RELWR 0x20 /* High order word lowest address. */