mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-24 10:08:58 +08:00
Call new bfd entrypoint bfd_make_section_old_way
This commit is contained in:
@ -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,8 +301,10 @@ 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;
|
||||||
extern char lprefix;
|
extern char lprefix;
|
||||||
|
Reference in New Issue
Block a user