diff options
author | Christian Biesinger <cbiesinger@google.com> | 2019-12-18 15:03:07 -0600 |
---|---|---|
committer | Christian Biesinger <cbiesinger@google.com> | 2019-12-19 13:30:50 -0600 |
commit | 0ad6b8ee70dd18ab1f956800ea3494ea790c8a55 (patch) | |
tree | f43745b1301338285b8cabc0e6c0ecc9462bb093 /gdb/ChangeLog | |
parent | 1ee7b812e778e4fddcfaa5f0be023dfdfb5a4d6e (diff) | |
download | gdb-0ad6b8ee70dd18ab1f956800ea3494ea790c8a55.zip gdb-0ad6b8ee70dd18ab1f956800ea3494ea790c8a55.tar.gz gdb-0ad6b8ee70dd18ab1f956800ea3494ea790c8a55.tar.bz2 |
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 <cbiesinger@google.com>
* configure: Regenerate.
* configure.ac: Quote variable arguments of test.
* gdbsupport/common.m4: Likewise.
gdb/gdbserver/ChangeLog:
2019-12-19 Christian Biesinger <cbiesinger@google.com>
* configure: Regenerate.
* configure.ac: Quote variable arguments of test.
Change-Id: I220e78b52c7db88b9dd058eda604635b03464fac
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <cbiesinger@google.com> + * configure: Regenerate. + * configure.ac: Quote variable arguments of test. + * gdbsupport/common.m4: Likewise. + +2019-12-19 Christian Biesinger <cbiesinger@google.com> + * score-tdep.c (score7_analyze_prologue): Pass 2.0 instead of 2 to pow (). |