2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 19:20:52 +0000 (19:20 +0000)
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 10 Jan 2001 19:20:52 +0000 (19:20 +0000)
commit47fc235697c58f12cfe164e449d61001c7e0ade5
tree1dae871d7397de2419ccb90ff86a10f59790e08e
parent8a5256dc408001f522e6c6d3782a486e80aad205
2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * decl2.c (acceptable_java_type): Allow references too.
        * init.c (build_java_class_ref): When using the new ABI, search
        `class$' and have it mangled with `mangle_decl.'
        * mangle.c (write_java_integer_type_codes): New function.
        (write_builtin_type): Detect and mangle Java integer and real
        types.

(http://gcc.gnu.org/ml/gcc-patches/2001-01/msg00756.html)

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38875 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/decl2.c
gcc/cp/init.c
gcc/cp/mangle.c