]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Move dwarf2_get_die_type declaration to dwarf2/read.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Feb 2020 05:13:31 +0000 (00:13 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Feb 2020 05:13:31 +0000 (00:13 -0500)
commit8cb5117ccfa578e6c531fcad4851be0f13b53f3b
tree2c7ec884128f602a2bdac371ee2b4f881210142a
parentc325c44ef674de4c6ba2bfbb2eefb5f4661081cc
Move dwarf2_get_die_type declaration to dwarf2/read.h

Since its implementation is in dwarf2/read.c, its declaration belongs in
dwarf2/read.h.  Move the documentation to the .h at the same time.

gdb/ChangeLog:

* loc.h (dwarf2_get_die_type): Move to...
* read.h (dwarf2_get_die_type): ... here.
* read.c (dwarf2_get_die_type): Move doc to header.
gdb/ChangeLog
gdb/dwarf2/loc.h
gdb/dwarf2/read.c
gdb/dwarf2/read.h