Commit 3f5cb678 authored by aph's avatar aph
Browse files

2000-09-04 Andrew Haley <aph@redhat.com>

        * dwarf2out.c: (stack_adjust_offset): New prototype.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36138 138bc75d-0d04-0410-961f-82ee72b054a4
parent b7a1a73b
2000-09-04 Andrew Haley <aph@redhat.com>
* dwarf2out.c: (stack_adjust_offset): New prototype.
Wed Jan 1 00:23:59 MET 1997 Jan Hubicka <jh@suse.cz>
* combine.c (make_extraction): Fix rtx_cost comparison to
......
......@@ -230,6 +230,7 @@ static void lookup_cfa PARAMS ((dw_cfa_location *));
static void reg_save PARAMS ((const char *, unsigned,
unsigned, long));
static void initial_return_save PARAMS ((rtx));
static long stack_adjust_offset PARAMS ((rtx));
static void output_cfi PARAMS ((dw_cfi_ref, dw_fde_ref));
static void output_call_frame_info PARAMS ((int));
static void dwarf2out_stack_adjust PARAMS ((rtx));
......@@ -1096,7 +1097,8 @@ initial_return_save (rtl)
/* Given a SET, calculate the amount of stack adjustment it
contains. */
static long stack_adjust_offset (pattern)
static long
stack_adjust_offset (pattern)
rtx pattern;
{
rtx src = SET_SRC (pattern);
......
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