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
f644cebf
Commit
f644cebf
authored
Oct 20, 2004
by
Kelley Cook
Committed by
R. Kelley Cook
Oct 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert previous patch see
http://gcc.gnu.org/ml/gcc/2004-10/msg00805.html
From-SVN: r89350
parent
872a65b5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
41 deletions
+7
-41
gcc/ChangeLog
+5
-0
gcc/configure
+1
-32
gcc/configure.ac
+1
-9
No files found.
gcc/ChangeLog
View file @
f644cebf
2004
-
10
-
20
Kelley
Cook
<
kcook
@
gcc
.
gnu
.
org
>
*
configure
.
ac
:
Revert
my
previous
patch
.
*
configure
:
Regenerate
.
2004
-
10
-
20
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
2004
-
10
-
20
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
*
config
/
rs6000
/
rs6000
.
c
*
config
/
rs6000
/
rs6000
.
c
...
...
gcc/configure
View file @
f644cebf
...
@@ -14434,38 +14434,7 @@ fi
...
@@ -14434,38 +14434,7 @@ fi
case
$target
in
case
$target
in
*
-
*
-aix
*
)
conftest_s
=
' .csect .text[PR]
*
-
*
-aix
*
)
conftest_s
=
' .csect .text[PR]
mfcr 3,128'
;;
mfcr 3,128'
;;
*
-
*
-darwin
*
)
*
-
*
-darwin
*
)
conftest_s
=
' .text
echo
"
$as_me
:
$LINENO
: checking assembler for .machine directive support"
>
&5
echo
$ECHO_N
"checking assembler for .machine directive support...
$ECHO_C
"
>
&6
if
test
"
${
gcc_cv_as_machine_directive
+set
}
"
=
set
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
gcc_cv_as_machine_directive
=
no
if
test
x
$gcc_cv_as
!=
x
;
then
echo
' .machine ppc7400'
>
conftest.s
if
{
ac_try
=
'$gcc_cv_as -o conftest.o conftest.s >&5'
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_try
\"
"
)
>
&5
(
eval
$ac_try
)
2>&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
then
gcc_cv_as_machine_directive
=
yes
else
echo
"configure: failed program was"
>
&5
cat
conftest.s
>
&5
fi
rm
-f
conftest.o conftest.s
fi
fi
echo
"
$as_me
:
$LINENO
: result:
$gcc_cv_as_machine_directive
"
>
&5
echo
"
${
ECHO_T
}
$gcc_cv_as_machine_directive
"
>
&6
if
test
x
$gcc_cv_as_machine_directive
!=
xyes
;
then
echo
"*** This target requires an assembler supporting
\"
.machine
\"
"
>
&2
exit
1
fi
conftest_s
=
' .text
mfcr r3,128'
;;
mfcr r3,128'
;;
*
)
conftest_s
=
' .machine power4
*
)
conftest_s
=
' .machine power4
.text
.text
...
...
gcc/configure.ac
View file @
f644cebf
...
@@ -2697,15 +2697,7 @@ foo: nop
...
@@ -2697,15 +2697,7 @@ foo: nop
case $target in
case $target in
*-*-aix*) conftest_s=' .csect .text[[PR]]
*-*-aix*) conftest_s=' .csect .text[[PR]]
mfcr 3,128';;
mfcr 3,128';;
*-*-darwin*)
*-*-darwin*) conftest_s=' .text
gcc_GAS_CHECK_FEATURE([.machine directive support],
gcc_cv_as_machine_directive,,,
[ .machine ppc7400])
if test x$gcc_cv_as_machine_directive != xyes; then
echo "*** This target requires an assembler supporting \".machine\"" >&2
exit 1
fi
conftest_s=' .text
mfcr r3,128';;
mfcr r3,128';;
*) conftest_s=' .machine power4
*) conftest_s=' .machine power4
.text
.text
...
...
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