Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | binutils: fix .loc handling in xtensa gas | Max Filippov | 2016-02-06 | 1 | -0/+47 |
| | | | | | | | | | | Binutils change 1058c7532d0b "Use signed data type for R_XTENSA_DIFF* relocation offsets." changed signedness of BFD_RELOC_XTENSA_DIFF* relocations substituted for BFD_RELOC_*. This made it impossible to encode arbitrary 8-, 16- and 32-bit values, which broke e.g. debug info encoding by .loc directive. Revert this part and add test. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> | ||||
* | patches/binutils: Sync patches with buildroot | Bryan Hundven | 2016-01-03 | 13 | -0/+1749 |
The buildroot patches have xtensa for the supported versions of binutils we use, and a few others that might help us keep away from host polution. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> |