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
2e5a1510
Commit
2e5a1510
authored
Jun 23, 2004
by
Loren J. Rittle
Committed by
Loren J. Rittle
Jun 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/builtins-config.h: Handle FreeBSD.
From-SVN: r83532
parent
0f59171d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/builtins-config.h
+2
-0
No files found.
gcc/testsuite/ChangeLog
View file @
2e5a1510
2004
-
06
-
22
Loren
James
Rittle
<
ljrittle
@acm
.
org
>
*
gcc
.
dg
/
builtins
-
config
.
h
:
Handle
FreeBSD
.
2006
-
06
-
22
Richard
Henderson
<
rth
@redhat
.
com
>
2006
-
06
-
22
Richard
Henderson
<
rth
@redhat
.
com
>
*
g
++
.
dg
/
opt
/
devirt1
.
C
:
New
.
*
g
++
.
dg
/
opt
/
devirt1
.
C
:
New
.
...
...
gcc/testsuite/gcc.dg/builtins-config.h
View file @
2e5a1510
...
@@ -15,6 +15,8 @@
...
@@ -15,6 +15,8 @@
/* Solaris doesn't have the entire C99 runtime. */
/* Solaris doesn't have the entire C99 runtime. */
#elif defined(__sgi)
#elif defined(__sgi)
/* Irix6 doesn't have the entire C99 runtime. */
/* Irix6 doesn't have the entire C99 runtime. */
#elif defined(__FreeBSD__) && (__FreeBSD__ < 5)
/* FreeBSD before version 5 doesn't have the entire C99 runtime. */
#else
#else
/* Newlib has the "f" variants of the math functions, but not the "l"
/* Newlib has the "f" variants of the math functions, but not the "l"
variants. TARGET_C99_FUNCTIONS is only defined if all C99
variants. TARGET_C99_FUNCTIONS is only defined if all C99
...
...
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