changeset 8271:4fa1813a03b0

8067923: AIX: link libjvm.so with -bernotok to detect missing symbols at build time and suppress warning 1540-1639 Reviewed-by: goetz
author simonis
date Fri, 19 Dec 2014 18:33:55 +0100
parents f97f21d8d58c
children dfa21a177d66
files make/aix/makefiles/ppc64.make make/aix/makefiles/xlc.make
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/make/aix/makefiles/ppc64.make	Mon Aug 25 09:10:13 2014 +0200
+++ b/make/aix/makefiles/ppc64.make	Fri Dec 19 18:33:55 2014 +0100
@@ -46,7 +46,9 @@
 #  - 1540-1090 (I) The destructor of "..." might not be called.
 #  - 1500-010: (W) WARNING in ...: Infinite loop.  Program may not stop.
 #    There are several infinite loops in the vm, suppress.
-CFLAGS += -qsuppress=1540-1090 -qsuppress=1500-010
+#  - 1540-1639 (I) The behavior of long type bit fields has changed ...
+#                  ... long type bit fields now default to long, not int.
+CFLAGS += -qsuppress=1540-1090 -qsuppress=1500-010 -qsuppress=1540-1639
 
 # Suppress 
 #  - 540-1088 (W) The exception specification is being ignored.
--- a/make/aix/makefiles/xlc.make	Mon Aug 25 09:10:13 2014 +0200
+++ b/make/aix/makefiles/xlc.make	Fri Dec 19 18:33:55 2014 +0100
@@ -130,7 +130,7 @@
 # MAPFLAG = -Xlinker --version-script=FILENAME
 
 # Build shared library
-SHARED_FLAG = -q64 -b64 -bexpall -G -bnoentry -qmkshrobj -brtl -bnolibpath
+SHARED_FLAG = -q64 -b64 -bexpall -G -bnoentry -qmkshrobj -brtl -bnolibpath -bernotok
 
 #------------------------------------------------------------------------
 # Debug flags