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
2ce3a36b
Commit
2ce3a36b
authored
Dec 19, 2001
by
Nick Clifton
Committed by
Nick Clifton
Dec 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define SUPPORTS_INIT_PRIORITY
From-SVN: r48177
parent
2e4cf9dc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+5
-0
gcc/config/arm/coff.h
+2
-0
gcc/config/arm/elf.h
+2
-0
No files found.
gcc/ChangeLog
View file @
2ce3a36b
2001
-
12
-
19
Nick
Clifton
<
nickc
@cambridge
.
redhat
.
com
>
*
config
/
arm
/
coff
.
h
(
SUPPORTS_INIT_PRIORITY
)
:
Define
(
to
false
).
*
config
/
arm
/
elf
.
h
(
SUPPORTS_INIT_PRIORITY
)
:
Define
(
to
true
).
Wed
Dec
19
06
:
12
:
34
2001
Douglas
B
.
Rupp
<
rupp
@gnat
.
com
>
*
dwarf2out
.
c
(
add_name_and_src_coords_attributes
)
:
Fix
VMS
procedure
...
...
gcc/config/arm/coff.h
View file @
2ce3a36b
...
...
@@ -122,3 +122,5 @@ rdata_section () \
/* The ARM development system defines __main. */
#define NAME__MAIN "__gccmain"
#define SYMBOL__MAIN __gccmain
#define SUPPORTS_INIT_PRIORITY 0
gcc/config/arm/elf.h
View file @
2ce3a36b
...
...
@@ -193,3 +193,5 @@ Boston, MA 02111-1307, USA. */
fprintf (STREAM, "\t.align\t%d\n", POWER); \
} \
while (0)
#define SUPPORTS_INIT_PRIORITY 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