]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/binutils: fix assertion in 2.29 xtensa ld
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 2 Aug 2017 18:39:59 +0000 (11:39 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 2 Aug 2017 19:42:22 +0000 (21:42 +0200)
commit33ac54cee2f0704aa6dfccbfd235f88098c1c6dc
tree0d260227c31ce8d642037b624a1f2b635c1f5c31
parent83f7fb0d5bdbae3c50bac0eb1d4efe1c71692af8
package/binutils: fix assertion in 2.29 xtensa ld

Section sorting code in xtensa ld was incorrectly cleaned up in release
2.29, resulting in the following assertion when --sort-section,alignment
option is used:

  BFD (GNU Binutils) 2.29 assertion fail elf32-xtensa.c:3965

Backport the fix that restores original section sorting.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/binutils/2.29/0007-xtensa-ld-restore-old-section-sorting-behavior.patch [new file with mode: 0644]