From: Simon Marchi Date: Thu, 27 Aug 2020 16:54:00 +0000 (-0400) Subject: gdb: fix whitespace issues in ChangeLog files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc5d6901ad491bd6126b598c401d878a36eab59f;p=binutils-gdb.git gdb: fix whitespace issues in ChangeLog files Change-Id: I423867477d4342673e629dac71a80592fd879ea1 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4fd89745713..966d39301fb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -65,7 +65,7 @@ Andrew Burgess PR m2/26372 - * m2-exp.y (exp): Improve comment for non_empty_arglist case, add + * m2-exp.y (exp): Improve comment for non_empty_arglist case, add an assert. Remove single element array indexing pattern as the MULTI_SUBSCRIPT support will handle this case too. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8da561ea650..344012e7475 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -43,8 +43,8 @@ 2020-08-25 Gaius Mulley PR m2/26372 - * gdb.modula2/multidim.c: New file. - * gdb.modula2/multidim.exp: New file. + * gdb.modula2/multidim.c: New file. + * gdb.modula2/multidim.exp: New file. 2020-08-24 Simon Marchi @@ -2536,7 +2536,7 @@ disabled. 2020-03-02 Pedro Alves - Tom de Vries + Tom de Vries * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using -prompt prefix, before user_code argument. Add -lbl option likewise.