Fix formatting of read_attribute_reprocess
authorTom Tromey <tom@tromey.com>
Thu, 26 Mar 2020 17:11:40 +0000 (11:11 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 28 Mar 2020 15:22:53 +0000 (09:22 -0600)
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.

gdb/ChangeLog
gdb/dwarf2/read.c

index 50c7cb4fe3b808f1ae61dc1bdfa19003d16ce03f..bc4451ec0c4471267d3b3b2b79a6fb04f2dc5193 100644 (file)
@@ -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.
index 2465ecebe34ae284312ce1421e14a3fbe44fa967..8c5046ef41c552fa036cd8f1ca0153a15c5aa8a0 100644 (file)
@@ -18302,8 +18302,9 @@ partial_die_info::fixup (struct dwarf2_cu *cu)
    attributes are the ones that need str_offsets_base or addr_base attributes.
    They could not have been processed in the first round, because at the time
    the values of str_offsets_base or addr_base may not have been known.  */
-void read_attribute_reprocess (const struct die_reader_specs *reader,
-                              struct attribute *attr)
+static void
+read_attribute_reprocess (const struct die_reader_specs *reader,
+                         struct attribute *attr)
 {
   struct dwarf2_cu *cu = reader->cu;
   switch (attr->form)