Module Name:    src
Committed By:   mrg
Date:           Wed Nov  6 21:33:07 UTC 2019

Modified Files:
        src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc: c++config.h
            symver-config.h
        src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc: auto-host.h
        src/external/gpl3/gcc/usr.bin/libcpp/arch/powerpc: config.h

Log Message:
oops, regen these again with right iconv prototype present.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h
cvs rdiff -u -r1.4 -r1.5 \
    src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/symver-config.h
cvs rdiff -u -r1.16 -r1.17 \
    src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h
cvs rdiff -u -r1.7 -r1.8 \
    src/external/gpl3/gcc/usr.bin/libcpp/arch/powerpc/config.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/lib/libstdc++-v3/arch/powerpc/c++config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h:1.32 src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h:1.33
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h:1.32	Wed Nov  6 19:14:29 2019
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/c++config.h	Wed Nov  6 21:33:07 2019
@@ -1335,7 +1335,7 @@ namespace std
 #define _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL 1
 
 /* Define as const if the declaration of iconv() needs const. */
-#define _GLIBCXX_ICONV_CONST const
+#define _GLIBCXX_ICONV_CONST 
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */

Index: src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/symver-config.h
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/symver-config.h:1.4 src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/symver-config.h:1.5
--- src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/symver-config.h:1.4	Wed Nov  6 19:14:29 2019
+++ src/external/gpl3/gcc/lib/libstdc++-v3/arch/powerpc/symver-config.h	Wed Nov  6 21:33:07 2019
@@ -718,7 +718,7 @@
 #define HAVE___CXA_THREAD_ATEXIT_IMPL 1
 
 /* Define as const if the declaration of iconv() needs const. */
-#define ICONV_CONST const
+#define ICONV_CONST 
 
 /* Define to the sub-directory in which libtool stores uninstalled libraries.
    */

Index: src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h
diff -u src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h:1.16 src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h:1.17
--- src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h:1.16	Wed Nov  6 19:14:29 2019
+++ src/external/gpl3/gcc/usr.bin/gcc/arch/powerpc/auto-host.h	Wed Nov  6 21:33:07 2019
@@ -1973,7 +1973,7 @@
 
 /* Define as const if the declaration of iconv() needs const. */
 #ifndef USED_FOR_TARGET
-#define ICONV_CONST const
+#define ICONV_CONST 
 #endif
 
 

Index: src/external/gpl3/gcc/usr.bin/libcpp/arch/powerpc/config.h
diff -u src/external/gpl3/gcc/usr.bin/libcpp/arch/powerpc/config.h:1.7 src/external/gpl3/gcc/usr.bin/libcpp/arch/powerpc/config.h:1.8
--- src/external/gpl3/gcc/usr.bin/libcpp/arch/powerpc/config.h:1.7	Wed Nov  6 19:14:29 2019
+++ src/external/gpl3/gcc/usr.bin/libcpp/arch/powerpc/config.h	Wed Nov  6 21:33:07 2019
@@ -240,7 +240,7 @@
 #define HAVE_UNISTD_H 1
 
 /* Define as const if the declaration of iconv() needs const. */
-#define ICONV_CONST const
+#define ICONV_CONST 
 
 /* Define to the name of this package. */
 #define PACKAGE "cpplib"

Reply via email to