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
5dd57225
Commit
5dd57225
authored
Jun 08, 1998
by
Richard Henderson
Committed by
Richard Henderson
Jun 08, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (flag_new_exceptions): Remove extraneous `extern'.
From-SVN: r20368
parent
73f154cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
+4
-8
gcc/ChangeLog
+3
-7
gcc/toplev.c
+1
-1
No files found.
gcc/ChangeLog
View file @
5dd57225
Mon Jun 8 23:24:48 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
Tue Jun 9 01:08:47 1998 Richard Henderson <rth@cygnus.com>
Mon Jun 8 23:02:19 PDT 1998 Jeff Law (law@cygnus.com)
* toplev.c (flag_new_exceptions): Remove extraneous `extern'.
* version.c: Bump for snapshot.
Mon Jun 8 22:45:08 PDT 1998 Jeff Law (law@cygnus.com)
Mon Jun 8 23:24:48 PDT 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
...
...
gcc/toplev.c
View file @
5dd57225
...
...
@@ -603,7 +603,7 @@ int flag_exceptions;
/* Nonzero means use the new model for exception handling. Replaces
-DNEW_EH_MODEL as a compile option. */
extern
int
flag_new_exceptions
=
0
;
int
flag_new_exceptions
=
0
;
/* Nonzero means don't place uninitialized global data in common storage
by default. */
...
...
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