summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2011-07-07 11:00:49 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2011-07-07 11:00:49 +0000
commit3413a6a4270a01c5eb77d886b022e9d19b93eb77 (patch)
treec9fa1028fa8e4f9339ec76049263a42983596856 /ChangeLog
parent820b03ea43b2e60285fba8d6a2029d232f097759 (diff)
downloadclasspath-3413a6a4270a01c5eb77d886b022e9d19b93eb77.tar.gz
PR classpath/40188: javah creates constants using name of the superclass
2011-07-07 Andrew John Hughes <ahughes@redhat.com> PR classpath/40188 * tools/gnu/classpath/tools/javah/JniIncludePrinter.java: (writeFields(ClassWrapper,JniPrintStream)): Retain a reference to the original class and use it in naming fields, as opposed to the class in which it occurs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de6fbd1b3..eb30d80b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-07-07 Andrew John Hughes <ahughes@redhat.com>
+
+ PR classpath/40188
+ * tools/gnu/classpath/tools/javah/JniIncludePrinter.java:
+ (writeFields(ClassWrapper,JniPrintStream)): Retain a
+ reference to the original class and use it in naming
+ fields, as opposed to the class in which it occurs.
+
2011-07-05 Pekka Enberg <penberg@kernel.org>
* configure.ac: