* config/os/mingw32/os_defines.h (_GLIBCXX_LLP64): Define if llp64
commit4a0626ffa5e2cbb8cd648a9364d987264f5a2902
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Dec 2012 10:12:48 +0000 (21 10:12 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Dec 2012 10:12:48 +0000 (21 10:12 +0000)
tree3b042de82fe9dabadeec27e4fc35d6f7a8f94be1
parentd6b7f0196dbc96c6c215b70bad0557d08f542f26
* config/os/mingw32/os_defines.h (_GLIBCXX_LLP64): Define if llp64
abi is used.
* config/os/mingw32-w64/os_defines.h: Likewise.
* libsupc++/cxxabi.h (__base_class_type_info): Adjust
type of __offset_flags for llp64.
* libsupc++/eh_alloc.cc (EMERGENCY_OBJ_SIZE): Define proper
for llp64 abi.
(EMERGENCY_OBJ_COUNT): Likewise.
(bitmask_type): Likewise.
* libsupc++/hash_bytes.cc (_Hash_bytes): Handle llp64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194658 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/os/mingw32-w64/os_defines.h
libstdc++-v3/config/os/mingw32/os_defines.h
libstdc++-v3/libsupc++/cxxabi.h
libstdc++-v3/libsupc++/eh_alloc.cc
libstdc++-v3/libsupc++/hash_bytes.cc