From a37de3d3ffe49a03a47d6c0951ed35ab181f2d69 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Fri, 19 Jul 2002 21:28:49 +0000 Subject: [PATCH] * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC. --- gas/ChangeLog | 4 ++++ gas/config/tc-mips.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 8daaa90..23aa3aa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2002-07-19 Thiemo Seufer + + * config/tc-mips.c (mips_pic_level): Remove IRIX4_PIC. + 2002-07-19 Miroslav Tichy Nick Clifton 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, -- 2.7.4