diff options
| author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-08 20:38:13 +0000 |
|---|---|---|
| committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-08 20:38:13 +0000 |
| commit | de83d4725adf72fb9808b30a01a5c4ec05ae8a51 (patch) | |
| tree | cf833007c737395cb44ea9f031474173d9ab680a /libjava/ChangeLog | |
| parent | 862ad8b433732c1533f670040617716f641d3a55 (diff) | |
| download | ppe42-gcc-de83d4725adf72fb9808b30a01a5c4ec05ae8a51.tar.gz ppe42-gcc-de83d4725adf72fb9808b30a01a5c4ec05ae8a51.zip | |
2006-02-08 Bryce McKinlay <mckinlay@redhat.com>
* link.cc (_Jv_Linker::print_class_loaded): Declare string constants
as "const char *".
* verify.cc (verify_fail): Likewise.
* gnu/classpath/natSystemProperties.cc (file_encoding): Likewise.
* interpret.cc (throw_internal_error, throw_class_format_error):
Likewise.
* gcj/javaprims.h (_Jv_hashUtf8String, _Jv_Utf8Const::space_needed,
_Jv_Utf8Const::init, _Jv_makeUtf8Const): Likewise.
* java/lang/Class.h (_Jv_InitPrimClass): Likewise.
* include/jvm.h (_Jv_strLengthUtf8, _Jv_makeUtf8Const): Likewise.
* defineclass.cc (throw_internal_error, throw_no_class_def_found_error,
is_attribute_name): Likewise.
* prims.cc (_Jv_strLengthUtf8, _Jv_hashUtf8String, _Jv_Utf8Const::init,
_Jv_makeUtf8Const, _Jv_InitPrimClass): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110767 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index c04f560913b..91b7019bb62 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,20 @@ +2006-02-08 Bryce McKinlay <mckinlay@redhat.com> + + * link.cc (_Jv_Linker::print_class_loaded): Declare string constants + as "const char *". + * verify.cc (verify_fail): Likewise. + * gnu/classpath/natSystemProperties.cc (file_encoding): Likewise. + * interpret.cc (throw_internal_error, throw_class_format_error): + Likewise. + * gcj/javaprims.h (_Jv_hashUtf8String, _Jv_Utf8Const::space_needed, + _Jv_Utf8Const::init, _Jv_makeUtf8Const): Likewise. + * java/lang/Class.h (_Jv_InitPrimClass): Likewise. + * include/jvm.h (_Jv_strLengthUtf8, _Jv_makeUtf8Const): Likewise. + * defineclass.cc (throw_internal_error, throw_no_class_def_found_error, + is_attribute_name): Likewise. + * prims.cc (_Jv_strLengthUtf8, _Jv_hashUtf8String, _Jv_Utf8Const::init, + _Jv_makeUtf8Const, _Jv_InitPrimClass): Likewise. + 2006-02-08 Tom Tromey <tromey@redhat.com> PR libgcj/26063, PR libgcj/17978, PR libgcj/10598: |

