commit | 450a1bfc7f60d4b37615a7d78aac83ca73cae159 | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@polymtl.ca> | Tue Feb 25 23:38:26 2020 -0500 |
committer | Simon Marchi <simon.marchi@polymtl.ca> | Tue Feb 25 23:38:26 2020 -0500 |
tree | e1ea31082193a1b640e99233974b6ff86742621f | |
parent | e0b317de31ab0e99ef8d14e9f751ae7e7d16abde [diff] |
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.