OSDN Git Service

1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Jul 1999 23:41:15 +0000 (23:41 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 Jul 1999 23:41:15 +0000 (23:41 +0000)
commit6c4352acb24847360c3810459fe73d761be0682c
treec5ef21666630bf0217fa8bbe432d64a14d7d911e
parentb1ef0abfbd8402bbf00db8599553c11a4668e1fc
1999-07-31  Alexandre Oliva  <oliva@dcc.unicamp.br>

* java/lang/natSystem.cc (arraycopy): Use bcopy if memmove is not
available.  Don't cast memmove args to (void*).
* configure.in: Do not abort if memmove is not available.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28360 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/configure
libjava/configure.in
libjava/java/lang/natSystem.cc