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
1abe4c83
Commit
1abe4c83
authored
Sep 27, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(ASM_OUTPUT_SOURCE_LINE): Add missing #undef.
From-SVN: r8150
parent
560f3f8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gcc/config/m88k/m88k.h
+3
-2
No files found.
gcc/config/m88k/m88k.h
View file @
1abe4c83
...
@@ -197,13 +197,13 @@ extern char * reg_names[];
...
@@ -197,13 +197,13 @@ extern char * reg_names[];
Redefined in sysv4.h, and luna.h. */
Redefined in sysv4.h, and luna.h. */
#define VERSION_INFO1 "88open OCS/BCS, "
#define VERSION_INFO1 "88open OCS/BCS, "
#ifndef VERSION_INFO2
#ifndef VERSION_INFO2
#define VERSION_INFO2 "$Revision: 1.
59
$"
#define VERSION_INFO2 "$Revision: 1.
60
$"
#endif
#endif
#ifndef VERSION_STRING
#ifndef VERSION_STRING
#define VERSION_STRING version_string
#define VERSION_STRING version_string
#ifdef __STDC__
#ifdef __STDC__
#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.
59
$ " __DATE__
#define TM_RCS_ID "@(#)" __FILE__ " $Revision: 1.
60
$ " __DATE__
#else
#else
#define TM_RCS_ID "$What$"
#define TM_RCS_ID "$What$"
#endif
/* __STDC__ */
#endif
/* __STDC__ */
...
@@ -1849,6 +1849,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
...
@@ -1849,6 +1849,7 @@ enum reg_class { NO_REGS, AP_REG, XRF_REGS, GENERAL_REGS, AGRF_REGS,
fprintf (FILE, "\t%s\t \"%s\"\n", FILE_ASM_OP, NAME)
fprintf (FILE, "\t%s\t \"%s\"\n", FILE_ASM_OP, NAME)
#ifdef SDB_DEBUGGING_INFO
#ifdef SDB_DEBUGGING_INFO
#undef ASM_OUTPUT_SOURCE_LINE
#define ASM_OUTPUT_SOURCE_LINE(FILE, LINE) \
#define ASM_OUTPUT_SOURCE_LINE(FILE, LINE) \
if (m88k_prologue_done) \
if (m88k_prologue_done) \
fprintf (FILE, "\n\tln\t %d\t\t\t\t; Real source line %d\n",\
fprintf (FILE, "\n\tln\t %d\t\t\t\t; Real source line %d\n",\
...
...
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