]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Make dwarf2_compile_expr_to_ax static
authorTom Tromey <tom@tromey.com>
Sat, 22 Feb 2020 20:49:56 +0000 (13:49 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 22 Feb 2020 20:49:56 +0000 (13:49 -0700)
commit5707a07af2c282e87af1b060b4463fc083775649
tree02178e249cb577225deee8e4197c6913c77f4037
parent3b0fb49e305511c0f68d588bb8cf1a250ecd76f9
Make dwarf2_compile_expr_to_ax static

I noticed that dwarf2_compile_expr_to_ax can be static.  Nothing
outside of loc.c calls it.

gdb/ChangeLog
2020-02-22  Tom Tromey  <tom@tromey.com>

* dwarf2/loc.h (dwarf2_compile_expr_to_ax): Don't declare.
* dwarf2/loc.c (dwarf2_compile_expr_to_ax): Now static.
gdb/ChangeLog
gdb/dwarf2/loc.c
gdb/dwarf2/loc.h