Add support for TImode type (__int128_t)
commit94a27dcf4ac83ca900be9e3f78bb545290a46f79
authorBlue Swirl <blauwirbel@gmail.com>
Thu, 6 Aug 2009 20:19:15 +0000 (6 20:19 +0000)
committerChristopher Li <sparse@chrisli.org>
Sun, 2 Aug 2009 03:30:19 +0000 (1 20:30 -0700)
tree27c4da9a030f2020c52e5c43663b7ea623e3081f
parent0be55c9fb2192301f3d916412ed06b30c2fda46e
Add support for TImode type (__int128_t)

GCC provides a 128 bit type called internally as TImode (__int128_t)on 64 bit
platforms (at least x86_64 and Sparc64). These types are used by OpenBIOS.

Add support for types "long long long", __mode__(TI) and __(u)int128_t.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
cgcc
evaluate.c
expand.c
gdbhelpers
parse.c
show-parse.c
symbol.c
symbol.h
target.c
target.h