diff options
author | Eric Christopher <echristo@gcc.gnu.org> | 2002-06-06 01:25:16 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2002-06-06 01:25:16 +0000 |
commit | 33005162262a89f7dfd60e3e402c57d23330edfd (patch) | |
tree | a7fa60e79e389c8dd2c787bac815437aa9e4d1b3 /gcc/toplev.c | |
parent | 5d3dfc3ac1c7fcb4d7a9582d20c21baa8b17b605 (diff) | |
download | gcc-33005162262a89f7dfd60e3e402c57d23330edfd.zip gcc-33005162262a89f7dfd60e3e402c57d23330edfd.tar.gz gcc-33005162262a89f7dfd60e3e402c57d23330edfd.tar.bz2 |
toplev.c: Remove half-pic.
2002-06-05 Eric Christopher <echristo@redhat.com>
* toplev.c: Remove half-pic.
* config/mips/mips.c: Ditto.
* config/mips/mips.h: Ditto. Remove unused defines.
* config/mips/openbsd.h: Update comment to reflect above.
* config/mips/mips.md: Remove half-pic constraints.
* halfpic.h: Delete.
* halfpic.c: Ditto.
From-SVN: r54296
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 9dd6468..7ac28c0f 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -88,10 +88,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "xcoffout.h" /* Needed for external data declarations for e.g. AIX 4.x. */ #endif - -#ifdef HALF_PIC_DEBUG -#include "halfpic.h" -#endif /* Carry information from ASM_DECLARE_OBJECT_NAME to ASM_FINISH_DECLARE_OBJECT. */ |