aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-03-26 11:11:40 -0600
committerTom Tromey <tom@tromey.com>2020-03-28 09:22:53 -0600
commitf1749218ff325e2074583fa7d7caf9ee09a1feb8 (patch)
tree0827cec25e6342eee65e91638e130c5c59b49b60 /gdb/ChangeLog
parent767be9d907ae92a943cec9d2de4f52e077335ba7 (diff)
downloadgdb-f1749218ff325e2074583fa7d7caf9ee09a1feb8.zip
gdb-f1749218ff325e2074583fa7d7caf9ee09a1feb8.tar.gz
gdb-f1749218ff325e2074583fa7d7caf9ee09a1feb8.tar.bz2
Fix formatting of read_attribute_reprocess
I noticed that the start of read_attribute_reprocess had the wrong formatting. This patch fixes it. gdb/ChangeLog 2020-03-28 Tom Tromey <tom@tromey.com> * dwarf2/read.c (read_attribute_reprocess): Fix formatting.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 50c7cb4..bc4451e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-28 Tom Tromey <tom@tromey.com>
+
+ * dwarf2/read.c (read_attribute_reprocess): Fix formatting.
+
2020-03-27 Hannes Domani <ssbssa@yahoo.de>
* windows-nat.c (windows_add_all_dlls): Fix system dll paths.