Module Name:    src
Committed By:   rin
Date:           Mon Jul  1 05:19:46 UTC 2024

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/rs6000: ppc-asm.h

Log Message:
gcc: ppc-asm.h: Drop local change with NFC

This has been introduced for rev 1.2:

http://cvsweb.netbsd.org/bsdweb.cgi/src/external/gpl3/gcc/dist/gcc/config/rs6000/ppc-asm.h.diff?r1=1.1.1.1.8.1&r2=1.2&f=h

but does not make any difference.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 \
    src/external/gpl3/gcc/dist/gcc/config/rs6000/ppc-asm.h

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

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/rs6000/ppc-asm.h
diff -u src/external/gpl3/gcc/dist/gcc/config/rs6000/ppc-asm.h:1.11 src/external/gpl3/gcc/dist/gcc/config/rs6000/ppc-asm.h:1.12
--- src/external/gpl3/gcc/dist/gcc/config/rs6000/ppc-asm.h:1.11	Sun Jul 30 05:51:29 2023
+++ src/external/gpl3/gcc/dist/gcc/config/rs6000/ppc-asm.h	Mon Jul  1 05:19:46 2024
@@ -384,7 +384,7 @@ GLUE(.L,name): \
 #endif
 #endif
 
-#if defined(__ELF__) && defined(__linux__) && !defined(__powerpc64__)
+#if defined __linux__ && !defined __powerpc64__
 	.section .note.GNU-stack
 	.previous
 #endif

Reply via email to