Browse Source

bfin: add binutils bugfix from Bug report 17334

Waldemar Brodkorb 9 years ago
parent
commit
1279a32b8f

+ 8 - 8
toolchain/binutils/patches/2.26/bfin.patch

@@ -1,13 +1,13 @@
-diff -Nur binutils-2.26.orig/bfd/elf32-bfin.c binutils-2.26/bfd/elf32-bfin.c
---- binutils-2.26.orig/bfd/elf32-bfin.c	2015-11-13 09:27:40.000000000 +0100
-+++ binutils-2.26/bfd/elf32-bfin.c	2016-02-08 01:14:15.360648022 +0100
-@@ -4456,9 +4456,6 @@
- 
+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
+       BFD_ASSERT (bfinfdpic_gotrel_section (info)->size
 -		  == (bfinfdpic_gotrel_section (info)->reloc_count
--		      * sizeof (Elf32_External_Rel)));
++		  >= (bfinfdpic_gotrel_section (info)->reloc_count
+ 		      * sizeof (Elf32_External_Rel)));
  
        if (bfinfdpic_gotfixup_section (info))
- 	{

+ 13 - 0
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))