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
fee67063
Commit
fee67063
authored
19 years ago
by
Richard Sandiford
Committed by
Richard Sandiford
19 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/darwin.h: Guard section variables with #ifndef IN_LIBGCC2.
From-SVN: r108153
parent
d6b5193b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/ChangeLog
+4
-0
gcc/config/darwin.h
+2
-0
No files found.
gcc/ChangeLog
View file @
fee67063
2005
-
12
-
07
Richard
Sandiford
<
richard
@codesourcery
.
com
>
*
config
/
darwin
.
h
:
Guard
section
variables
with
#
ifndef
IN_LIBGCC2
.
2005
-
12
-
07
Richard
Sandiford
<
richard
@codesourcery
.
com
>
*
config
/
alpha
/
alpha
.
c
(
alpha_start_function
)
:
Use
switch_to_section
.
(
alpha_elf_select_rtx_section
)
:
Return
the
selected
section
rather
than
emitting
assembly
code
.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/darwin.h
View file @
fee67063
...
...
@@ -610,9 +610,11 @@ Boston, MA 02110-1301, USA. */
#define MAX_OFILE_ALIGNMENT 0x8000
/* Declare the section variables. */
#ifndef IN_LIBGCC2
#define DEF_SECTION(NAME, FLAGS, DIRECTIVE, OBJC) extern section *NAME;
#include "darwin-sections.def"
#undef DEF_SECTION
#endif
#undef TARGET_ASM_SELECT_SECTION
#define TARGET_ASM_SELECT_SECTION machopic_select_section
...
...
This diff is collapsed.
Click to expand it.
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