aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2023-10-20 11:56:49 +0200
committerTom de Vries <tdevries@suse.de>2023-10-20 11:56:49 +0200
commit938459015cab4c4bc4965c78c62672b4f18d1d1b (patch)
tree777e8731b4432ad0d2119e651be8e02c747665f4 /gdb/NEWS
parent2d1777b530d7832db5d8d7017378354c28816554 (diff)
downloadgdb-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 08d7790..30b8cad 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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