* config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.

This commit is contained in:
Thiemo Seufer
2002-07-19 21:28:49 +00:00
parent 46c0d5a66e
commit a37de3d3ff
2 changed files with 4 additions and 4 deletions

View File

@@ -325,10 +325,6 @@ enum mips_pic_level
/* Do not generate PIC code. */
NO_PIC,
/* Generate PIC code as in Irix 4. This is not implemented, and I'm
not sure what it is supposed to do. */
IRIX4_PIC,
/* Generate PIC code as in the SVR4 MIPS ABI. */
SVR4_PIC,