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.
This commit is contained in:
Tom Tromey 2020-03-26 11:11:40 -06:00
parent 767be9d907
commit f1749218ff
2 changed files with 7 additions and 2 deletions

View 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.

View 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)