public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/binutils/2.21.51.0.3: 63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch README.history
@ 2011-08-22  2:44 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-08-22  2:44 UTC (permalink / raw
  To: gentoo-commits

vapier      11/08/22 02:44:53

  Modified:            
                        63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch
                        README.history
  Log:
  fix "index" usage in pax patch #379321 by Sven Vermeulen

Revision  Changes    Path
1.2                  src/patchsets/binutils/2.21.51.0.3/63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.21.51.0.3/63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.21.51.0.3/63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.21.51.0.3/63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch?r1=1.1&r2=1.2

Index: 63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.21.51.0.3/63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch	17 Dec 2010 13:43:12 -0000	1.1
+++ 63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch	22 Aug 2011 02:44:53 -0000	1.2
@@ -20,12 +20,12 @@
      default: pt = NULL; break;
      }
    return pt;
-@@ -2379,6 +2380,9 @@ bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int index)
+@@ -2379,6 +2380,9 @@ bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index)
      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.  */



1.2                  src/patchsets/binutils/2.21.51.0.3/README.history

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.21.51.0.3/README.history?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.21.51.0.3/README.history?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/binutils/2.21.51.0.3/README.history?r1=1.1&r2=1.2

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.21.51.0.3/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history	17 Dec 2010 13:43:12 -0000	1.1
+++ README.history	22 Aug 2011 02:44:53 -0000	1.2
@@ -1,3 +1,6 @@
+1.1		[pending]
+	U 63_all_binutils-2.21-pt-pax-flags-20101209.patch
+
 1.0		15.12.2010
 	+ 03_all_binutils-2.15.92.0.2-ppc64-pie.patch
 	+ 08_all_binutils-RPATH_ENVVAR-smack.patch






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-22  2:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22  2:44 [gentoo-commits] gentoo commit in src/patchsets/binutils/2.21.51.0.3: 63_all_binutils-2.20.51.0.2-pt-pax-flags-20091010.patch README.history Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox