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
|
else
|
||||||
{
|
{
|
||||||
asection *s;
|
asection *s;
|
||||||
if (option_longmap) {
|
if (true || option_longmap) {
|
||||||
for (s = f->the_bfd->sections;
|
for (s = f->the_bfd->sections;
|
||||||
s != (asection *)NULL;
|
s != (asection *)NULL;
|
||||||
s = s->next) {
|
s = s->next) {
|
||||||
|
@ -301,7 +301,9 @@ ldsym_print_symbol_table ()
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (option_longmap) {
|
||||||
lang_for_each_file(list_file_locals);
|
lang_for_each_file(list_file_locals);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
extern lang_output_section_statement_type *create_object_symbols;
|
extern lang_output_section_statement_type *create_object_symbols;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue