]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fixes a bug building the ARM Linux kernel with a toolchain compiled with CPU_DEFAULT...
authorNick Clifton <nickc@redhat.com>
Tue, 10 Mar 2015 10:01:45 +0000 (10:01 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 10 Mar 2015 10:01:45 +0000 (10:01 +0000)
commit73f43896e3bfcb090552f359422857a0bedd77f6
tree5cfc580ef52efd9dccc97c737589fa75cbbf1e61
parent6defcd57e9df4f61cd0c59e3d9b66b6b071af808
Fixes a bug building the ARM Linux kernel with a toolchain compiled with CPU_DEFAULT set.

PR gas/17852
* config/tc-arm.c (md_begin): Ensure that selected_cpu is
initialised when CPU_DEFAULT is defined.
gas/ChangeLog
gas/config/tc-arm.c