binutils/binutils: added 2.21.53 snapshot
authorMichael Hope <michael.hope@linaro.org>
Wed Sep 28 15:29:11 2011 +1300 (2011-09-28)
changeset 26965f7c6eed805d
parent 2695 f2495884ca3e
child 2697 9cd87d279a99
binutils/binutils: added 2.21.53 snapshot

binutils 2.21 doesn't recognise the Cortex-M3 SVC instruction when
assembling with -mcpu=all. This was fixed by the 2.21.53 snapshot and
is needed to build RTOSs such as FreeRTOS.

Signed-off-by: Michael Hope <michael.hope@linaro.org>
config/binutils/binutils.in
     1.1 --- a/config/binutils/binutils.in	Thu Sep 29 12:40:42 2011 +1300
     1.2 +++ b/config/binutils/binutils.in	Wed Sep 28 15:29:11 2011 +1300
     1.3 @@ -8,6 +8,12 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config BINUTILS_V_2_21_53
     1.8 +    bool
     1.9 +    prompt "2.21.53 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select BINUTILS_2_21_or_later
    1.12 +
    1.13  config BINUTILS_V_2_21_1a
    1.14      bool
    1.15      prompt "2.21.1a"
    1.16 @@ -44,6 +50,7 @@
    1.17      string
    1.18  # Don't remove next line
    1.19  # CT_INSERT_VERSION_STRING_BELOW
    1.20 +    default "2.21.53" if BINUTILS_V_2_21_53
    1.21      default "2.21.1a" if BINUTILS_V_2_21_1a
    1.22      default "2.20.1a" if BINUTILS_V_2_20_1a
    1.23      default "2.19.1a" if BINUTILS_V_2_19_1a