diff options
author | Christian Biesinger <cbiesinger@google.com> | 2019-10-22 14:58:45 -0500 |
---|---|---|
committer | Christian Biesinger <cbiesinger@google.com> | 2019-10-22 15:36:37 -0500 |
commit | 403772ef6112b909826f8d7446fb4ceaf6f98a1e (patch) | |
tree | 221677461276cc18f5f9fb7c345175cb8fa94a57 /bfd | |
parent | 3a49427939764f53e196ae10013c72fcffb8c085 (diff) | |
download | gdb-403772ef6112b909826f8d7446fb4ceaf6f98a1e.zip gdb-403772ef6112b909826f8d7446fb4ceaf6f98a1e.tar.gz gdb-403772ef6112b909826f8d7446fb4ceaf6f98a1e.tar.bz2 |
Make demangled_name_entry::language not a bitfield
Having it as a bitfield causes extra work, and this is not memory-sensitive.
Furthermore, once https://sourceware.org/ml/gdb-patches/2019-10/msg00812.html
lands, the bitfield won't even save any memory at all.
gdb/ChangeLog:
2019-10-22 Christian Biesinger <cbiesinger@google.com>
* symtab.c (struct demangled_name_entry) <language>: Change from
bitfield to regular variable.
Change-Id: I4ea31d1cfcbe0f09a09bd058cd304862308dc388
Diffstat (limited to 'bfd')
0 files changed, 0 insertions, 0 deletions