SOURCES: binutils-info.patch, binutils-pt_pax_flags.patch - update...

qboosh qboosh at pld-linux.org
Sat Sep 15 23:49:48 CEST 2007


Author: qboosh                       Date: Sat Sep 15 21:49:48 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 2.18.50.0.1

---- Files affected:
SOURCES:
   binutils-info.patch (1.8 -> 1.9) , binutils-pt_pax_flags.patch (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SOURCES/binutils-info.patch
diff -u SOURCES/binutils-info.patch:1.8 SOURCES/binutils-info.patch:1.9
--- SOURCES/binutils-info.patch:1.8	Wed Aug  1 20:18:08 2007
+++ SOURCES/binutils-info.patch	Sat Sep 15 23:49:43 2007
@@ -80,23 +80,20 @@
  @end direntry
  
  @ifinfo
-diff -urN binutils-2.12.90.0.1.org/etc/standards.texi binutils-2.12.90.0.1/etc/standards.texi
---- binutils-2.12.90.0.1.org/etc/standards.texi	Mon Mar 11 22:37:37 2002
-+++ binutils-2.12.90.0.1/etc/standards.texi	Mon Mar 11 22:37:52 2002
-@@ -8,9 +8,10 @@
+--- binutils-2.18.50.0.1/etc/standards.texi.orig	2007-09-08 19:33:36.000000000 +0200
++++ binutils-2.18.50.0.1/etc/standards.texi	2007-09-15 21:32:14.252217649 +0200
+@@ -6,9 +6,9 @@
+ @set lastupdate July 22, 2007
+ @c %**end of header
  
- @ifinfo
- @format
--START-INFO-DIR-ENTRY
--* Standards: (standards).        GNU coding standards.
--END-INFO-DIR-ENTRY
+- at dircategory GNU organization
 + at dircategory Miscellaneous:
-+ at direntry
+ @direntry
+-* Standards: (standards).         GNU coding standards.
 +* Standards: (standards).		GNU coding standards
-+ at end direntry
- @end format
- @end ifinfo
+ @end direntry
  
+ @c @setchapternewpage odd
 diff -urN binutils-2.12.90.0.1.org/gas/doc/as.texinfo binutils-2.12.90.0.1/gas/doc/as.texinfo
 --- binutils-2.12.90.0.1.org/gas/doc/as.texinfo	Mon Mar 11 22:37:38 2002
 +++ binutils-2.12.90.0.1/gas/doc/as.texinfo	Mon Mar 11 22:40:25 2002

================================================================
Index: SOURCES/binutils-pt_pax_flags.patch
diff -u SOURCES/binutils-pt_pax_flags.patch:1.11 SOURCES/binutils-pt_pax_flags.patch:1.12
--- SOURCES/binutils-pt_pax_flags.patch:1.11	Wed Aug  1 20:34:57 2007
+++ SOURCES/binutils-pt_pax_flags.patch	Sat Sep 15 23:49:43 2007
@@ -186,9 +186,9 @@
  /* #define PF_MASKOS	0x0F000000    *//* OS-specific reserved bits */
  #define PF_MASKOS	0x0FF00000	/* New value, Oct 4, 1999 Draft */
  #define PF_MASKPROC	0xF0000000	/* Processor-specific reserved bits */
---- binutils-2.15.94.0.2.2.orig/ld/emultempl/elf32.em	2004-11-22 21:33:33.000000000 +0100
-+++ binutils-2.15.94.0.2.2/ld/emultempl/elf32.em	2005-02-20 13:13:17.492538440 +0100
-@@ -1859,6 +1859,16 @@
+--- binutils-2.18.50.0.1/ld/emultempl/elf32.em.orig	2007-09-08 19:34:12.000000000 +0200
++++ binutils-2.18.50.0.1/ld/emultempl/elf32.em	2007-09-15 21:41:35.688212063 +0200
+@@ -2139,6 +2139,16 @@
  	  link_info.noexecstack = TRUE;
  	  link_info.execstack = FALSE;
  	}
@@ -205,20 +205,22 @@
  EOF
  
    if test -n "$COMMONPAGESIZE"; then
-@@ -1925,6 +1935,7 @@
-   fprintf (file, _("  -z combreloc\t\tMerge dynamic relocs into one section and sort\n"));
-   fprintf (file, _("  -z defs\t\tReport unresolved symbols in object files.\n"));
-   fprintf (file, _("  -z execstack\t\tMark executable as requiring executable stack\n"));
-+  fprintf (file, _("  -z execheap\t\tMark executable as requiring executable heap\n"));
-   fprintf (file, _("  -z initfirst\t\tMark DSO to be initialized first at runtime\n"));
-   fprintf (file, _("  -z interpose\t\tMark object to interpose all DSOs but executable\n"));
-   fprintf (file, _("  -z lazy\t\tMark object lazy runtime binding (default)\n"));
-@@ -1936,6 +1947,7 @@
-   fprintf (file, _("  -z nodelete\t\tMark DSO non-deletable at runtime\n"));
-   fprintf (file, _("  -z nodlopen\t\tMark DSO not available to dlopen\n"));
-   fprintf (file, _("  -z nodump\t\tMark DSO not available to dldump\n"));
-+  fprintf (file, _("  -z noexecheap\tMark executable as not requiring executable heap\n"));
-   fprintf (file, _("  -z noexecstack\tMark executable as not requiring executable stack\n"));
+@@ -2220,6 +2230,8 @@
+   fprintf (file, _("\
+   -z defs                     Report unresolved symbols in object files.\n"));
+   fprintf (file, _("\
++  -z execheap                 Mark executable as requiring executable heap\n"));
++  fprintf (file, _("\
+   -z execstack                Mark executable as requiring executable stack\n"));
+   fprintf (file, _("\
+   -z initfirst                Mark DSO to be initialized first at runtime\n"));
+@@ -2244,6 +2256,8 @@
+   fprintf (file, _("\
+   -z nodump                   Mark DSO not available to dldump\n"));
+   fprintf (file, _("\
++  -z noexecheap               Mark executable as not requiring executable heap\n"));
++  fprintf (file, _("\
+   -z noexecstack              Mark executable as not requiring executable stack\n"));
  EOF
  
 --- binutils-2.15.94.0.2.2.orig/ld/ldgram.y	2004-11-22 21:33:32.000000000 +0100
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/binutils-info.patch?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/binutils-pt_pax_flags.patch?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list