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
ef43c728
Commit
ef43c728
authored
Dec 07, 2013
by
Maxim Kuvyrkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/linux.h: Fix typo in a comment.
From-SVN: r205782
parent
5fa747a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+6
-1
gcc/config/linux.h
+1
-1
No files found.
gcc/ChangeLog
View file @
ef43c728
2013
-
12
-
07
Maxim
Kuvyrkov
<
maxim
@
kugelworks
.
com
>
*
config
/
linux
.
h
:
Fix
typo
in
a
comment
.
2013
-
12
-
07
Maxim
Kuvyrkov
<
maxim
@
kugelworks
.
com
>
*
config
.
gcc
(*
linux
*):
Split
libc
selection
from
Android
support
.
Add
libc
selection
to
all
*
linux
*
targets
.
Add
Android
support
to
architectures
that
support
it
.
(
arm
*-*-
linux
-*,
i
[
34567
]
86
-*-
linux
*,
x86_64
-*-
linux
*,)
(
mips
*-*-
linux
*):
Add
Android
support
.
2013
-
12
-
07
Maxim
Kuvyrkov
<
maxim
@
kugelworks
.
com
>
2013
-
12
-
07
Alexander
Ivchenko
<
alexander
.
ivchenko
@
intel
.
com
>
Maxim
Kuvyrkov
<
maxim
@
kugelworks
.
com
>
*
config
/
bfin
/
uclinux
.
h
,
config
/
c6x
/
uclinux
-
elf
.
h
,
*
config
/
lm32
/
uclinux
-
elf
.
h
,
config
/
m68k
/
uclinux
.
h
,
gcc/config/linux.h
View file @
ef43c728
...
...
@@ -117,7 +117,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#else
/* !uClinux, i.e., normal Linux */
/* IFUNCs are support
t
ed by glibc, but not by uClibc or Bionic. */
/* IFUNCs are supported by glibc, but not by uClibc or Bionic. */
# undef TARGET_HAS_IFUNC_P
# define TARGET_HAS_IFUNC_P linux_has_ifunc_p
...
...
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