diff options
author | Tom Tromey <tom@tromey.com> | 2020-02-22 13:49:56 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-02-22 13:49:56 -0700 |
commit | 5707a07af2c282e87af1b060b4463fc083775649 (patch) | |
tree | 02178e249cb577225deee8e4197c6913c77f4037 /gdb/ChangeLog | |
parent | 3b0fb49e305511c0f68d588bb8cf1a250ecd76f9 (diff) | |
download | binutils-gdb-5707a07af2c282e87af1b060b4463fc083775649.tar.gz |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1f604f76ee8..0a070dc9bba 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 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. + +2020-02-22 Tom Tromey <tom@tromey.com> + * tui/tui-data.h (TUI_DISASM_WIN): Cast to tui_disasm_window. 2020-02-22 Tom Tromey <tom@tromey.com> |