diff options
author | Tom de Vries <tdevries@suse.de> | 2023-10-20 11:56:49 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-10-20 11:56:49 +0200 |
commit | 938459015cab4c4bc4965c78c62672b4f18d1d1b (patch) | |
tree | 777e8731b4432ad0d2119e651be8e02c747665f4 /gdb/NEWS | |
parent | 2d1777b530d7832db5d8d7017378354c28816554 (diff) | |
download | gdb-938459015cab4c4bc4965c78c62672b4f18d1d1b.zip gdb-938459015cab4c4bc4965c78c62672b4f18d1d1b.tar.gz gdb-938459015cab4c4bc4965c78c62672b4f18d1d1b.tar.bz2 |
[gdb/symtab] Fix more style issues in v9 .gdb_index section support
I noticed a few more style issues in commit 8b9c08eddac ("[gdb/symtab] Add
name_of_main and language_of_main to the DWARF index"), after checking it
with gcc's check_GNU_style.{sh,py}.
Fix these.
Build on x86_64-linux.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ *** Changes since GDB 14 -* GDB index now contains information about the main function. This speeds up +* GDB index now contains information about the main function. This speeds up startup when it is being used for some large binaries. * Python API |