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
2288bdbb
Commit
2288bdbb
authored
Jun 07, 2003
by
Richard Henderson
Committed by
Richard Henderson
Jun 07, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
From-SVN: r67605
parent
aa5acc89
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/c-cppbuiltin.c
+2
-2
No files found.
gcc/ChangeLog
View file @
2288bdbb
2003-06-07 Richard Henderson <rth@redhat.com>
2003-06-07 Richard Henderson <rth@redhat.com>
* c-cppbuiltin.c (c_cpp_builtins): Define __EXCEPTIONS for C also.
2003-06-07 Richard Henderson <rth@redhat.com>
* basic-block.h (EDGE_SIBCALL): New.
* basic-block.h (EDGE_SIBCALL): New.
(EDGE_ALL_FLAGS): Update.
(EDGE_ALL_FLAGS): Update.
* cfg.c (dump_edge_info): Add sibcall name.
* cfg.c (dump_edge_info): Add sibcall name.
...
...
gcc/c-cppbuiltin.c
View file @
2288bdbb
...
@@ -307,11 +307,11 @@ c_cpp_builtins (pfile)
...
@@ -307,11 +307,11 @@ c_cpp_builtins (pfile)
cpp_define
(
pfile
,
"__GXX_WEAK__=1"
);
cpp_define
(
pfile
,
"__GXX_WEAK__=1"
);
else
else
cpp_define
(
pfile
,
"__GXX_WEAK__=0"
);
cpp_define
(
pfile
,
"__GXX_WEAK__=0"
);
if
(
flag_exceptions
)
cpp_define
(
pfile
,
"__EXCEPTIONS"
);
if
(
warn_deprecated
)
if
(
warn_deprecated
)
cpp_define
(
pfile
,
"__DEPRECATED"
);
cpp_define
(
pfile
,
"__DEPRECATED"
);
}
}
if
(
flag_exceptions
)
cpp_define
(
pfile
,
"__EXCEPTIONS"
);
/* represents the C++ ABI version, always defined so it can be used while
/* represents the C++ ABI version, always defined so it can be used while
preprocessing C and assembler. */
preprocessing C and assembler. */
...
...
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