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
810e3c45
Commit
810e3c45
authored
28 years ago
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formerly tm.texi.~235~
From-SVN: r13120
parent
50f960ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
gcc/tm.texi
+10
-0
No files found.
gcc/tm.texi
View file @
810e3c45
...
...
@@ -5234,6 +5234,16 @@ which defines (equates) the symbol @var{name} to have the value @var{value}.
If
SET_ASM_OP
is
defined
,
a
default
definition
is
provided
which
is
correct
for
most
systems
.
@findex
ASM_OUTPUT_WEAK_ALIAS
@item
ASM_OUTPUT_WEAK_ALIAS
(
@var
{
stream
},
@var
{
name
},
@var
{
value
})
A
C
statement
to
output
to
the
stdio
stream
@var
{
stream
}
assembler
code
which
defines
(
equates
)
the
weak
symbol
@var
{
name
}
to
have
the
value
@var
{
value
}.
Define
this
macro
if
the
target
only
supports
weak
aliases
;
define
ASM_OUTPUT_DEF
instead
if
possible
.
@findex
OBJC_GEN_METHOD_LABEL
@item
OBJC_GEN_METHOD_LABEL
(
@var
{
buf
},
@var
{
is_inst
},
@var
{
class_name
},
@var
{
cat_name
},
@var
{
sel_name
})
Define
this
macro
to
override
the
default
assembler
names
used
for
...
...
This diff is collapsed.
Click to expand it.
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