mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-12 18:51:30 +08:00
* elf.c (swap_out_syms): Set shndx to SHN_ABS when not one of
the special MAP_* values.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-12-18 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* elf.c (swap_out_syms): Set shndx to SHN_ABS when not one of
|
||||||
|
the special MAP_* values.
|
||||||
|
|
||||||
2012-12-17 Roland McGrath <mcgrathr@google.com>
|
2012-12-17 Roland McGrath <mcgrathr@google.com>
|
||||||
Alan Modra <amodra@gmail.com>
|
Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
@ -6791,6 +6791,7 @@ swap_out_syms (bfd *abfd,
|
|||||||
shndx = elf_tdata (abfd)->symtab_shndx_section;
|
shndx = elf_tdata (abfd)->symtab_shndx_section;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
shndx = SHN_ABS;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user