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
b841421a
Commit
b841421a
authored
Jul 23, 2002
by
Neil Booth
Committed by
Neil Booth
Jul 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi: Update documentation.
From-SVN: r55691
parent
c0667597
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
9 deletions
+1
-9
gcc/ChangeLog
+1
-0
gcc/doc/tm.texi
+0
-9
No files found.
gcc/ChangeLog
View file @
b841421a
...
...
@@ -10,6 +10,7 @@
(mmix_asm_output_define_label_difference_symbol): Remove.
* config/mmix/mmix.h
(ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL): Remove.
* doc/tm.texi: Remove documentation.
Tue Jul 23 21:49:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
...
...
gcc/doc/tm.texi
View file @
b841421a
...
...
@@ -6650,15 +6650,6 @@ to have the value of the tree node @var{decl_of_value}. This macro will
be
used
in
preference
to
@samp{
ASM_OUTPUT_DEF
}
if
it
is
defined
and
if
the
tree
nodes
are
available
.
@findex
ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL
@item
ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL
(
@var{
stream
}
,
@var{
symbol
}
,
@var{
high
}
,
@var{
low
}
)
A
C
statement
to
output
to
the
stdio
stream
@var{
stream
}
assembler
code
which
defines
(
equates
)
the
symbol
@var{
symbol
}
to
have
a
value
equal
to
the
difference
of
the
two
symbols
@var{
high
}
and
@var{
low
}
,
i
.
e
.
@
:
@var
{
high
}
minus
@var
{
low
}.
GCC
guarantees
that
the
symbols
@var
{
high
}
and
@var
{
low
}
are
already
known
by
the
assembler
so
that
the
difference
resolves
into
a
constant
.
@findex
SET_ASM_OP
If
@code{
SET_ASM_OP
}
is
defined
,
a
default
definition
is
provided
which
is
correct
for
most
systems
.
...
...
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