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
bad72d7a
Commit
bad72d7a
authored
Oct 12, 2009
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebuild config.in, configure.
From-SVN: r152687
parent
478a716a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
37 additions
and
0 deletions
+37
-0
gcc/config.in
+6
-0
gcc/configure
+31
-0
No files found.
gcc/config.in
View file @
bad72d7a
...
...
@@ -315,6 +315,12 @@
#endif
/* Define if your assembler supports the swap suffix. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_IX86_SWAP
#endif
/* Define if your assembler supports the lituse_jsrdirect relocation. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_JSRDIRECT_RELOCS
...
...
gcc/configure
View file @
bad72d7a
...
...
@@ -22917,6 +22917,37 @@ $as_echo "#define HAVE_AS_IX86_SAHF 1" >>confdefs.h
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking assembler for swap suffix"
>
&5
$as_echo_n
"checking assembler for swap suffix... "
>
&6
;
}
if
test
"
${
gcc_cv_as_ix86_swap
+set
}
"
=
set
;
then
:
$as_echo_n
"(cached) "
>
&6
else
gcc_cv_as_ix86_swap
=
no
if
test
x
$gcc_cv_as
!=
x
;
then
echo
'movl.s %esp, %ebp'
>
conftest.s
if
{
ac_try
=
'$gcc_cv_as -o conftest.o conftest.s >&5'
{
{
eval echo
"
\"\$
as_me
\"
:
${
as_lineno
-
$LINENO
}
:
\"
$ac_try
\"
"
;
}
>
&5
(
eval
$ac_try
)
2>&5
ac_status
=
$?
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
;
}
then
gcc_cv_as_ix86_swap
=
yes
else
echo
"configure: failed program was"
>
&5
cat
conftest.s
>
&5
fi
rm
-f
conftest.o conftest.s
fi
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$gcc_cv_as_ix86_swap
"
>
&5
$as_echo
"
$gcc_cv_as_ix86_swap
"
>
&6
;
}
if
test
$gcc_cv_as_ix86_swap
=
yes
;
then
$as_echo
"#define HAVE_AS_IX86_SWAP 1"
>>
confdefs.h
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking assembler for different section symbol subtraction"
>
&5
$as_echo_n
"checking assembler for different section symbol subtraction... "
>
&6
;
}
if
test
"
${
gcc_cv_as_ix86_diff_sect_delta
+set
}
"
=
set
;
then
:
...
...
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