summaryrefslogtreecommitdiffstats
path: root/gcc/dwarf.h
diff options
context:
space:
mode:
authorcrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-25 17:27:28 +0000
committercrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>2000-06-25 17:27:28 +0000
commite2ea7e3a76599d8c3f33f435a855c6432e78463e (patch)
tree522edcaf344f0a935b66520b90ff7de25127be81 /gcc/dwarf.h
parent329e89cddd5c5819945b64d24d732c83df301304 (diff)
downloadppe42-gcc-e2ea7e3a76599d8c3f33f435a855c6432e78463e.tar.gz
ppe42-gcc-e2ea7e3a76599d8c3f33f435a855c6432e78463e.zip
Vector support: type node creation & debugging support
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34696 138bc75d-0d04-0410-961f-82ee72b054a4
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,
OpenPOWER on IntegriCloud