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
1bfe98cb
Commit
1bfe98cb
authored
Apr 25, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r827
parent
252043ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/config/i860/bsd.h
+1
-1
gcc/config/m68k/amix.h
+2
-2
No files found.
gcc/config/i860/bsd.h
View file @
1bfe98cb
...
...
@@ -17,7 +17,7 @@
putc('\n', (f)); \
inside = FALSE; \
} \
fprintf((f), "%s ", ASCII_DATA_ASM_OP); \
fprintf((f), "
\t
%s ", ASCII_DATA_ASM_OP); \
} \
if ((p)[i] < 32 || (p)[i] == '\\' || (p)[i] == '"' || (p)[i] >= 127) { \
if (inside) { \
...
...
gcc/config/m68k/amix.h
View file @
1bfe98cb
...
...
@@ -98,7 +98,7 @@ do { \
#define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \
{ \
register int sp = 0, lp = 0, ch; \
fprintf ((FILE), "%s ", BYTE_ASM_OP); \
fprintf ((FILE), "
\t
%s ", BYTE_ASM_OP); \
do { \
ch = (PTR)[sp]; \
if (ch > ' ' && ! (ch & 0x80) && ch != '\\') \
...
...
@@ -113,7 +113,7 @@ do { \
{ \
if ((sp % 10) == 0) \
{ \
fprintf ((FILE), "\n%s ", BYTE_ASM_OP); \
fprintf ((FILE), "\n
\t
%s ", BYTE_ASM_OP); \
} \
else \
{ \
...
...
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