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
f4ce55df
Commit
f4ce55df
authored
Mar 19, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r519
parent
1dfd223b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/config/svr3.h
+2
-2
gcc/crtstuff.c
+2
-2
No files found.
gcc/config/svr3.h
View file @
f4ce55df
...
@@ -184,9 +184,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
...
@@ -184,9 +184,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
#define USE_CONST_SECTION 0
#define USE_CONST_SECTION 0
#define INIT_SECTION_ASM_OP "
\t
.section\t.init"
#define INIT_SECTION_ASM_OP ".section\t.init"
#define FINI_SECTION_ASM_OP ".section .fini,\"x\""
#define FINI_SECTION_ASM_OP ".section .fini,\"x\""
#define CONST_SECTION_ASM_OP "
\t
.section\t.rodata, \"x\""
#define CONST_SECTION_ASM_OP ".section\t.rodata, \"x\""
#define DTORS_SECTION_ASM_OP FINI_SECTION_ASM_OP
#define DTORS_SECTION_ASM_OP FINI_SECTION_ASM_OP
/* CTORS_SECTION_ASM_OP is machine-dependent
/* CTORS_SECTION_ASM_OP is machine-dependent
...
...
gcc/crtstuff.c
View file @
f4ce55df
...
@@ -53,10 +53,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
...
@@ -53,10 +53,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "tm.h"
#include "tm.h"
#ifndef CTORS_SECTION_ASM_OP
#ifndef CTORS_SECTION_ASM_OP
#define CTORS_SECTION_ASM_OP "
\t
.section\t.ctors,\"a\",@progbits"
#define CTORS_SECTION_ASM_OP ".section\t.ctors,\"a\",@progbits"
#endif
#endif
#ifndef DTORS_SECTION_ASM_OP
#ifndef DTORS_SECTION_ASM_OP
#define DTORS_SECTION_ASM_OP "
\t
.section\t.dtors,\"a\",@progbits"
#define DTORS_SECTION_ASM_OP ".section\t.dtors,\"a\",@progbits"
#endif
#endif
#include "gbl-ctors.h"
#include "gbl-ctors.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