Make a bunch of functions static
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Nov 2019 17:12:01 +0000 (12:12 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Nov 2019 19:29:20 +0000 (14:29 -0500)
commitcb8c24b66178a2b7efcfa396ac54fb7252493d9c
tree1b74af88b70102fcc90db226e7e7ee1d98407538
parent781597ff9a5d876153b38a72bc88632463352208
Make a bunch of functions static

All these functions are only used in their respective files, they are
missing the static keyword, add them.

gdb/ChangeLog:

 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
 (arc_insn_get_memory_offset): Likewise.
 (arc_insn_dump): Likewise.
 * cp-support.c (test_cp_symbol_name_matches): Likewise.
 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
 * dictionary.c (dict_iterator_next): Likewise.
 (dict_iter_match_first): Likewise.
 (dict_iter_match_next): Likewise.
 * f-lang.c (evaluate_subexp_f): Likewise.
 * hppa-tdep.c (hppa_read_pc): Likewise.
 * i386-tdep.c (i386_floatformat_for_type): Likewise.
 * parse.c (write_exp_elt_msym): Likewise.
 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
 * remote.c (remote_packet_size): Likewise.
 (remote_notif_stop_parse): Likewise.
 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
 * s12z-tdep.c (s12z_disassemble_info): Likewise.
 * source.c (prepare_path_for_appending): Likewise.
 * sparc64-linux-tdep.c
 (sparc64_linux_handle_segmentation_fault); Likewise.
 * stack.c (frame_selection_by_function_completer): Likewise.

Change-Id: I18e187ad279075b961e3e22e5b034f5c0f6188f0
16 files changed:
gdb/ChangeLog
gdb/arc-tdep.c
gdb/cp-support.c
gdb/csky-linux-tdep.c
gdb/dictionary.c
gdb/f-lang.c
gdb/hppa-tdep.c
gdb/i386-tdep.c
gdb/parse.c
gdb/ppc-linux-tdep.c
gdb/remote.c
gdb/rs6000-aix-tdep.c
gdb/s12z-tdep.c
gdb/source.c
gdb/sparc64-linux-tdep.c
gdb/stack.c
This page took 0.026077 seconds and 4 git commands to generate.