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
4318d4a1
Commit
4318d4a1
authored
Oct 25, 2004
by
Alexandre Oliva
Committed by
Alexandre Oliva
Oct 25, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/frv/linux.h (TARGET_C99_FUNCTIONS): Define to 0.
From-SVN: r89525
parent
a6cb87fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
gcc/ChangeLog
+4
-0
gcc/config/frv/linux.h
+15
-0
No files found.
gcc/ChangeLog
View file @
4318d4a1
2004
-
10
-
25
Alexandre
Oliva
<
aoliva
@
redhat
.
com
>
2004
-
10
-
25
Alexandre
Oliva
<
aoliva
@
redhat
.
com
>
*
config
/
frv
/
linux
.
h
(
TARGET_C99_FUNCTIONS
):
Define
to
0.
2004
-
10
-
25
Alexandre
Oliva
<
aoliva
@
redhat
.
com
>
*
config
/
frv
/
frv
.
md
(
movdi
,
movdf
):
Handle
wide
-
constant
splits
*
config
/
frv
/
frv
.
md
(
movdi
,
movdf
):
Handle
wide
-
constant
splits
with
wider
-
than
-
32
-
bit
HOST_WIDE_INTs
.
with
wider
-
than
-
32
-
bit
HOST_WIDE_INTs
.
...
...
gcc/config/frv/linux.h
View file @
4318d4a1
...
@@ -71,4 +71,19 @@ asm (TEXT_SECTION_ASM_OP);
...
@@ -71,4 +71,19 @@ asm (TEXT_SECTION_ASM_OP);
#undef Twrite
#undef Twrite
#define Twrite __write
#define Twrite __write
/* uClibc doesn't support many of the C90-reserved C99-defined math
functions. Make sure we don't implicitly generate them unless C99
support is explicitly requested. This will affect both frv-linux
and frv-uclinux. Even though the glibc, the primary library for
frv-linux, would enable better code to be generated with
TARGET_C99_FUNCTIONS defined to 1, uClinux can be used as the
library for frv-linux as well, and we'd better have that work
correctly. Maybe we move this to a uclibc.h header in the future,
and use that for frv-uclinux and frv-linux-uclibc? Define it here
for now, such that we can still get exactly the same code out of
both frv-linux-gcc and frv-uclinux-gcc, when feeding them the same
preprocessed sources. */
#undef TARGET_C99_FUNCTIONS
#define TARGET_C99_FUNCTIONS 0
#endif
/* __FRV_LINUX_H__ */
#endif
/* __FRV_LINUX_H__ */
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