configure.in (tm.h): Include isns-codes.h last.

* configure.in (tm.h): Include isns-codes.h last.
* configure: Rebuilt.

From-SVN: r38677
This commit is contained in:
Alexandre Oliva 2001-01-03 23:47:05 +00:00 committed by Alexandre Oliva
parent e55a9a6ea2
commit 04d430b8d0
3 changed files with 275 additions and 255 deletions

View File

@ -1,3 +1,8 @@
2001-01-03 Alexandre Oliva <aoliva@redhat.com>
* configure.in (tm.h): Include isns-codes.h last.
* configure: Rebuilt.
2001-01-03 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.md (addvsi3, addvdi3): New.

510
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -787,12 +787,6 @@ do
then
echo "#define TARGET_CPU_DEFAULT ($target_cpu_default)" >>$link
fi
if test $link = tm.h
then
echo "#ifndef GENERATOR_FILE" >>$link
echo "#include \"insn-codes.h\"" >>$link
echo "#endif" >>$link
fi
for file in `eval echo '$'$var`; do
case $file in
@ -817,6 +811,15 @@ do
echo "#define $def" >>$link
echo "#endif" >>$link
done
if test $link = tm.h
then
# Include insn-codes.h last, because it includes machmode.h,
# and we want EXTRA_CC_MODES to be taken into account.
echo "#ifndef GENERATOR_FILE" >>$link
echo "#include \"insn-codes.h\"" >>$link
echo "#endif" >>$link
fi
done
# Truncate the target if necessary