commit | 0335378b4cd2fc8246b2eb7cfe2b7e4cf757a377 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Feb 08 13:40:54 2020 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sat Feb 08 13:43:24 2020 -0700 |
tree | 7d68ca72c898594e02babc75b5699846db445ecd | |
parent | 48b490f28a2152134a51215a06cb22c9b09a7a80 [diff] |
Change dwarf2_per_objfile::die_type_hash to htab_up This changes dwarf2_per_objfile::die_type_hash to be an htab_up, moving its contents off the objfile obstack. 2020-02-08 Tom Tromey <tom@tromey.com> * dwarf2/read.c (set_die_type, get_die_type_at_offset): Update. * dwarf2/read.h (struct dwarf2_per_objfile) <die_type_hash>: Now htab_up. Change-Id: Ic651f99ebf71bf7ad2dc2880192adacf7b60964a