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
79a2acc8
Commit
79a2acc8
authored
Jun 19, 1998
by
H.J. Lu
Committed by
Jeff Law
Jun 19, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations.
From-SVN: r20606
parent
f5a8bfff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+3
-1
gcc/dwarf2out.h
+4
-0
No files found.
gcc/ChangeLog
View file @
79a2acc8
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
* dwarf2out.h (debug_dwarf, debug_dwarf_die): New declarations.
* c-typeck.c (c_expand_asm_operands): Use proper values when calling
expand_expr.
.
expand_expr.
* c-lex.c (yyprint): Add prototype.
(check_newline, build_objc_string): Remove declaration.
...
...
gcc/dwarf2out.h
View file @
79a2acc8
...
...
@@ -35,3 +35,7 @@ extern void dwarf2out_line PROTO ((char *, unsigned));
extern
void
dwarf2out_frame_init
PROTO
((
void
));
extern
void
dwarf2out_frame_debug
PROTO
((
rtx
));
extern
void
dwarf2out_frame_finish
PROTO
((
void
));
extern
void
debug_dwarf
PROTO
((
void
));
struct
die_struct
;
extern
void
debug_dwarf_die
PROTO
((
struct
die_struct
*
));
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