summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-14 19:26:29 -0800
committerYamaArashi <shadow962@live.com>2016-02-14 19:26:29 -0800
commit62f1c8373a074a7ffb3d0f7458803bf0b07e626e (patch)
tree32045778cc5a8458ba8ded51dfd79356fbff9d9d /gcc/expr.h
parentabcd805cb77cfcfe0b5f911b784610983750a0b2 (diff)
remove PIC (non-working and disabled)
Diffstat (limited to 'gcc/expr.h')
-rwxr-xr-xgcc/expr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 7df6386..83f7edc 100755
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -94,9 +94,6 @@ extern rtx current_function_arg_offset_rtx;
/* This is nonzero if the current function uses the constant pool. */
extern int current_function_uses_const_pool;
-/* This is nonzero if the current function uses pic_offset_table_rtx. */
-extern int current_function_uses_pic_offset_table;
-
/* The arg pointer hard register, or the pseudo into which it was copied. */
extern rtx current_function_internal_arg_pointer;