
On Sun, Sep 02, 2012 at 08:05:11AM -0700, Wolfgang Denk wrote:
Dear Allen Martin,
In message 1345066741-19613-2-git-send-email-amartin@nvidia.com you wrote:
Modeled after gcc-version, add function to get binutils version.
Signed-off-by: Allen Martin amartin@nvidia.com
config.mk | 1 + tools/binutils-version.sh | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100755 tools/binutils-version.sh
As this is part of a series that will go through the tegra / arm trees:
Acked-by: Wolfgang Denk wd@denx.de
I'm carrying it in this series because I hit the assembler bug that this works around, but I also posted it as a separate patch (2 patches actually, this one and "arm: work around assembler bug"). I'm fine with just carrying it in this series if that's preferred, since I seem to be the only one hitting this when I enable thumb for tegra.
-Allen