Call new bfd entrypoint bfd_make_section_old_way

This commit is contained in:
Steve Chamberlain 1991-11-06 01:21:19 +00:00
parent 545af6ce07
commit d9c53949d8

View file

@ -219,7 +219,7 @@ lang_input_statement_type *f;
else
{
asection *s;
if (option_longmap) {
if (true || option_longmap) {
for (s = f->the_bfd->sections;
s != (asection *)NULL;
s = s->next) {
@ -301,8 +301,10 @@ ldsym_print_symbol_table ()
}
}
if (option_longmap) {
lang_for_each_file(list_file_locals);
}
}
extern lang_output_section_statement_type *create_object_symbols;
extern char lprefix;