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

@@ -64,6 +64,7 @@ struct outname {
#define RELO4 3 /* 4 bytes */
#define RELOPPC 4 /* PowerPC 26-bit address */
#define RELOH2 5 /* write top 2 bytes of 4 byte word */
#define RELOVC4 6 /* VideoCore IV address in 32-bit instruction */
#define RELPC 0x08 /* pc relative */
#define RELBR 0x10 /* High order byte lowest address. */