diff options
author | YamaArashi <shadow962@live.com> | 2016-02-14 19:26:29 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-14 19:26:29 -0800 |
commit | 62f1c8373a074a7ffb3d0f7458803bf0b07e626e (patch) | |
tree | 32045778cc5a8458ba8ded51dfd79356fbff9d9d /gcc/function.h | |
parent | abcd805cb77cfcfe0b5f911b784610983750a0b2 (diff) |
remove PIC (non-working and disabled)
Diffstat (limited to 'gcc/function.h')
-rwxr-xr-x | gcc/function.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/function.h b/gcc/function.h index 64cac01..05929a9 100755 --- a/gcc/function.h +++ b/gcc/function.h @@ -195,14 +195,9 @@ struct function /* For integrate.c. */ int uses_const_pool; - /* For md files. */ - int uses_pic_offset_table; /* tm.h can use this to store whatever it likes. */ struct machine_function *machine; - /* For reorg. */ - rtx epilogue_delay_list; - /* For varasm. */ struct constant_descriptor **const_rtx_hash_table; struct pool_sym **const_rtx_sym_hash_table; |