]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb] Clean whitespace in *.ac and *.m4 files
authorTom de Vries <tdevries@suse.de>
Tue, 2 Dec 2025 19:52:19 +0000 (20:52 +0100)
committerTom de Vries <tdevries@suse.de>
Tue, 2 Dec 2025 19:52:19 +0000 (20:52 +0100)
commit8e1f0194e864f3c103fcd7693d0f2864d004cc79
tree1b896abda124bfc7c7489ef65a49f5f38d8ad066
parent6d140bf493c5bf18cbeae1d66d37d34b0173734d
[gdb] Clean whitespace in *.ac and *.m4 files

This is the result of:
...
$ git rm -f $(find gdb* -name "*.ac")
$ git rm -f $(find gdb* -name "*.m4")
$ git commit -a -m tmp
$ git revert HEAD
$ git rebase --whitespace=fix HEAD^
$ git reset --soft HEAD^
$ git commit --amend
...
and running autoreconf -f in directories gdb, gdb/testsuite, gdbsupport and
gdbserver.

Tested on x86_64-linux.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
16 files changed:
gdb/acinclude.m4
gdb/ax_cxx_compile_stdcxx.m4
gdb/configure
gdb/configure.ac
gdb/sanitize.m4
gdb/testsuite/configure
gdb/testsuite/configure.ac
gdbserver/acinclude.m4
gdbserver/configure
gdbserver/configure.ac
gdbsupport/common.m4
gdbsupport/compiler-type.m4
gdbsupport/configure
gdbsupport/configure.ac
gdbsupport/selftest.m4
gdbsupport/warning.m4