From 1279a32b8f92fe49e56bdb0e6601e223147da06d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Mar 2016 18:51:14 +0100 Subject: bfin: add binutils bugfix from Bug report 17334 --- toolchain/binutils/patches/git/bfin.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 toolchain/binutils/patches/git/bfin.patch (limited to 'toolchain/binutils/patches/git') diff --git a/toolchain/binutils/patches/git/bfin.patch b/toolchain/binutils/patches/git/bfin.patch new file mode 100644 index 000000000..1f287518a --- /dev/null +++ b/toolchain/binutils/patches/git/bfin.patch @@ -0,0 +1,13 @@ +diff --git a/bfd/elf32-bfin.c b/bfd/elf32-bfin.c +index 7cc8b6d..12f0add 100644 +--- a/bfd/elf32-bfin.c ++++ b/bfd/elf32-bfin.c +@@ -4457,7 +4457,7 @@ elf32_bfinfdpic_finish_dynamic_sections (bfd *output_bfd, + if (bfinfdpic_got_section (info)) + { + BFD_ASSERT (bfinfdpic_gotrel_section (info)->size +- == (bfinfdpic_gotrel_section (info)->reloc_count ++ >= (bfinfdpic_gotrel_section (info)->reloc_count + * sizeof (Elf32_External_Rel))); + + if (bfinfdpic_gotfixup_section (info)) -- cgit v1.2.3