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
e489a31f
Commit
e489a31f
authored
Dec 17, 2002
by
Jason Merrill
Committed by
Jason Merrill
Dec 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* genmultilib: Use 'cd ./foo'.
From-SVN: r60222
parent
5b8f02c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
gcc/ChangeLog
+7
-0
gcc/genmultilib
+2
-1
No files found.
gcc/ChangeLog
View file @
e489a31f
2002
-
12
-
17
Jason
Merrill
<
jason
@redhat
.
com
>
*
genmultilib
:
Use
'
cd
.
/
foo
'
.
2002
-
12
-
17
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
2002
-
12
-
17
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
doc
/
c
-
tree
.
texi
:
Restore
deliberate
spelling
mistakes
.
*
doc
/
c
-
tree
.
texi
:
Restore
deliberate
spelling
mistakes
.
...
@@ -36,6 +40,9 @@ Tue Dec 17 09:47:57 CET 2002 Jan Hubicka <jh@suse.cz>
...
@@ -36,6 +40,9 @@ Tue Dec 17 09:47:57 CET 2002 Jan Hubicka <jh@suse.cz>
2002
-
12
-
16
Jason
Merrill
<
jason
@redhat
.
com
>
2002
-
12
-
16
Jason
Merrill
<
jason
@redhat
.
com
>
*
calls
.
c
(
expand_call
)
:
Handle
CALL_EXPR_HAS_RETURN_SLOT_ADDR
with
special
struct
-
return
ABIs
.
*
c
-
semantics
.
c
(
add_scope_stmt
)
:
Abort
if
the
end
SCOPE_STMT
*
c
-
semantics
.
c
(
add_scope_stmt
)
:
Abort
if
the
end
SCOPE_STMT
doesn
'
t
match
the
begin
SCOPE_STMT
in
partialness
.
doesn
'
t
match
the
begin
SCOPE_STMT
in
partialness
.
...
...
gcc/genmultilib
View file @
e489a31f
...
@@ -121,7 +121,8 @@ enable_multilib=$8
...
@@ -121,7 +121,8 @@ enable_multilib=$8
echo
"static const char *const multilib_raw[] = {"
echo
"static const char *const multilib_raw[] = {"
mkdir tmpmultilib.
$$
||
exit
1
mkdir tmpmultilib.
$$
||
exit
1
cd
tmpmultilib.
$$
||
exit
1
# Use cd ./foo to avoid CDPATH output.
cd
./tmpmultilib.
$$
||
exit
1
# What we want to do is select all combinations of the sets in
# What we want to do is select all combinations of the sets in
# options. Each combination which includes a set of mutually
# options. Each combination which includes a set of mutually
...
...
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