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
af4142d5
Commit
af4142d5
authored
Oct 15, 1997
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore dwarf2 prototypes
From-SVN: r15912
parent
0e52c177
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
0 deletions
+46
-0
gcc/tree.h
+46
-0
No files found.
gcc/tree.h
View file @
af4142d5
...
...
@@ -1843,3 +1843,49 @@ extern void pop_obstacks PROTO((void));
/* If KIND=='I', return a suitable global initializer (constructor) name.
If KIND=='D', return a suitable global clean-up (destructor) name. */
extern
tree
get_file_function_name
PROTO
((
int
));
/* Interface of the DWARF2 unwind info support. */
/* Decide whether we want to emit frame unwind information for the current
translation unit. */
extern
int
dwarf2out_do_frame
PROTO
((
void
));
/* Generate a new label for the CFI info to refer to. */
extern
char
*
dwarf2out_cfi_label
PROTO
((
void
));
/* Entry point to update the canonical frame address (CFA). */
extern
void
dwarf2out_def_cfa
PROTO
((
char
*
,
unsigned
,
long
));
/* Add the CFI for saving a register window. */
extern
void
dwarf2out_window_save
PROTO
((
char
*
));
/* Add a CFI to update the running total of the size of arguments pushed
onto the stack. */
extern
void
dwarf2out_args_size
PROTO
((
char
*
,
long
));
/* Entry point for saving a register to the stack. */
extern
void
dwarf2out_reg_save
PROTO
((
char
*
,
unsigned
,
long
));
/* Entry point for saving the return address in the stack. */
extern
void
dwarf2out_return_save
PROTO
((
char
*
,
long
));
/* Entry point for saving the return address in a register. */
extern
void
dwarf2out_return_reg
PROTO
((
char
*
,
unsigned
));
/* Output a marker (i.e. a label) for the beginning of a function, before
the prologue. */
extern
void
dwarf2out_begin_prologue
PROTO
((
void
));
/* Output a marker (i.e. a label) for the absolute end of the generated
code for a function definition. */
extern
void
dwarf2out_end_epilogue
PROTO
((
void
));
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