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
3623e712
Commit
3623e712
authored
Aug 04, 1992
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(EXTRA_SECTIONS): Base on the above defines.
From-SVN: r1764
parent
e7a3dd09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
gcc/config/m88k/m88k.h
+4
-4
No files found.
gcc/config/m88k/m88k.h
View file @
3623e712
...
@@ -206,9 +206,9 @@ extern char * reg_names[];
...
@@ -206,9 +206,9 @@ extern char * reg_names[];
/* Print subsidiary information on the compiler version in use.
/* Print subsidiary information on the compiler version in use.
Redefined in m88kv4.h, and m88kluna.h. */
Redefined in m88kv4.h, and m88kluna.h. */
#define VERSION_INFO1 "88open OCS/BCS, "
#define VERSION_INFO1 "88open OCS/BCS, "
#define VERSION_INFO2 "
30 Jul 19
92"
#define VERSION_INFO2 "
08/04/
92"
#define VERSION_STRING version_string
#define VERSION_STRING version_string
#define TM_SCCS_ID "@(#)m88k.h 2.2.
6.11 30 Jul 1992 09:06:33
"
#define TM_SCCS_ID "@(#)m88k.h 2.2.
7.2 08/04/92 14:56:50
"
/* Run-time compilation parameters selecting different hardware subsets. */
/* Run-time compilation parameters selecting different hardware subsets. */
...
@@ -2292,13 +2292,13 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
...
@@ -2292,13 +2292,13 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
#define USE_CONST_SECTION DECLARE_ASM_NAME
#define USE_CONST_SECTION DECLARE_ASM_NAME
#if defined(
CTORS_SECTION_FUNCTION)
/* SVR4 */
#if defined(
USING_SVR4_H)
#define EXTRA_SECTIONS in_const, in_tdesc, in_sdata, in_ctors, in_dtors
#define EXTRA_SECTIONS in_const, in_tdesc, in_sdata, in_ctors, in_dtors
#define INIT_SECTION_FUNCTION
#define INIT_SECTION_FUNCTION
#define FINI_SECTION_FUNCTION
#define FINI_SECTION_FUNCTION
#elif defined(
FINI_SECTION_FUNCTION)
/* SVR3 */
#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_init, in_fini
#define CTORS_SECTION_FUNCTION
#define CTORS_SECTION_FUNCTION
...
...
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