OSDN Git Service

2006-05-21 Andreas Tobler <a.tobler@schweiz.ch>
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2006 22:06:33 +0000 (22:06 +0000)
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2006 22:06:33 +0000 (22:06 +0000)
* java/lang/natClass.cc (_Jv_FindMethodInCache): Mark klass, name and
signature as MAYBE_UNUSED for HAVE_TLS == 0.
(_Jv_AddMethodToCache): Mark klass and method as MAYBE_UNUSED for
HAVE_TLS == 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113940 138bc75d-0d04-0410-961f-82ee72b054a4

libjava/ChangeLog

index f55b902..964bf02 100644 (file)
@@ -1,3 +1,10 @@
+2006-05-21  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * java/lang/natClass.cc (_Jv_FindMethodInCache): Mark klass, name and
+       signature as MAYBE_UNUSED for HAVE_TLS == 0.
+       (_Jv_AddMethodToCache): Mark klass and method as MAYBE_UNUSED for
+       HAVE_TLS == 0.
+
 2006-05-20  Andreas Tobler  <a.tobler@schweiz.ch>
            John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>