]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- updated for 2.18.50.0.1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 15 Sep 2007 21:49:43 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils-info.patch -> 1.9
    binutils-pt_pax_flags.patch -> 1.12

binutils-info.patch
binutils-pt_pax_flags.patch

index bf4b8ffd379504804d0963c4f48a7ca075d7aedc..1fa12348f05150072bb461aa6bc345539d9e843d 100644 (file)
@@ -80,23 +80,20 @@ diff -urN binutils-2.12.90.0.1.org/etc/configure.texi binutils-2.12.90.0.1/etc/c
  @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
+-@dircategory GNU organization
 +@dircategory Miscellaneous:
-+@direntry
+ @direntry
+-* Standards: (standards).         GNU coding standards.
 +* Standards: (standards).             GNU coding standards
-+@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 fbdcd32f77fd94741abcbfe6bdb66c823077d4d2..60256963ea3ba46966db4eebc17d4ace9c89acbe 100644 (file)
  /* #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;
        }
  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
This page took 0.0449 seconds and 4 git commands to generate.