diff options
author | Tom Tromey <tromey@adacore.com> | 2019-06-18 09:27:45 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2019-06-18 09:28:57 -0600 |
commit | d20ed5fd574ce1b72543c2963fa53946eb2225de (patch) | |
tree | 0f37d5e20a5fe3a44b84d54bdea289759aa4bf5e /gdb/testsuite | |
parent | 86e04673b48d5f8121f28b7958cc5a0d9dd01132 (diff) | |
download | gdb-d20ed5fd574ce1b72543c2963fa53946eb2225de.zip gdb-d20ed5fd574ce1b72543c2963fa53946eb2225de.tar.gz gdb-d20ed5fd574ce1b72543c2963fa53946eb2225de.tar.bz2 |
Add comment to list0.h
Pedro suggested adding a comment to list0.h to explain the control
character.
Tested on x86-64 Fedora 29.
gdb/testsuite/ChangeLog
2019-06-18 Tom Tromey <tromey@adacore.com>
* gdb.base/list0.h: Add comment explaining control character.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/list0.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b6fcf58..75adad3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-06-18 Tom Tromey <tromey@adacore.com> + + * gdb.base/list0.h: Add comment explaining control character. + 2019-06-18 Tom de Vries <tdevries@suse.de> * boards/fission.exp: Break up long debug_flags line. diff --git a/gdb/testsuite/gdb.base/list0.h b/gdb/testsuite/gdb.base/list0.h index 6f28093..ba18e29 100644 --- a/gdb/testsuite/gdb.base/list0.h +++ b/gdb/testsuite/gdb.base/list0.h @@ -2,7 +2,7 @@ extern void bar(int); static void foo (int x) -/* ! +/* ! the next line has a control character, see PR symtab/24423. ! */ { |