Commit 04d430b8 by Alexandre Oliva Committed by Alexandre Oliva

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

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

From-SVN: r38677
parent e55a9a6e
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment