diff options
Diffstat (limited to 'gcc/tree.h')
-rwxr-xr-x | gcc/tree.h | 58 |
1 files changed, 0 insertions, 58 deletions
@@ -1986,35 +1986,6 @@ extern tree invert_truthvalue (tree); extern int dwarf2out_do_frame (void); -/* Generate a new label for the CFI info to refer to. */ - -extern char *dwarf2out_cfi_label (void); - -/* Entry point to update the canonical frame address (CFA). */ - -extern void dwarf2out_def_cfa (char *, unsigned, long); - -/* Add the CFI for saving a register window. */ - -extern void dwarf2out_window_save (char *); - -/* Add a CFI to update the running total of the size of arguments pushed - onto the stack. */ - -extern void dwarf2out_args_size (char *, long); - -/* Entry point for saving a register to the stack. */ - -extern void dwarf2out_reg_save (char *, unsigned, long); - -/* Entry point for saving the return address in the stack. */ - -extern void dwarf2out_return_save (char *, long); - -/* Entry point for saving the return address in a register. */ - -extern void dwarf2out_return_reg (char *, unsigned); - /* Output a marker (i.e. a label) for the beginning of a function, before the prologue. */ @@ -2281,35 +2252,6 @@ extern tree get_file_function_name (int); extern int dwarf2out_do_frame (void); -/* Generate a new label for the CFI info to refer to. */ - -extern char *dwarf2out_cfi_label (void); - -/* Entry point to update the canonical frame address (CFA). */ - -extern void dwarf2out_def_cfa (char *, unsigned, long); - -/* Add the CFI for saving a register window. */ - -extern void dwarf2out_window_save (char *); - -/* Add a CFI to update the running total of the size of arguments pushed - onto the stack. */ - -extern void dwarf2out_args_size (char *, long); - -/* Entry point for saving a register to the stack. */ - -extern void dwarf2out_reg_save (char *, unsigned, long); - -/* Entry point for saving the return address in the stack. */ - -extern void dwarf2out_return_save (char *, long); - -/* Entry point for saving the return address in a register. */ - -extern void dwarf2out_return_reg (char *, unsigned); - /* Output a marker (i.e. a label) for the beginning of a function, before the prologue. */ |