diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-05-27 11:13:53 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-05-27 11:15:54 -0400 |
commit | 5e22e966a02123478a3c5e067f911a3d180060af (patch) | |
tree | 5241b764b7644df45afdb826d6c358cb4e0f9d0d /gdb/mips-linux-tdep.c | |
parent | 97a1449a95e34910e74ea24914f765314c2d8d1b (diff) | |
download | binutils-5e22e966a02123478a3c5e067f911a3d180060af.zip binutils-5e22e966a02123478a3c5e067f911a3d180060af.tar.gz binutils-5e22e966a02123478a3c5e067f911a3d180060af.tar.bz2 |
Remove dwarf2_cu->per_cu->dwarf2_per_objfile references
Change spots that access the dwarf2_per_objfile object through this
pattern:
dwarf2_cu->per_cu->dwarf2_per_objfile
to
dwarf2_cu->per_objfile
This allows removing many references to
dwarf2_per_cu_data::dwarf2_per_objfile.
Again, I hope the following ChangeLog entry will be fine. I'd rather not
list all the affected functions, as it would be time-consuming and a bit
pointless.
gdb/ChangeLog:
* dwarf2/read.c: Replace
dwarf2_cu->per_cu->dwarf2_per_objfile references with
dwarf2_cu->per_objfile throughout.
Change-Id: I00f44e88295f70ae805a4b18e8144ca92154612e
Diffstat (limited to 'gdb/mips-linux-tdep.c')
0 files changed, 0 insertions, 0 deletions