diff options
author | Tom Tromey <tom@tromey.com> | 2019-09-28 06:02:06 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-10-23 09:06:20 -0600 |
commit | 4d0b984b970b9526d267ada259b62ec2c42cfb24 (patch) | |
tree | c90e34f38c6675a913aa211f5ea8b6c6d4b172e5 /gdb/gdbserver/ChangeLog | |
parent | de6d8dc25cf728dbb748eeeb8d35642332cc309b (diff) | |
download | binutils-4d0b984b970b9526d267ada259b62ec2c42cfb24.zip binutils-4d0b984b970b9526d267ada259b62ec2c42cfb24.tar.gz binutils-4d0b984b970b9526d267ada259b62ec2c42cfb24.tar.bz2 |
Use m4_include, not sinclude in .m4 files
Pedro pointed out that sinclude does not error if a file is missing.
This patch changes gdb to only use m4_include, which seems more
correct.
gdb/ChangeLog
2019-10-23 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* acinclude.m4: Use m4_include, not sinclude.
gdb/gdbserver/ChangeLog
2019-10-23 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* acinclude.m4: Use m4_include, not sinclude.
gdb/testsuite/ChangeLog
2019-10-23 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
* aclocal.m4: Use m4_include, not sinclude.
Change-Id: I970362e0af7875f9f72796401126acf0ff6dba11
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index fa78eba..d48b3de 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,8 @@ +2019-10-23 Tom Tromey <tom@tromey.com> + + * configure: Rebuild. + * acinclude.m4: Use m4_include, not sinclude. + 2019-10-17 Tom Tromey <tromey@adacore.com> * configure: Rebuild. |