summaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-13 21:06:33 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-13 21:06:33 +0000
commit222745f29d5b7e92ff5545f7e0fd55989ae7c3b4 (patch)
tree1f28b58160952afbf6be3efe85eff797baba40f9 /libjava/ChangeLog
parent965daed0d5e71b74e84c92d4e99c316edf76b3d6 (diff)
downloadgcc-222745f29d5b7e92ff5545f7e0fd55989ae7c3b4.tar.gz
* interpret.cc (run): Correctly access libffi return values of
integral smaller-than-int type; these are implicitly promoted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84645 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 476795a111d..5460fae445a 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-13 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * interpret.cc (run): Correctly access libffi return values of
+ integral smaller-than-int type; these are implicitly promoted.
+
2004-07-13 Bryce McKinlay <mckinlay@redhat.com>
PR libgcj/7587