]> git.pld-linux.org Git - packages/crosssparc-binutils.git/commitdiff
- updated for 2.17.50.0.1. auto/th/crosssparc64-binutils-2_17_50_0_1-1
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 11 May 2006 18:20:12 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-elfcode.h.patch -> 1.2

binutils-elfcode.h.patch

index 92480beb931cdd8d0b46e50fb2fdfb4a81ee5406..4ea380d309ee357a81cd0e3e8c405e7d8edb67e2 100644 (file)
@@ -1,5 +1,5 @@
---- binutils-2.16.91.0.7/bfd/elfcode.h.orig    2005-12-20 23:43:55.000000000 +0100
-+++ binutils-2.16.91.0.7/bfd/elfcode.h 2006-05-10 15:43:08.822548000 +0200
+--- binutils-2.17.50.0.1/bfd/elfcode.h.orig    2006-04-29 18:32:56.000000000 +0200
++++ binutils-2.17.50.0.1/bfd/elfcode.h 2006-05-11 20:15:56.000000000 +0200
 @@ -458,6 +458,25 @@
          && (x_ehdrp->e_ident[EI_MAG3] == ELFMAG3));
  }
@@ -54,6 +54,6 @@
 -        || (i_ehdrp->e_shstrndx >= SHN_LORESERVE
 -            && i_ehdrp->e_shstrndx <= SHN_HIRESERVE))
 +      if (! valid_section_index_p (i_ehdrp->e_shstrndx, elf_numsections (abfd)))
-       goto got_wrong_format_error;
-     }
-   else if (i_ehdrp->e_shstrndx != 0)
+       {
+         /* PR 2257:
+            We used to just goto got_wrong_format_error here
This page took 0.043974 seconds and 4 git commands to generate.