Removed the V9 comment

This commit is contained in:
Steve Chamberlain 1991-05-21 16:05:19 +00:00
parent 7f3d9f4603
commit 1797fccf85

View file

@ -40,10 +40,7 @@ enum reloc_type
/* 29K relocation types */ /* 29K relocation types */
RELOC_JUMPTARG, RELOC_CONST, RELOC_CONSTH, RELOC_JUMPTARG, RELOC_CONST, RELOC_CONSTH,
#ifndef NO_V9
/* sparc v9 */
RELOC_WDISP14, RELOC_WDISP21, RELOC_WDISP14, RELOC_WDISP21,
#endif /* NO_V9 */
NO_RELOC NO_RELOC
}; };