Author: robert
Date: 2011-08-14 00:46:15 -0600 (Sun, 14 Aug 2011)
New Revision: 2311

Modified:
   trunk/binutils/binutils-2.21.1-pt_pax-1.patch
Log:
Fix bug in binutils-2.21.1-pt_pax-1.patch patch

Modified: trunk/binutils/binutils-2.21.1-pt_pax-1.patch
===================================================================
--- trunk/binutils/binutils-2.21.1-pt_pax-1.patch       2011-08-14 04:17:51 UTC 
(rev 2310)
+++ trunk/binutils/binutils-2.21.1-pt_pax-1.patch       2011-08-14 06:46:15 UTC 
(rev 2311)
@@ -35,7 +35,7 @@
        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.  */

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to