From 0ad6b8ee70dd18ab1f956800ea3494ea790c8a55 Mon Sep 17 00:00:00 2001 From: Christian Biesinger Date: Wed, 18 Dec 2019 15:03:07 -0600 Subject: Consistently quote variables used with "test" This ensures that empty variables and variables with spaces are handled correctly. Code was inconsistent on whether the constant string (e.g. yes/no) should also be quoted; I tried to be consistent with surrounding code. This fixes the error Eli reported during configure with mingw (though that was not fatal). gdb/ChangeLog: 2019-12-19 Christian Biesinger * configure: Regenerate. * configure.ac: Quote variable arguments of test. * gdbsupport/common.m4: Likewise. gdb/gdbserver/ChangeLog: 2019-12-19 Christian Biesinger * configure: Regenerate. * configure.ac: Quote variable arguments of test. Change-Id: I220e78b52c7db88b9dd058eda604635b03464fac --- gdb/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 60930a7..f7c84c0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2019-12-19 Christian Biesinger + * configure: Regenerate. + * configure.ac: Quote variable arguments of test. + * gdbsupport/common.m4: Likewise. + +2019-12-19 Christian Biesinger + * score-tdep.c (score7_analyze_prologue): Pass 2.0 instead of 2 to pow (). -- cgit v1.1