Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
36bd4303
Commit
36bd4303
authored
Jul 01, 2007
by
Andreas Schwab
Committed by
Andreas Schwab
Jul 01, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.c (initial_return_save): Define only if used.
From-SVN: r126170
parent
d4d7f1d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/dwarf2out.c
+4
-0
No files found.
gcc/ChangeLog
View file @
36bd4303
2007-07-01 Andreas Schwab <schwab@suse.de>
* dwarf2out.c (initial_return_save): Define only if used.
2007-07-01 Richard Sandiford <richard@codesourcery.com>
Unreverting Richard's Revert of:
...
...
gcc/dwarf2out.c
View file @
36bd4303
...
...
@@ -347,7 +347,9 @@ static void add_fde_cfi (const char *, dw_cfi_ref);
static
void
lookup_cfa_1
(
dw_cfi_ref
,
dw_cfa_location
*
);
static
void
lookup_cfa
(
dw_cfa_location
*
);
static
void
reg_save
(
const
char
*
,
unsigned
,
unsigned
,
HOST_WIDE_INT
);
#ifdef DWARF2_UNWIND_INFO
static
void
initial_return_save
(
rtx
);
#endif
static
HOST_WIDE_INT
stack_adjust_offset
(
rtx
);
static
void
output_cfi
(
dw_cfi_ref
,
dw_fde_ref
,
int
);
static
void
output_call_frame_info
(
int
);
...
...
@@ -955,6 +957,7 @@ dwarf2out_return_reg (const char *label, unsigned int sreg)
reg_save
(
label
,
DWARF_FRAME_RETURN_COLUMN
,
DWARF_FRAME_REGNUM
(
sreg
),
0
);
}
#ifdef DWARF2_UNWIND_INFO
/* Record the initial position of the return address. RTL is
INCOMING_RETURN_ADDR_RTX. */
...
...
@@ -1012,6 +1015,7 @@ initial_return_save (rtx rtl)
if
(
reg
!=
DWARF_FRAME_RETURN_COLUMN
)
reg_save
(
NULL
,
DWARF_FRAME_RETURN_COLUMN
,
reg
,
offset
-
cfa
.
offset
);
}
#endif
/* Given a SET, calculate the amount of stack adjustment it
contains. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment