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
ed7fd6c8
Commit
ed7fd6c8
authored
May 23, 2000
by
Jonathan Larmour
Committed by
Gavin Romig-Koch
May 23, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config/mips/elf64.h (CTOR_LISTS_DEFINED_EXTERNALLY): Define
From-SVN: r34105
parent
b81f53a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/ChangeLog
+4
-0
gcc/config/mips/elf64.h
+5
-0
No files found.
gcc/ChangeLog
View file @
ed7fd6c8
2000
-
05
-
23
Jonathan
Larmour
<
jlarmour
@redhat
.
co
.
uk
>
*
config
/
mips
/
elf64
.
h
(
CTOR_LISTS_DEFINED_EXTERNALLY
)
:
Define
Tue
May
23
06
:
50
:
29
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
config
/
alpha
/
alpha
.
c
:
Remove
#
ifdef
HAIFA
since
now
only
scheduler
.
gcc/config/mips/elf64.h
View file @
ed7fd6c8
...
...
@@ -274,6 +274,11 @@ do { \
#define CTORS_SECTION_ASM_OP "\t.section\t.ctors,\"aw\""
#define DTORS_SECTION_ASM_OP "\t.section\t.dtors,\"aw\""
/* There's no point providing a default definition of __CTOR_LIST__
since people are expected either to use crtbegin.o, or an equivalent,
or provide their own definition. */
#define CTOR_LISTS_DEFINED_EXTERNALLY
/* A list of other sections which the compiler might be "in" at any
given time. */
#undef EXTRA_SECTIONS
...
...
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