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
6e9a74dd
Commit
6e9a74dd
authored
Apr 04, 1992
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r683
parent
047de90b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
gcc/config/a29k/a29k.h
+6
-3
No files found.
gcc/config/a29k/a29k.h
View file @
6e9a74dd
...
...
@@ -1274,17 +1274,20 @@ extern char *a29k_function_name;
#define ASM_APP_OFF ""
/* The next few macros don't have tabs on most machines, but
at least one 29K assembler wants them. */
/* Output before instructions. */
#define TEXT_SECTION_ASM_OP ".text"
#define TEXT_SECTION_ASM_OP "
\t
.text"
/* Output before read-only data. */
#define READONLY_DATA_SECTION_ASM_OP ".use .lit"
#define READONLY_DATA_SECTION_ASM_OP "
\t
.use .lit"
/* Output before writable data. */
#define DATA_SECTION_ASM_OP ".data"
#define DATA_SECTION_ASM_OP "
\t
.data"
/* Define an extra section for read-only data, a routine to enter it, and
indicate that it is for read-only data. */
...
...
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