Commit 0ab5b679 by Andreas Jaeger Committed by Andreas Jaeger

tree.h (dwarf2out_def_cfa, [...]): Update prototypes for recent dwarf2out.c change.


	* tree.h (dwarf2out_def_cfa, dwarf2out_args_size,
	dwarf2out_reg_save, new_loc_descr): Update prototypes for recent
	dwarf2out.c change.

From-SVN: r72946
parent d7d4cd78
2003-10-26 Andreas Jaeger <aj@suse.de> 2003-10-26 Andreas Jaeger <aj@suse.de>
* tree.h (dwarf2out_def_cfa, dwarf2out_args_size,
dwarf2out_reg_save, new_loc_descr): Update prototypes for recent
dwarf2out.c change.
* toplev.c (default_pch_valid_p): Fix warning. * toplev.c (default_pch_valid_p): Fix warning.
2003-10-25 Roger Sayle <roger@eyesopen.com> 2003-10-25 Roger Sayle <roger@eyesopen.com>
......
...@@ -3010,7 +3010,7 @@ extern char *dwarf2out_cfi_label (void); ...@@ -3010,7 +3010,7 @@ extern char *dwarf2out_cfi_label (void);
/* Entry point to update the canonical frame address (CFA). */ /* Entry point to update the canonical frame address (CFA). */
extern void dwarf2out_def_cfa (const char *, unsigned, long); extern void dwarf2out_def_cfa (const char *, unsigned, HOST_WIDE_INT);
/* Add the CFI for saving a register window. */ /* Add the CFI for saving a register window. */
...@@ -3019,15 +3019,15 @@ extern void dwarf2out_window_save (const char *); ...@@ -3019,15 +3019,15 @@ extern void dwarf2out_window_save (const char *);
/* Add a CFI to update the running total of the size of arguments pushed /* Add a CFI to update the running total of the size of arguments pushed
onto the stack. */ onto the stack. */
extern void dwarf2out_args_size (const char *, long); extern void dwarf2out_args_size (const char *, HOST_WIDE_INT);
/* Entry point for saving a register to the stack. */ /* Entry point for saving a register to the stack. */
extern void dwarf2out_reg_save (const char *, unsigned, long); extern void dwarf2out_reg_save (const char *, unsigned, HOST_WIDE_INT);
/* Entry point for saving the return address in the stack. */ /* Entry point for saving the return address in the stack. */
extern void dwarf2out_return_save (const char *, long); extern void dwarf2out_return_save (const char *, HOST_WIDE_INT);
/* Entry point for saving the return address in a register. */ /* Entry point for saving the return address in a register. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment