From 62f1c8373a074a7ffb3d0f7458803bf0b07e626e Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 14 Feb 2016 19:26:29 -0800 Subject: remove PIC (non-working and disabled) --- gcc/emit-rtl.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/emit-rtl.c') diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c index f429c77..52c28d9 100755 --- a/gcc/emit-rtl.c +++ b/gcc/emit-rtl.c @@ -149,7 +149,6 @@ rtx struct_value_rtx; /* (REG:Pmode STRUCT_VALUE_REGNUM) */ rtx struct_value_incoming_rtx; /* (REG:Pmode STRUCT_VALUE_INCOMING_REGNUM) */ rtx static_chain_rtx; /* (REG:Pmode STATIC_CHAIN_REGNUM) */ rtx static_chain_incoming_rtx; /* (REG:Pmode STATIC_CHAIN_INCOMING_REGNUM) */ -rtx pic_offset_table_rtx; /* (REG:Pmode PIC_OFFSET_TABLE_REGNUM) */ /* This is used to implement __builtin_return_address for some machines. See for instance the MIPS port. */ @@ -3630,9 +3629,6 @@ init_emit_once (line_numbers) #endif #endif -#ifdef PIC_OFFSET_TABLE_REGNUM - pic_offset_table_rtx = gen_rtx_REG (Pmode, PIC_OFFSET_TABLE_REGNUM); -#endif #ifdef INIT_EXPANDERS /* This is to initialize save_machine_status and restore_machine_status before -- cgit v1.2.3