summaryrefslogtreecommitdiff
path: root/gcc/dwarf.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dwarf.h')
-rw-r--r--gcc/dwarf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/dwarf.h b/gcc/dwarf.h
index 6aca017e6e5..3928574a3f1 100644
--- a/gcc/dwarf.h
+++ b/gcc/dwarf.h
@@ -237,6 +237,9 @@ enum dwarf_fundamental_type {
FT_int64 = 0x9908,
FT_signed_int64 = 0x9a08,
FT_unsigned_int64 = 0x9b08,
+ FT_int128 = 0x9c10,
+ FT_signed_int128 = 0x9d10,
+ FT_unsigned_int128 = 0x9e10,
FT_real32 = 0xa004,
FT_real64 = 0xa108,