summaryrefslogtreecommitdiff
path: root/ld/ldsym.c
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-07-15 21:43:28 +0000
committerDavid MacKenzie <djm@cygnus>1993-07-15 21:43:28 +0000
commitbbd2521f2630126f7f9285e53d6dcb3a746660d8 (patch)
tree538b9334a59b42180c2c746cd97365038197bf68 /ld/ldsym.c
parenta5ef437e7fbf3abce2a80ee40c5a88a9cf2c04a4 (diff)
downloadbinutils-gdb-bbd2521f2630126f7f9285e53d6dcb3a746660d8.tar.gz
source cleanups; fix finding scripts
Diffstat (limited to 'ld/ldsym.c')
-rw-r--r--ld/ldsym.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/ld/ldsym.c b/ld/ldsym.c
index 79089eec007..6cf776429c7 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;