2021-01-07  Alan Modra  <amodra@gmail.com>

	config.sub: accept OS of eabi* and gnueabi*
	Commit 5e531d391852 broke powerpc-eabivle:

	$ ./config.sub powerpc-eabivle
	Invalid configuration `powerpc-eabivle': OS `eabivle' not recognized

	Also powerpc-eabisim and probably some arm configurations.

	* config.sub: Accept OS of eabi* and gnueabi*.
	* testsuite/config-sub.data: Add powerpc-eabisim and powerpc-eabivle.

2021-01-01  Dmitry V. Levin  <ldv@altlinux.org>

	Update copyright years.
	* config.guess: Update copyright years.
	* config.sub: Likewise.
	* doc/config.guess.1: Regenerate.
	* doc/config.sub.1: Likewise.

2020-12-31  Kito Cheng  <kito.cheng@sifive.com>

	Recognize riscv32be and riscv64be.
	Recently RISC-V community got patches big-endian support for binutils,
	and we'd like to accept that, however before accepting that I think it
	would be better to upstream config.sub and config.guess change here :)

	It's my check result on Ubuntu 18.04:

	 $ make check
	 cd testsuite && bash config-guess.sh && rm uname
	 PASS: config.guess checks (131 tests)
	 cd testsuite && bash config-sub.sh
	 PASS: config.sub checks (830 tests)
	 PASS: config.sub idempotency checks (767 tests)
	 PASS: config.sub canonicalise each config.guess testcase (131 tests)

	* config.guess (riscv32be:Linux:*:*, riscv64be:Linux:*:*): Recognize.
	* config.sub (riscv32be, riscv64be): Likewise.
	* doc/config.guess.1: Regenerate.
	* doc/config.sub.1: Likewise.
	* testsuite/config-guess.data: Add test cases for riscv32be, and riscv64be.
	* testsuite/config-sub.data (riscv32be, riscv64be): Add test cases.

2020-12-22  Xiaotian Wu  <wuxiaotian@loongson.cn>

	Recognize loongarch32, loongarch64, and loongarchx32.
	* config.guess (loongarch32:Linux:*:*, loongarch64:Linux:*:*,
	loongarchx32:Linux:*:*): Recognize.
	* config.sub (loongarch32, loongarch64, loongarchx32): Likewise.
	* doc/config.guess.1: Regenerate.
	* doc/config.sub.1: Likewise.
	* testsuite/config-guess.data: Add test cases for loongarch32,
	loongarch64, and loongarchx32.
	* testsuite/config-sub.data (loongarch32, loongarch64, loongarchx32):
	Add test cases.

2020-12-22  Dmitry V. Levin  <ldv@altlinux.org>

	testsuite: make config data sorted using "make sort"
	* Makefile (sort): Add dependencies, sort in C locale using "sort -u".
	* testsuite/config-guess.data: Make the data sorted.
	* testsuite/config-sub.data: Likewise.

	Generate ChangeLog from git log.
	* ChangeLog: Rename to ChangeLog-old.
	* Makefile.am (ChangeLog): New rule.
	* .gitignore: New file.
	* gitlog-to-changelog: Import from gnulib.


See ChangeLog-old for older changes.
