kumquat-buildroot/package/binutils
Romain Naour b11a7fbea7 package/binutils: remove special case version selection for ARM Thumb
Binutils 2.29 and 2.30 are affected by a bug in ADR and ADRL
pseudo-instruction [1] that was fixed in Binutils 2.31 [2].

  * The ADR and ADRL pseudo-instructions supported by the ARM assembler
    now only set the bottom bit of the address of thumb function symbols
    if the -mthumb-interwork command line option is active.

Due to this issue, we were default to binutils 2.28 for ARM Thumb. But
now that the issue has been fixed in binutils 2.31 and that this
version is the default, the special casing to use 2.28 is no longer
needed.

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21458
[2] https://sourceware.org/ml/binutils/2018-07/msg00213.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-03-14 22:17:05 +01:00
..
2.28.1
2.29.1
2.30
2.31.1
2.32 package/binutils: add support for binutils 2.32 2019-03-12 22:47:42 +01:00
arc-2018.09-release
binutils.hash package/binutils: add support for binutils 2.32 2019-03-12 22:47:42 +01:00
binutils.mk package/binutils: switch to use 2.31.x as the default version 2019-03-14 22:16:27 +01:00
Config.in
Config.in.host package/binutils: remove special case version selection for ARM Thumb 2019-03-14 22:17:05 +01:00