diff options
author | Jan Beulich <jbeulich@suse.com> | 2025-03-07 11:27:04 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2025-03-07 11:27:04 +0100 |
commit | 898f38f5867aa7e4eea3c349224744e9732763a3 (patch) | |
tree | 3f953cf5cf64a5ec944b4f6aff28ae23a8db2195 | |
parent | e83aca0906f40c9dc0cf06dd0b743a5ad4df1ceb (diff) | |
download | binutils-898f38f5867aa7e4eea3c349224744e9732763a3.zip binutils-898f38f5867aa7e4eea3c349224744e9732763a3.tar.gz binutils-898f38f5867aa7e4eea3c349224744e9732763a3.tar.bz2 |
gas/listing: drop forward declarations
These aren't needed (anymore); all static functions are defined before
their first use.
-rw-r--r-- | gas/listing.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gas/listing.c b/gas/listing.c index a84541e..66d8dac 100644 --- a/gas/listing.c +++ b/gas/listing.c @@ -220,17 +220,6 @@ static FILE *list_file; static char *data_buffer; -/* Prototypes. */ -static void listing_message (const char *, const char *); -static file_info_type *file_info (const char *); -static void new_frag (void); -static void listing_page (list_info_type *); -static unsigned int calc_hex (list_info_type *); -static void print_lines (list_info_type *, unsigned int, const char *, - unsigned int); -static void list_symbol_table (void); -static void listing_listing (char *); - static void listing_message (const char *name, const char *message) { |