OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/bfd/elfxx-mips.c |
2 | +++ b/bfd/elfxx-mips.c |
||
3 | @@ -7871,6 +7871,7 @@ _bfd_mips_elf_create_dynamic_sections (b |
||
4 | |||
5 | name = SGI_COMPAT (abfd) ? "_DYNAMIC_LINK" : "_DYNAMIC_LINKING"; |
||
6 | bh = NULL; |
||
7 | + if (0) { |
||
8 | if (!(_bfd_generic_link_add_one_symbol |
||
9 | (info, abfd, name, BSF_GLOBAL, bfd_abs_section_ptr, 0, |
||
10 | NULL, FALSE, get_elf_backend_data (abfd)->collect, &bh))) |
||
11 | @@ -7883,6 +7884,7 @@ _bfd_mips_elf_create_dynamic_sections (b |
||
12 | |||
13 | if (! bfd_elf_link_record_dynamic_symbol (info, h)) |
||
14 | return FALSE; |
||
15 | + } |
||
16 | |||
17 | if (! mips_elf_hash_table (info)->use_rld_obj_head) |
||
18 | { |