+2002-12-17 Jason Merrill <jason@redhat.com>
+
+ * genmultilib: Use 'cd ./foo'.
+
2002-12-17 Kazu Hirata <kazu@cs.umass.edu>
* doc/c-tree.texi: Restore deliberate spelling mistakes.
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
doesn't match the begin SCOPE_STMT in partialness.
echo "static const char *const multilib_raw[] = {"
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
# options. Each combination which includes a set of mutually