OSDN Git Service

* gjavah.c (print_stub): New function.
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jul 1999 10:12:49 +0000 (10:12 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jul 1999 10:12:49 +0000 (10:12 +0000)
commitf2c21d56ae43c27995c86a975e2998a9cd62f7d5
tree0984a5702f9f86b72f2fe325183cb944d50fa044
parente50676df10832d54a7638e6fcdc39d451b73e32a
    * gjavah.c (print_stub): New function.
        (METHOD_IS_NATIVE): New macro.
        (print_mangled_classname): Make static.
        (HANDLE_END_FIELD): Don't emit fields during stub generation.
        (process_file): Perform stub generation.
        (HANDLE_METHOD): Don't emit class decls during stub
        generation.
        (HANDLE_END_METHOD): Take into account stub generation.
        (print_method_info): Handle stub generation.
        (print_stub): New function.
        (print_cxx_classname): Make signature consistant with others.
        (help): Describe -stubs option.
        (main): Create stub file.
        (version): Use version.c.
        (print_full_cxx_name): New function.
        (print_c_decl): Use print_full_cxx_name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28236 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/gjavah.c