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
c288218a
Commit
c288218a
authored
Aug 01, 2002
by
Neil Booth
Committed by
Neil Booth
Aug 01, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.c (__GXX_ABI_VERSION): Correct spelling.
From-SVN: r55947
parent
43bfc248
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/c-common.c
+1
-1
No files found.
gcc/ChangeLog
View file @
c288218a
2002-08-01 Neil Booth <neil@daikokuya.co.uk>
* c-common.c (__GXX_ABI_VERSION): Correct spelling.
2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
* c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
...
...
gcc/c-common.c
View file @
c288218a
...
...
@@ -4732,7 +4732,7 @@ cb_register_builtins (pfile)
cpp_define
(
pfile
,
"__EXCEPTIONS"
);
if
(
warn_deprecated
)
cpp_define
(
pfile
,
"__DEPRECATED"
);
cpp_define
(
pfile
,
"__GXX_ABI_VERSION
__
=102"
);
cpp_define
(
pfile
,
"__GXX_ABI_VERSION=102"
);
}
/* libgcc needs to know this. */
...
...
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