aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorAnthony Green <green@redhat.com>2005-02-18 23:29:44 +0000
committerAnthony Green <green@gcc.gnu.org>2005-02-18 23:29:44 +0000
commit95432490dbe5109141da938f66f0abf210886ac4 (patch)
tree0a2ed0255b3adc5f18989f4343824a087282b6d8 /libjava/ChangeLog
parentf36b89e08d5782feee7231fcea4616d8d4a83026 (diff)
downloadgcc-95432490dbe5109141da938f66f0abf210886ac4.zip
gcc-95432490dbe5109141da938f66f0abf210886ac4.tar.gz
gcc-95432490dbe5109141da938f66f0abf210886ac4.tar.bz2
natRuntime.cc (insertSystemProperties): Normalize x86 architecture names to "i386" for compatibility reasons.
2005-02-18 Anthony Green <green@redhat.com> * java/lang/natRuntime.cc (insertSystemProperties): Normalize x86 architecture names to "i386" for compatibility reasons. Win32 still uses "x86". From-SVN: r95243
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index e28cc6e..6f14af2 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,5 +1,11 @@
2005-02-18 Anthony Green <green@redhat.com>
+ * java/lang/natRuntime.cc (insertSystemProperties): Normalize x86
+ architecture names to "i386" for compatibility reasons. Win32
+ still uses "x86".
+
+2005-02-18 Anthony Green <green@redhat.com>
+
* gij.cc (version): Change year for '--version' to 2005.
* gnu/gcj/convert/Convert.java: Ditto.
* gnu/java/rmi/rmic/RMIC.java: Ditto.