diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2020-08-27 12:54:00 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-08-27 12:54:57 -0400 |
commit | fc5d6901ad491bd6126b598c401d878a36eab59f (patch) | |
tree | 7506dab829a783732e33a700dd1a2f01aa5c810c | |
parent | c2015ce4a4019ab9b026f13c33a7f55e8e0d77a0 (diff) | |
download | gdb-fc5d6901ad491bd6126b598c401d878a36eab59f.zip gdb-fc5d6901ad491bd6126b598c401d878a36eab59f.tar.gz gdb-fc5d6901ad491bd6126b598c401d878a36eab59f.tar.bz2 |
gdb: fix whitespace issues in ChangeLog files
Change-Id: I423867477d4342673e629dac71a80592fd879ea1
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4fd8974..966d393 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -65,7 +65,7 @@ Andrew Burgess <andrew.burgess@embecosm.com> 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 8da561e..344012e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -43,8 +43,8 @@ 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com> 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 <simon.marchi@polymtl.ca> @@ -2536,7 +2536,7 @@ disabled. 2020-03-02 Pedro Alves <palves@redhat.com> - Tom de Vries <tdevries@suse.de> + Tom de Vries <tdevries@suse.de> * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using -prompt prefix, before user_code argument. Add -lbl option likewise. |