packages: binutils/binutils-pt_pax_flags.patch - updated for 2.21.53

zbyniu zbyniu at pld-linux.org
Sat Oct 15 23:46:17 CEST 2011


Author: zbyniu                       Date: Sat Oct 15 21:46:17 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated for 2.21.53

---- Files affected:
packages/binutils:
   binutils-pt_pax_flags.patch (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: packages/binutils/binutils-pt_pax_flags.patch
diff -u packages/binutils/binutils-pt_pax_flags.patch:1.14 packages/binutils/binutils-pt_pax_flags.patch:1.15
--- packages/binutils/binutils-pt_pax_flags.patch:1.14	Sat Oct 10 20:10:42 2009
+++ packages/binutils/binutils-pt_pax_flags.patch	Sat Oct 15 23:46:11 2011
@@ -22,10 +22,10 @@
    return pt;
 @@ -2346,6 +2347,9 @@
      case PT_GNU_RELRO:
-       return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "relro");
+       return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "relro");
  
 +    case PT_PAX_FLAGS:
-+      return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "pax_flags");
++      return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "pax_flags");
 +
      default:
        /* Check for any processor-specific program segment types.  */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils-pt_pax_flags.patch?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list