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
f55dcd41
Commit
f55dcd41
authored
Jul 27, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Jul 27, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix SDB debug output generation for ARM/COFF
From-SVN: r28297
parent
59159a10
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+5
-0
gcc/config/arm/coff.h
+2
-0
No files found.
gcc/ChangeLog
View file @
f55dcd41
Tue
Jul
27
17
:
49
:
42
1999
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
config
/
arm
/
coff
.
h
(
ASM_FILE_START
)
:
If
generating
SDB
output
,
call
output_file_directive
.
Tue
Jul
27
03
:
15
:
33
1999
Jason
Merrill
<
jason
@yorick
.
cygnus
.
com
>
*
expr
.
c
(
expand_expr
,
case
PLUS_EXPR
):
Get
the
mode
from
the
...
...
gcc/config/arm/coff.h
View file @
f55dcd41
...
...
@@ -80,6 +80,8 @@ extern int arm_structure_size_boundary;
fprintf (STREAM, "%s Generated by gcc %s for ARM/coff\n", \
ASM_COMMENT_START, version_string); \
fprintf (STREAM, ASM_APP_OFF); \
if (write_symbols == SDB_DEBUG) \
output_file_directive (STREAM, main_input_filename); \
} \
while (0)
...
...
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