Fix test names starting with uppercase using multi-line gdb_test_multiple
[deliverable/binutils-gdb.git] / binutils / strings.c
index bc49bec137d5c131c007fc4c1f84d3642324c828..58b7e8ab13d4ed03ab774cde22d79a895c73b9d3 100644 (file)
@@ -146,12 +146,9 @@ typedef struct
   bfd_size_type filesize;
 } filename_and_size_t;
 
-static void strings_a_section (bfd *, asection *, void *);
-static bfd_boolean strings_object_file (const char *);
 static bfd_boolean strings_file (char *);
 static void print_strings (const char *, FILE *, file_ptr, int, int, char *);
-static void usage (FILE *, int);
-static long get_char (FILE *, file_ptr *, int *, char **);
+static void usage (FILE *, int) ATTRIBUTE_NORETURN;
 \f
 int main (int, char **);
 
This page took 0.029201 seconds and 4 git commands to generate.