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
1e290ba1
Commit
1e290ba1
authored
Sep 16, 2003
by
Joel Brobecker
Committed by
Joel Brobecker
Sep 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dwarf2asm.c (dw2_asm_output_nstring): Add comment.
From-SVN: r71442
parent
a080d12b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/dwarf2asm.c
+7
-0
No files found.
gcc/ChangeLog
View file @
1e290ba1
2003-09-16 Joel Brobecker <brobecker@gnat.com>
* dwarf2asm.c (dw2_asm_output_nstring): Add comment.
2003-09-16 Roger Sayle <roger@eyesopen.com>
PR bootstrap/12269
...
...
gcc/dwarf2asm.c
View file @
1e290ba1
...
...
@@ -224,6 +224,13 @@ dw2_asm_output_addr_rtx (int size, rtx addr,
va_end
(
ap
);
}
/* Output the first ORIG_LEN characters of STR as a string.
If ORIG_LEN is equal to -1, ignore this parameter and output
the entire STR instead.
If COMMENT is not NULL and comments in the debug information
have been requested by the user, append the given COMMENT
to the generated output. */
void
dw2_asm_output_nstring
(
const
char
*
str
,
size_t
orig_len
,
const
char
*
comment
,
...)
...
...
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