[packages/binutils] - fix pax patch

baggins baggins at pld-linux.org
Tue Aug 4 09:00:12 CEST 2015


commit ec4d2f930185438e37a8bc837452f9f951c504af
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Aug 4 08:59:57 2015 +0200

    - fix pax patch

 binutils-pt_pax_flags.patch | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/binutils-pt_pax_flags.patch b/binutils-pt_pax_flags.patch
index 6967026..0ac4e38 100644
--- a/binutils-pt_pax_flags.patch
+++ b/binutils-pt_pax_flags.patch
@@ -205,22 +205,23 @@
  EOF
  
    if test -n "$COMMONPAGESIZE"; then
---- a/ld/lexsup.c~	2015-05-18 19:03:26.000000000 +0200
-+++ b/ld/lexsup.c	2015-05-19 11:41:03.720941239 +0200
-@@ -1739,10 +1739,14 @@ elf_static_list_options (FILE *file)
+@@ -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 muldefs                  Allow multiple definitions\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
 +++ binutils-2.15.94.0.2.2/ld/ldgram.y	2005-02-20 13:13:17.499537376 +0100
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/binutils.git/commitdiff/ec4d2f930185438e37a8bc837452f9f951c504af



More information about the pld-cvs-commit mailing list