Add reprocessing flag to struct attribute
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ea0a4ae29a6b14d033faa069a4af13337656baa3..d02fd7d8cdafa1c5731a9071de5f90e21b32ccd9 100644 (file)
@@ -1,3 +1,17 @@
+2020-09-29  Tom Tromey  <tom@tromey.com>
+
+       * dwarf2/read.c (read_cutu_die_from_dwo): Use OBSTACK_ZALLOC.
+       (read_attribute_reprocess, read_attribute_value): Update.
+       (read_attribute): Clear requires_reprocessing.
+       * dwarf2/attribute.h (struct attribute) <as_unsigned_reprocess,
+       form_requires_reprocessing>: New methods.
+       <string_init>: Clear requires_reprocessing.
+       <set_unsigned_reprocess>: New method.
+       <name>: Shrink by one bit.
+       <requires_reprocessing>: New member.
+       * dwarf2/attribute.c (attribute::form_requires_reprocessing): New
+       method.
+
 2020-09-29  Tom Tromey  <tom@tromey.com>
 
        * dwarf2/read.c (read_attribute_value): Update.
This page took 0.028416 seconds and 4 git commands to generate.