pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cross/ppc-morphos-gcc



Module Name:    pkgsrc
Committed By:   js
Date:           Mon Aug  3 21:43:46 UTC 2026

Modified Files:
        pkgsrc/cross/ppc-morphos-gcc: Makefile
        pkgsrc/cross/ppc-morphos-gcc/files: const-baserel.diff

Log Message:
cross/ppc-morphos-gcc: Exclude DECL_ARTIFICIAL from .rodata -> .sdata move


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/cross/ppc-morphos-gcc/Makefile
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/cross/ppc-morphos-gcc/files/const-baserel.diff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cross/ppc-morphos-gcc/Makefile
diff -u pkgsrc/cross/ppc-morphos-gcc/Makefile:1.11 pkgsrc/cross/ppc-morphos-gcc/Makefile:1.12
--- pkgsrc/cross/ppc-morphos-gcc/Makefile:1.11  Mon Aug  3 19:21:04 2026
+++ pkgsrc/cross/ppc-morphos-gcc/Makefile       Mon Aug  3 21:43:46 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2026/08/03 19:21:04 js Exp $
+# $NetBSD: Makefile,v 1.12 2026/08/03 21:43:46 js Exp $
 
 DISTNAME=      gcc-15.2.0
-PKGREVISION=   7
+PKGREVISION=   8
 PKGNAME=       ppc-morphos-${DISTNAME}
 CATEGORIES=    cross
 MASTER_SITES=  ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/}

Index: pkgsrc/cross/ppc-morphos-gcc/files/const-baserel.diff
diff -u pkgsrc/cross/ppc-morphos-gcc/files/const-baserel.diff:1.3 pkgsrc/cross/ppc-morphos-gcc/files/const-baserel.diff:1.4
--- pkgsrc/cross/ppc-morphos-gcc/files/const-baserel.diff:1.3   Sat Aug  1 15:45:19 2026
+++ pkgsrc/cross/ppc-morphos-gcc/files/const-baserel.diff       Mon Aug  3 21:43:46 2026
@@ -63,7 +63,7 @@ as well.
 +          || strncmp (section, ".eh_frame", 9) == 0)
 +        return false;
 +    }
-+  else if (contains_pointers_p (TREE_TYPE (decl)))
++  else if (!DECL_ARTIFICIAL (decl) && contains_pointers_p (TREE_TYPE (decl)))
 +    return true;
 +
 +  return !TREE_READONLY (decl);



Home | Main Index | Thread Index | Old Index