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
9e170098
Commit
9e170098
authored
Dec 06, 2005
by
Geoffrey Keating
Committed by
Geoffrey Keating
Dec 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/darwin.h (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): New.
From-SVN: r108128
parent
d7d93837
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ChangeLog
+4
-0
gcc/config/darwin.h
+4
-0
No files found.
gcc/ChangeLog
View file @
9e170098
2005
-
12
-
06
Geoffrey
Keating
<
geoffk
@apple
.
com
>
*
config
/
darwin
.
h
(
TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT
)
:
New
.
2005
-
12
-
06
Aldy
Hernandez
<
aldyh
@redhat
.
com
>
PR
C
++/
24138
...
...
gcc/config/darwin.h
View file @
9e170098
...
...
@@ -419,6 +419,10 @@ Boston, MA 02110-1301, USA. */
#undef TARGET_WEAK_NOT_IN_ARCHIVE_TOC
#define TARGET_WEAK_NOT_IN_ARCHIVE_TOC 1
/* On Darwin, we don't (at the time of writing) have linkonce sections
with names, so it's safe to make the class data not comdat. */
#define TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT hook_bool_void_false
/* We make exception information linkonce. */
#undef TARGET_USES_WEAK_UNWIND_INFO
#define TARGET_USES_WEAK_UNWIND_INFO 1
...
...
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