* config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
This commit is contained in:
parent
46c0d5a66e
commit
a37de3d3ff
2 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||
|
||||
* config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
|
||||
|
||||
2002-07-19 Miroslav Tichy <tichm9am@ss1000.ms.mff.cuni.cz>
|
||||
Nick Clifton <nickc@redhat.com>
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in a new issue