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/rtl.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/rtl.h') diff --git a/gcc/rtl.h b/gcc/rtl.h index 49b9847..3ac767f 100755 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -713,7 +713,6 @@ extern char *note_insn_name[]; #define FUNCTION_FLAGS_RETURNS_POINTER 0100 #define FUNCTION_FLAGS_USES_CONST_POOL 0200 #define FUNCTION_FLAGS_CALLS_LONGJMP 0400 -#define FUNCTION_FLAGS_USES_PIC_OFFSET_TABLE 01000 /* Define a macro to look for REG_INC notes, but save time on machines where they never exist. */ @@ -1108,7 +1107,6 @@ extern struct _global_rtl #define stack_pointer_rtx (&global_rtl.stack_pointer_val) #define frame_pointer_rtx (&global_rtl.frame_pointer_val) -extern rtx pic_offset_table_rtx; extern rtx struct_value_rtx; extern rtx struct_value_incoming_rtx; extern rtx static_chain_rtx; -- cgit v1.2.3