Move dwarf2_read_addr_index declaration to dwarf2/read.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 26 Feb 2020 04:38:26 +0000 (23:38 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Wed, 26 Feb 2020 04:38:26 +0000 (23:38 -0500)
commit450a1bfc7f60d4b37615a7d78aac83ca73cae159
treee1ea31082193a1b640e99233974b6ff86742621f
parente0b317de31ab0e99ef8d14e9f751ae7e7d16abde
Move dwarf2_read_addr_index declaration to dwarf2/read.h

The implementation is in dwarf2/read.c, so the declaration belongs in
dwarf2/read.h.  Also, move the documentation there.

gdb/ChangeLog:

* dwarf2/loc.h (dwarf2_read_addr_index): Move...
* dwarf2/read.h (dwarf2_read_addr_index): ... here.
* dwarf2/read.c (dwarf2_read_addr_index): Move doc to header.
gdb/ChangeLog
gdb/dwarf2/loc.h
gdb/dwarf2/read.c
gdb/dwarf2/read.h
This page took 0.026753 seconds and 4 git commands to generate.