mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 13:23:10 +08:00
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.
This commit is contained in:
@ -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>
|
2019-06-18 Tom de Vries <tdevries@suse.de>
|
||||||
|
|
||||||
* boards/fission.exp: Break up long debug_flags line.
|
* boards/fission.exp: Break up long debug_flags line.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
extern void bar(int);
|
extern void bar(int);
|
||||||
static void foo (int x)
|
static void foo (int x)
|
||||||
/* !
|
/* ! the next line has a control character, see PR symtab/24423.
|
||||||
|
|
||||||
! */
|
! */
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user