* config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
authorThiemo Seufer <ths@networkno.de>
Fri, 19 Jul 2002 21:28:49 +0000 (21:28 +0000)
committerThiemo Seufer <ths@networkno.de>
Fri, 19 Jul 2002 21:28:49 +0000 (21:28 +0000)
gas/ChangeLog
gas/config/tc-mips.c

index 8daaa90668f551c730081a1fe779c0c9eb520c93..23aa3aa7cb1e0eaafa22d5066092131d85d2d3ec 100644 (file)
@@ -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>
 
index 2b88e5694ba4c105596d2bee77b78cb1e1dad656..958dcc45ff2743fe67260780c163e4a29f3f4ba5 100644 (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,