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

@@ -143,6 +143,9 @@ showrelo()
case RELOH2:
printf("\ttop 2 bytes of a 4 byte word\n");
break;
case RELOVC4:
printf("\tVideoCore IV address in 32-bit instruction\n");
break;
default:
printf("\tunknown relocation type %d\n", relrec.or_type & RELSZ);
break;