binutils-gdb/sim/testsuite/frv-elf/ChangeLog
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

49 lines
1.3 KiB
Plaintext

2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
* configure: Regnerate.
* configure.ac (AC_CONFIG_AUX_DIR): Update.
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate.
2005-01-07 Andrew Cagney <cagney@gnu.org>
* configure.ac: Rename configure.in, require autoconf 2.59.
* configure: Re-generate.
2000-07-26 Dave Brolley <brolley@redhat.com>
* Makefile.in (TESTS): Don't run cache.ok
* cache.s: Use softune syntax for jmpl.
2000-07-19 Dave Brolley <brolley@redhat.com>
* cache.s (pass): Use softune syntax for tira.
* exit47.s (pass): Use softune syntax for tira.
* grloop.s (pass): Use softune syntax for tira.
* hello.s (pass): Use softune syntax for tira.
Thu Aug 19 18:00:16 1999 Dave Brolley <brolley@cygnus.com>
* hello.s: Fix sethi, setlo insn usage.
Mon Jun 21 17:33:37 1999 Dave Brolley <brolley@cygnus.com>
* Makefile.in (TESTS): Add grloop.ok.
* grloop.s: New testcase.
Fri Jun 18 17:55:02 1999 Dave Brolley <brolley@cygnus.com>
* exit47.s: Use proper syscalls interface.
* hello.s: Use proper syscalls interface.
Mon May 31 12:03:38 1999 Dave Brolley <brolley@cygnus.com>
* hello.s,loop.s,exit47.s: Convert to frv insn set.
Thu May 6 16:36:30 1999 Dave Brolley <brolley@cygnus.com>
* Directory created.