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
e374d5c9
Commit
e374d5c9
authored
Aug 16, 2005
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Aug 16, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (Label Output): Correct typo.
From-SVN: r103182
parent
f2dd440f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
e374d5c9
2005
-
08
-
16
Ian
Lance
Taylor
<
ian
@airs
.
com
>
*
doc
/
tm
.
texi
(
Label
Output
)
:
Correct
typo
.
2005
-
08
-
16
Steven
Bosscher
<
stevenb
@suse
.
de
>
2005
-
08
-
16
Steven
Bosscher
<
stevenb
@suse
.
de
>
PR
target
/
23376
PR
target
/
23376
...
...
gcc/doc/tm.texi
View file @
e374d5c9
...
@@ -6576,7 +6576,7 @@ definition of this macro is provided which is correct for most systems.
...
@@ -6576,7 +6576,7 @@ definition of this macro is provided which is correct for most systems.
@findex
assemble_name_raw
@findex
assemble_name_raw
@defmac
ASM_OUTPUT_INTERNAL_LABEL
(
@var{
stream
}
,
@var{
name
}
)
@defmac
ASM_OUTPUT_INTERNAL_LABEL
(
@var{
stream
}
,
@var{
name
}
)
Identical
to
@code{
ASM_OUTPUT_
l
ABEL
}
,
except
that
@var{
name
}
is
known
Identical
to
@code{
ASM_OUTPUT_
L
ABEL
}
,
except
that
@var{
name
}
is
known
to
refer
to
a
compiler
-
generated
label
.
The
default
definition
uses
to
refer
to
a
compiler
-
generated
label
.
The
default
definition
uses
@code{
assemble_name_raw
}
,
which
is
like
@code{
assemble_name
}
except
@code{
assemble_name_raw
}
,
which
is
like
@code{
assemble_name
}
except
that
it
is
more
efficient
.
that
it
is
more
efficient
.
...
...
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