aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/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
commitb9442ec18bbaf5544111cc0bb98f2eb50e58942b (patch)
tree2fd95f9425a2b8aef9f9492e31eb0446b6e8aedf /gdbsupport/ChangeLog
parent15dabc52a1a2552e77432f920fd3f501f92bcf4f (diff)
downloadgdb-b9442ec18bbaf5544111cc0bb98f2eb50e58942b.zip
gdb-b9442ec18bbaf5544111cc0bb98f2eb50e58942b.tar.gz
gdb-b9442ec18bbaf5544111cc0bb98f2eb50e58942b.tar.bz2
gdbsupport: replace AC_TRY_COMPILE in common.m4
... with AC_COMPILE_IFELSE + AC_LANG_PROGRAM. All the changes in the generated configure files are insignificant whitespace changes. gdb/ChangeLog: * configure: Re-generate. gdbserver/ChangeLog: * configure: Re-generate. gdbsupport/ChangeLog: * common.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE + AC_LANG_PROGRAM. * configure: Re-generate. Change-Id: Id58e6e887f6be817d52b189921845838031dbd2a
Diffstat (limited to 'gdbsupport/ChangeLog')
-rw-r--r--gdbsupport/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog
index 2532a39..3d673d4 100644
--- a/gdbsupport/ChangeLog
+++ b/gdbsupport/ChangeLog
@@ -1,5 +1,11 @@
2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
+ * common.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
+ AC_LANG_PROGRAM.
+ * configure: Re-generate.
+
+2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
+
* common.m4: Replace AC_FUNC_VFORK with AC_FUNC_FORK.
2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>