OSDN Git Service

PR libgcj/21692
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 May 2005 23:24:07 +0000 (23:24 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 May 2005 23:24:07 +0000 (23:24 +0000)
commit4887ae62f644d984e3831571126c604252d9a5da
treedecadfd6855f01f7f2fa5b72d94ed6ce6e6edfea
parent3187c1c2eb495763026ecf1fff5972c049447a2c
    PR libgcj/21692
        * sysdep/descriptor-n.h: New file.
        * sysdep/descriptor-y.h: New file.
        * sysdep/powerpc/descriptor.h: New file.
        * configure.host: Set $descriptor_h appropriate for the host.
        * configure.ac: Link it.
        * configure: Regenerate.
        * stacktrace.cc: Include sysdep/descriptor.h.
        (_Jv_StackTrace::UpdateNCodeMap): Use UNWRAP_FUNCTION_DESCRIPTOR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100173 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/configure
libjava/configure.ac
libjava/configure.host
libjava/stacktrace.cc
libjava/sysdep/descriptor-n.h [new file with mode: 0644]
libjava/sysdep/descriptor-y.h [new file with mode: 0644]
libjava/sysdep/powerpc/descriptor.h [new file with mode: 0644]