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
f63ce4f8
Commit
f63ce4f8
authored
Aug 05, 1992
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(EXTRA_SECTIONS, svr3): Add in_ctors and in_dtors.
From-SVN: r1771
parent
d034f929
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/config/m88k/m88k.h
+3
-2
No files found.
gcc/config/m88k/m88k.h
View file @
f63ce4f8
...
@@ -208,7 +208,7 @@ extern char * reg_names[];
...
@@ -208,7 +208,7 @@ extern char * reg_names[];
#define VERSION_INFO1 "88open OCS/BCS, "
#define VERSION_INFO1 "88open OCS/BCS, "
#define VERSION_INFO2 "08/05/92"
#define VERSION_INFO2 "08/05/92"
#define VERSION_STRING version_string
#define VERSION_STRING version_string
#define TM_SCCS_ID "@(#)m88k.h 2.2.7.
4 08/05/92 11:17:26
"
#define TM_SCCS_ID "@(#)m88k.h 2.2.7.
5 08/05/92 13:10:08
"
/* Run-time compilation parameters selecting different hardware subsets. */
/* Run-time compilation parameters selecting different hardware subsets. */
...
@@ -2300,7 +2300,8 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
...
@@ -2300,7 +2300,8 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
#elif defined(USING_SVR3_H)
#elif defined(USING_SVR3_H)
#define EXTRA_SECTIONS in_const, in_tdesc, in_sdata, in_init, in_fini
#define EXTRA_SECTIONS in_const, in_tdesc, in_sdata, in_ctors, in_dtors, \
in_init, in_fini
#else
/* m88kluna or other not based on svr[34].h. */
#else
/* m88kluna or other not based on svr[34].h. */
...
...
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