8sa1-binutils-gdb/sim/testsuite/d10v-elf
Andrew Burgess 043f5c63f0 sim: Fix autoreconf errors in sim/ directory
Run autoreconf in sim/ directory and you'll see some errors.  The
problem is that autoreconf (a perl script) does not evaluate the value
passed as an argument to AC_CONFIG_AUX_DIR, so something like:

  AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/../..)

does not do the right thing inside autoreconf, my understanding is
that changing to something like this is fine:

  AC_CONFIG_AUX_DIR(../..)

the generated configure seems to check the value passed, and the value
passed relative to the source directory, so I think we get basically
the same behaviour as before.

sim/testsuite/ChangeLog:

	* configure: Regnerate.
	* configure.ac (AC_CONFIG_AUX_DIR): Update.

sim/testsuite/d10v-elf/ChangeLog:

	* configure: Regnerate.
	* configure.ac (AC_CONFIG_AUX_DIR): Update.

sim/testsuite/frv-elf/ChangeLog:

	* configure: Regnerate.
	* configure.ac (AC_CONFIG_AUX_DIR): Update.

sim/testsuite/m32r-elf/ChangeLog:

	* configure: Regnerate.
	* configure.ac (AC_CONFIG_AUX_DIR): Update.

sim/testsuite/mips64el-elf/ChangeLog:

	* configure: Regnerate.
	* configure.ac (AC_CONFIG_AUX_DIR): Update.
2020-10-06 11:29:44 +01:00
..
ChangeLog
configure
configure.ac
exit47.s
hello.s
loop.s
Makefile.in
t-ae-ld2w-d.s
t-ae-ld2w-i.s
t-ae-ld2w-id.s
t-ae-ld2w-im.s
t-ae-ld2w-ip.s
t-ae-ld-d.s
t-ae-ld-i.s
t-ae-ld-id.s
t-ae-ld-im.s
t-ae-ld-ip.s
t-ae-st2w-d.s
t-ae-st2w-i.s
t-ae-st2w-id.s
t-ae-st2w-im.s
t-ae-st2w-ip.s
t-ae-st2w-is.s
t-ae-st-d.s
t-ae-st-i.s
t-ae-st-id.s
t-ae-st-im.s
t-ae-st-ip.s
t-ae-st-is.s
t-dbt.s
t-ld-st.s
t-mac.s
t-macros.i
t-mod-ld-pre.s
t-msbu.s
t-mulxu.s
t-mvtac.s
t-mvtc.s
t-rac.s
t-rachi.s
t-rdt.s
t-rep.s
t-rie-xx.s
t-rte.s
t-sac.s
t-sachi.s
t-sadd.s
t-slae.s
t-sp.s
t-sub2w.s
t-sub.s
t-subi.s
t-trap.s