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
f89223a9
Commit
f89223a9
authored
Jun 27, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Jun 27, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tm.texi (NEED_MATH_LIBRARY): Document new target macro.
From-SVN: r20766
parent
17294adf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+2
-0
gcc/tm.texi
+9
-0
No files found.
gcc/ChangeLog
View file @
f89223a9
Sat Jun 27 22:37:05 1998 Jeffrey A Law (law@cygnus.com)
Sat Jun 27 22:37:05 1998 Jeffrey A Law (law@cygnus.com)
* tm.texi (NEED_MATH_LIBRARY): Document new target macro.
* Makefile.in (gencheck): Remove $(TREE_H) dependency.
* Makefile.in (gencheck): Remove $(TREE_H) dependency.
Sat Jun 27 20:20:00 1998 John Carr <jfc@mit.edu>
Sat Jun 27 20:20:00 1998 John Carr <jfc@mit.edu>
...
...
gcc/tm.texi
View file @
f89223a9
...
@@ -7457,4 +7457,13 @@ operations other than load, store and copy operations.
...
@@ -7457,4 +7457,13 @@ operations other than load, store and copy operations.
You
need
only
define
this
macro
if
the
target
holds
values
larger
than
You
need
only
define
this
macro
if
the
target
holds
values
larger
than
@code{
word_mode
}
in
general
purpose
registers
.
Most
targets
should
not
define
@code{
word_mode
}
in
general
purpose
registers
.
Most
targets
should
not
define
this
macro
.
this
macro
.
@findex
NEED_MATH_LIBRARY
@item
NEED_MATH_LIBRARY
Define
this
macro
as
a
C
expression
that
is
nonzero
if
@code{
g
++
}
should
automatically
link
in
the
math
library
or
to
zero
if
@code{
g
++
}
should
not
automatically
link
in
the
math
library
.
You
need
only
define
this
macro
if
the
target
does
not
always
need
the
math
library
linked
into
C
++
programs
.
@end
table
@end
table
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