aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2002-07-19 21:28:49 +0000
committerThiemo Seufer <ths@networkno.de>2002-07-19 21:28:49 +0000
commita37de3d3ffe49a03a47d6c0951ed35ab181f2d69 (patch)
treef7d6996eeab6e1344e791233a1f0c7f4b1b883d2 /gas/config
parent46c0d5a66e76c7d04aff891f4dc4187d689a34bf (diff)
downloadgdb-a37de3d3ffe49a03a47d6c0951ed35ab181f2d69.zip
gdb-a37de3d3ffe49a03a47d6c0951ed35ab181f2d69.tar.gz
gdb-a37de3d3ffe49a03a47d6c0951ed35ab181f2d69.tar.bz2
* config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-mips.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c
index 2b88e56..958dcc4 100644
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -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,