Call new bfd entrypoint bfd_make_section_old_way
This commit is contained in:
parent
545af6ce07
commit
d9c53949d8
1 changed files with 38 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue