From bbd2521f2630126f7f9285e53d6dcb3a746660d8 Mon Sep 17 00:00:00 2001 From: David MacKenzie Date: Thu, 15 Jul 1993 21:43:28 +0000 Subject: source cleanups; fix finding scripts --- ld/ldsym.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'ld/ldsym.c') diff --git a/ld/ldsym.c b/ld/ldsym.c index 79089ee..6cf7764 100644 --- a/ld/ldsym.c +++ b/ld/ldsym.c @@ -82,8 +82,6 @@ unsigned int global_symbol_count; /* IMPORTS */ -extern boolean option_longmap; - /* LOCALS */ #define TABSIZE 1009 static ldsym_type *global_symbol_hash_table[TABSIZE]; @@ -324,7 +322,7 @@ print_file_stuff (f) else { asection *s; - if (true || option_longmap) + if (true) { for (s = f->the_bfd->sections; s != (asection *) NULL; @@ -426,10 +424,6 @@ ldsym_print_symbol_table () } } - if (option_longmap) - { - lang_for_each_file (list_file_locals); - } } extern lang_output_section_statement_type *create_object_symbols; -- cgit v1.1