diff options
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; |