diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-07-29 16:02:57 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-07-29 16:03:55 -0400 |
commit | f693213d126a823f7c81e61f3ef05b501b862bce (patch) | |
tree | d6b6dd730c0aa6f1c0b31318895176b5ba018965 /sim/testsuite | |
parent | c77cb2a09c5532ad6d3b94fccca93eb02f7cc0d8 (diff) | |
download | gdb-f693213d126a823f7c81e61f3ef05b501b862bce.zip gdb-f693213d126a823f7c81e61f3ef05b501b862bce.tar.gz gdb-f693213d126a823f7c81e61f3ef05b501b862bce.tar.bz2 |
Run `autoreconf -vf` throughout
I ran
for i in $(find . -name configure.ac); do pushd $(dirname $i); autoreconf -vf; popd; done
to re-generate all automake/autoconf files throughout the repo (with
upstream autoconf 2.69 and automake 1.15.1). These were the changes
that came out. I am pushing this as obvious.
libdecnumber/ChangeLog:
* aclocal.m4, configure: Re-generate.
sim/bfin/ChangeLog:
* aclocal.m4, configure: Re-generate.
sim/erc32/ChangeLog:
* configure: Re-generate.
sim/mips/ChangeLog:
* configure: Re-generate.
sim/testsuite/ChangeLog:
* configure: Re-generate.
Change-Id: I97335c09972d25cc5f6fd8da4db4ffe4a0348787
Diffstat (limited to 'sim/testsuite')
-rw-r--r-- | sim/testsuite/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/testsuite/configure | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index 3be4a00..e3b47aa 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2020-07-29 Simon Marchi <simon.marchi@efficios.com> + + * configure: Re-generate. + 2019-12-19 Tom Tromey <tromey@adacore.com> PR build/24572: diff --git a/sim/testsuite/configure b/sim/testsuite/configure index a3e7fa7..d15fbba 100755 --- a/sim/testsuite/configure +++ b/sim/testsuite/configure @@ -1928,6 +1928,9 @@ case "${target}" in or1k-*-* | or1knd-*-*) sim_arch=or1k ;; + pru*-*-*) + sim_arch=pru + ;; rl78-*-*) sim_arch=rl78 ;; @@ -1946,9 +1949,6 @@ case "${target}" in powerpc*-*-*) sim_arch=ppc ;; - pru*-*-*) - sim_arch=pru - ;; ft32-*-*) sim_arch=ft32 ;; |