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)
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

index 7b80e1310d9d6d20614b04ffec907f32117e17dc..7288efa37c5a4f250e6f21e0127e04dea3aa289f 100644 (file)
@@ -1,3 +1,27 @@
+2019-11-26  Simon Marchi  <simon.marchi@efficios.com>
+
+        * 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.
+
 2019-11-26  Simon Marchi  <simon.marchi@efficios.com>
 
        * completer.c (set_gdb_completion_word_break_characters):
index 13b1c7fe10a7dac8a1526ba9cbc92b8c3d2a3a73..4817c623df4d66b834e1dffeab03f9a49f57b5ad 100644 (file)
@@ -208,7 +208,7 @@ arc_insn_get_operand_value_signed (const struct arc_instruction &insn,
 
 /* Get register with base address of memory operation.  */
 
-int
+static int
 arc_insn_get_memory_base_reg (const struct arc_instruction &insn)
 {
   /* POP_S and PUSH_S have SP as an implicit argument in a disassembler.  */
@@ -227,7 +227,7 @@ arc_insn_get_memory_base_reg (const struct arc_instruction &insn)
 
 /* Get offset of a memory operation INSN.  */
 
-CORE_ADDR
+static CORE_ADDR
 arc_insn_get_memory_offset (const struct arc_instruction &insn)
 {
   /* POP_S and PUSH_S have offset as an implicit argument in a
@@ -334,7 +334,7 @@ arc_insn_get_branch_target (const struct arc_instruction &insn)
 
 /* Dump INSN into gdb_stdlog.  */
 
-void
+static void
 arc_insn_dump (const struct arc_instruction &insn)
 {
   struct gdbarch *gdbarch = target_gdbarch ();
index 55a2e42b34b400f1a70fa22b777cb46665ecf250..90a8d2ece04f2581dedc995a1a37416458ca75d7 100644 (file)
@@ -1810,7 +1810,7 @@ cp_get_symbol_name_matcher (const lookup_name_info &lookup_name)
 
 namespace selftests {
 
-void
+static void
 test_cp_symbol_name_matches ()
 {
 #define CHECK_MATCH(SYMBOL, INPUT)                                     \
index ab4af9f6f15c886e6ef172832b2ab399cbfe7053..afe6bba431a4f7339f0d35626a1695f61c22ea1b 100644 (file)
@@ -106,7 +106,7 @@ csky_collect_gregset (const struct regset *regset,
 
 /* Implement the supply_regset hook for FP registers in core files.  */
 
-void
+static void
 csky_supply_fregset (const struct regset *regset,
                     struct regcache *regcache, int regnum,
                     const void *regs, size_t len)
index e47e0217b9cddee1d4b9908f6c8fcd7dd0e81a7d..939f32b59afb0cf07d3d72dc7669d40115e7a2b3 100644 (file)
@@ -465,7 +465,7 @@ dict_add_pending (struct dictionary *dict,
 /* Initialize ITERATOR to point at the first symbol in DICT, and
    return that first symbol, or NULL if DICT is empty.  */
 
-struct symbol *
+static struct symbol *
 dict_iterator_first (const struct dictionary *dict,
                     struct dict_iterator *iterator)
 {
@@ -475,14 +475,14 @@ dict_iterator_first (const struct dictionary *dict,
 /* Advance ITERATOR, and return the next symbol, or NULL if there are
    no more symbols.  */
 
-struct symbol *
+static struct symbol *
 dict_iterator_next (struct dict_iterator *iterator)
 {
   return (DICT_VECTOR (DICT_ITERATOR_DICT (iterator)))
     ->iterator_next (iterator);
 }
 
-struct symbol *
+static struct symbol *
 dict_iter_match_first (const struct dictionary *dict,
                       const lookup_name_info &name,
                       struct dict_iterator *iterator)
@@ -490,7 +490,7 @@ dict_iter_match_first (const struct dictionary *dict,
   return (DICT_VECTOR (dict))->iter_match_first (dict, name, iterator);
 }
 
-struct symbol *
+static struct symbol *
 dict_iter_match_next (const lookup_name_info &name,
                      struct dict_iterator *iterator)
 {
index fd4ad0f1411bcba917a01d8ea5c765473efbe2e0..022918efa2d928fdfbf87a354d596adad3f671bc 100644 (file)
@@ -243,7 +243,8 @@ f_collect_symbol_completion_matches (completion_tracker &tracker,
 }
 
 /* Special expression evaluation cases for Fortran.  */
-struct value *
+
+static struct value *
 evaluate_subexp_f (struct type *expect_type, struct expression *exp,
                   int *pos, enum noside noside)
 {
index 8e4168dbdd958c67e2d9f729dee34b5b3a8ba22b..70f06585af68ca21a00d42ec1164595d3e5f96b0 100644 (file)
@@ -1296,7 +1296,7 @@ hppa64_frame_align (struct gdbarch *gdbarch, CORE_ADDR addr)
   return align_up (addr, 16);
 }
 
-CORE_ADDR
+static CORE_ADDR
 hppa_read_pc (readable_regcache *regcache)
 {
   ULONGEST ipsw;
index 5445dd11b96f1391c4b14789a7d4e86f65e2df53..8a6386466d0737a6adbbb78c5c4f3f000065b1e0 100644 (file)
@@ -8177,7 +8177,7 @@ i386_fast_tracepoint_valid_at (struct gdbarch *gdbarch, CORE_ADDR addr,
    length LEN in bits.  If non-NULL, NAME is the name of its type.
    If no suitable type is found, return NULL.  */
 
-const struct floatformat **
+static const struct floatformat **
 i386_floatformat_for_type (struct gdbarch *gdbarch,
                           const char *name, int len)
 {
index a17cae6b55195b95d2eec126639fc8a484bfec7b..d7360aa6bbefcba606fd6b448257e0cb86a55094 100644 (file)
@@ -181,7 +181,7 @@ write_exp_elt_sym (struct expr_builder *ps, struct symbol *expelt)
   write_exp_elt (ps, &tmp);
 }
 
-void
+static void
 write_exp_elt_msym (struct expr_builder *ps, minimal_symbol *expelt)
 {
   union exp_element tmp;
index ecfaee391f69f929fd18223b1630154616cf77bd..510c651aedc7bcbeebdeff75e9553525218028a9 100644 (file)
@@ -1961,7 +1961,7 @@ ppc_init_linux_record_tdep (struct linux_record_tdep *record_tdep,
    length LEN in bits.  If non-NULL, NAME is the name of its type.
    If no suitable type is found, return NULL.  */
 
-const struct floatformat **
+static const struct floatformat **
 ppc_floatformat_for_type (struct gdbarch *gdbarch,
                           const char *name, int len)
 {
index 3fc9a2608e637380329004af0517b63ca6386628..e7a8bb61860407d46cf5fd59b833e290c3c6ad4a 100644 (file)
@@ -5056,7 +5056,7 @@ remote_target::remote_packet_size (const protocol_feature *feature,
   rs->explicit_packet_size = packet_size;
 }
 
-void
+static void
 remote_packet_size (remote_target *remote, const protocol_feature *feature,
                    enum packet_support support, const char *value)
 {
@@ -6826,7 +6826,7 @@ remote_target::stop_reply_queue_length ()
   return rs->stop_reply_queue.size ();
 }
 
-void
+static void
 remote_notif_stop_parse (remote_target *remote,
                         struct notif_client *self, const char *buf,
                         struct notif_event *event)
index f2ff2557368f10c45d401abccf102d15f24e2af6..5e7354c7b1681257d02160ca7b31489620206d6d 100644 (file)
@@ -141,7 +141,7 @@ aix_sighandle_frame_prev_register (struct frame_info *this_frame,
   return trad_frame_get_register (this_trad_cache, this_frame, regnum);
 }
 
-int
+static int
 aix_sighandle_frame_sniffer (const struct frame_unwind *self,
                             struct frame_info *this_frame,
                             void **this_prologue_cache)
index 094698d469aa936684cfada6c114da697ef60be3..f7f49f4be862d63e5e024c2c185933c0f6794155 100644 (file)
@@ -147,7 +147,7 @@ s12z_fprintf_disasm (void *stream, const char *format, ...)
   return 0;
 }
 
-struct disassemble_info
+static struct disassemble_info
 s12z_disassemble_info (struct gdbarch *gdbarch)
 {
   struct disassemble_info di;
index d9cd5f32caf68e70fbb99d4e08f2a9ced945966f..2ec3fbe7054eb14a6a3451e912dc9bbe4ecbcb45 100644 (file)
@@ -679,7 +679,7 @@ info_source_command (const char *ignore, int from_tty)
    letters (for dos) as well as leading '/' characters and './'
    sequences.  */
 
-const char *
+static const char *
 prepare_path_for_appending (const char *path)
 {
   /* For dos paths, d:/foo -> /foo, and d:foo -> foo.  */
index 563d21e4b4c0a1a714bf80be76f2d11c32863778..6f153a7efbcc3a1d850c63e4bfae6498d0b92ab3 100644 (file)
@@ -120,7 +120,7 @@ sparc64_linux_sigframe_init (const struct tramp_frame *self,
    gdbarch hook.
    Displays information related to ADI memory corruptions.  */
 
-void
+static void
 sparc64_linux_handle_segmentation_fault (struct gdbarch *gdbarch,
                                      struct ui_out *uiout)
 {
index 5099f613666fb30dd0c624369057bb5db6999d07..fcb9cdae03787ddd5edbbc6a1819494ac4f0d028 100644 (file)
@@ -1432,7 +1432,7 @@ print_frame (const frame_print_options &fp_opts,
 /* Completion function for "frame function", "info frame function", and
    "select-frame function" commands.  */
 
-void
+static void
 frame_selection_by_function_completer (struct cmd_list_element *ignore,
                                       completion_tracker &tracker,
                                       const char *text, const char *word)