aboutsummaryrefslogtreecommitdiff
path: root/gdbserver/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-10-31 08:31:00 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2020-10-31 08:31:00 -0400
commit19dd0ae5e7369bee07fb4fb2f3aeef1ed6d78dfd (patch)
tree0c20ba5fa8f67136c33a223b997b7c203f936132 /gdbserver/ChangeLog
parentad6dba1cea202de44f7f4597a73842e4ca47c639 (diff)
downloadgdb-19dd0ae5e7369bee07fb4fb2f3aeef1ed6d78dfd.zip
gdb-19dd0ae5e7369bee07fb4fb2f3aeef1ed6d78dfd.tar.gz
gdb-19dd0ae5e7369bee07fb4fb2f3aeef1ed6d78dfd.tar.bz2
gdbserver: replace AC_TRY_COMPILE in acinclude.m4
... with AC_COMPILE_IFELSE and AC_LANG_PROGRAM. All changes in the generated configure file are insignificant whitespace changes. gdbserver/ChangeLog: * acinclude.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE + AC_LANG_PROGRAM. * configure: Re-generate. Change-Id: Idab8b5e1a984046b5283940c02e5a22da2291d58
Diffstat (limited to 'gdbserver/ChangeLog')
-rw-r--r--gdbserver/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog
index 505ad8e..e1ba057 100644
--- a/gdbserver/ChangeLog
+++ b/gdbserver/ChangeLog
@@ -1,5 +1,11 @@
2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
+ * acinclude.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
+ AC_LANG_PROGRAM.
+ * configure: Re-generate.
+
+2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
+
* configure: Re-generate.
2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>