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
411c88a2
Commit
411c88a2
authored
Apr 22, 2005
by
Caroline Tice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Apple Local marker comments accidentally added to FSF mainline.
From-SVN: r98581
parent
c189e185
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
gcc/config/darwin.c
+0
-2
gcc/config/darwin.h
+0
-1
No files found.
gcc/config/darwin.c
View file @
411c88a2
...
...
@@ -1010,7 +1010,6 @@ machopic_select_section (tree exp, int reloc,
{
void
(
*
base_function
)(
void
);
bool
weak_p
=
DECL_P
(
exp
)
&&
DECL_WEAK
(
exp
);
/* APPLE LOCAL begin mainline 2005-04-15 <radar 4078608> */
static
void
(
*
const
base_funs
[][
2
])(
void
)
=
{
{
text_section
,
text_coal_section
},
{
unlikely_text_section
,
text_unlikely_coal_section
},
...
...
@@ -1018,7 +1017,6 @@ machopic_select_section (tree exp, int reloc,
{
const_data_section
,
const_data_coal_section
},
{
data_section
,
data_coal_section
}
};
/* APPLE LOCAL end mainline 2005-04-15 <radar 4078608> */
if
(
reloc
==
0
&&
(
last_text_section
==
in_text_unlikely
...
...
gcc/config/darwin.h
View file @
411c88a2
...
...
@@ -646,7 +646,6 @@ SECTION_FUNCTION (text_coal_section, \
in_text_coal, \
".section __TEXT,__textcoal_nt,coalesced," \
"pure_instructions", 0) \
/* APPLE LOCAL mainline 2005-04-15 <radar 4078608> */
\
SECTION_FUNCTION (text_unlikely_coal_section, \
in_text_unlikely_coal, \
".section __TEXT,__text_unlikely_coal," \
...
...
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