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
19864289
Commit
19864289
authored
26 years ago
by
H.J. Lu
Committed by
Jeff Law
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* except.h (emit_unwinder, end_eh_unwinder): Removed.
From-SVN: r20621
parent
29a4c5ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
gcc/ChangeLog
+2
-0
gcc/except.h
+0
-10
No files found.
gcc/ChangeLog
View file @
19864289
...
...
@@ -26,6 +26,8 @@ Fri Jun 19 22:55:14 1998 Jeffrey A Law (law@cygnus.com)
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
* except.h (emit_unwinder, end_eh_unwinder): Removed.
* dwarfout.c (getpwd): Add prototype.
(is_pseudo_reg, type_main_variant, is_tagged_type,
is_redundant_typedef): New declaration.
...
...
This diff is collapsed.
Click to expand it.
gcc/except.h
View file @
19864289
...
...
@@ -285,16 +285,6 @@ extern void expand_leftover_cleanups PROTO((void));
extern
void
emit_eh_context
PROTO
((
void
));
/* If necessary, emit insns for the start of per-function unwinder for
the current function. */
extern
void
emit_unwinder
PROTO
((
void
));
/* If necessary, emit insns for the end of the per-function unwinder
for the current function. */
extern
void
end_eh_unwinder
PROTO
((
void
));
/* Builds a list of handler labels and puts them in the global
variable exception_handler_labels. */
...
...
This diff is collapsed.
Click to expand it.
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