Makefile.in: Rebuilt.
authorTom Tromey <tromey@redhat.com>
Mon, 29 Jan 2007 18:31:45 +0000 (18:31 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 29 Jan 2007 18:31:45 +0000 (18:31 +0000)
* Makefile.in: Rebuilt.
* Makefile.am (interpret.lo): New target.  Add -fwrap to
AM_CXXFLAGS.

From-SVN: r121299

libjava/ChangeLog
libjava/Makefile.am
libjava/Makefile.in

index 6f03ecb3292bb8e88eba5de2aa80333f32ad728f..769529fc2cf59c43e6c2af4aabb61b2c62b090d9 100644 (file)
@@ -1,3 +1,9 @@
+2007-01-29  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (interpret.lo): New target.  Add -fwrap to
+       AM_CXXFLAGS.
+
 2007-01-29  Keith Seitz  <keiths@redhat.com>
 
        * include/jvmti_md.h (_CLASSPATH_VM_JVMTI_TYPES_DEFINED):
index 90e6afb24cf95f4564b2a303eef387f9dfe17863..60455958dd90e622a8892daa99b086a4c5b763ea 100644 (file)
@@ -189,6 +189,9 @@ libgcj_la_SOURCES = prims.cc jni.cc jvmti.cc exception.cc stacktrace.cc \
        link.cc defineclass.cc interpret.cc verify.cc \
        $(nat_source_files)
 
+## We need to compile at least the interpreter this way.
+interpret.lo:  AM_CXXFLAGS += -fwrapv
+
 if USING_BOEHMGC
 libgcj_la_SOURCES += boehm.cc
 endif
index 55138226a467533dd8824ed306a08b6cf38ae0c3..cdd88f31f4c4e365f83106d089d14162fbd8d9ab 100644 (file)
@@ -9883,6 +9883,8 @@ uninstall-info: uninstall-info-recursive
        uninstall-toolexecmainlibDATA
 
 
+interpret.lo:  AM_CXXFLAGS += -fwrapv
+
 $(db_name): gcj-dbtool$(EXEEXT)
        @rm -f $(db_name)
        ./gcj-dbtool -n $(db_name) || touch $(db_name)