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
80d0abe9
Commit
80d0abe9
authored
Sep 02, 1992
by
Tom Wood
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop \v in last change.
From-SVN: r2032
parent
f36e573d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/m88k/m88k.c
+2
-2
No files found.
gcc/config/m88k/m88k.c
View file @
80d0abe9
...
...
@@ -46,7 +46,7 @@ extern char *ctime ();
extern
int
flag_traditional
;
extern
FILE
*
asm_out_file
;
static
char
out_sccs_id
[]
=
"@(#)m88k.c 2.2.7.
2 08/31/92 13:26:22
"
;
static
char
out_sccs_id
[]
=
"@(#)m88k.c 2.2.7.
3 09/02/92 09:45:23
"
;
static
char
tm_sccs_id
[]
=
TM_SCCS_ID
;
char
*
m88k_pound_sign
=
""
;
/* Either # for SVR4 or empty for SVR3 */
...
...
@@ -1466,9 +1466,9 @@ output_ascii (file, opcode, max, p, size)
{
switch
(
c
)
{
/* Some assemblers can't handle \a, \v, or \?. */
case
'\t'
:
c
=
't'
;
goto
escape
;
case
'\f'
:
c
=
'f'
;
goto
escape
;
case
'\v'
:
c
=
'v'
;
goto
escape
;
case
'\b'
:
c
=
'b'
;
goto
escape
;
case
'\r'
:
c
=
'r'
;
goto
escape
;
case
'\n'
:
c
=
'n'
;
goto
escape
;
...
...
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