diff options
author | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-25 17:27:28 +0000 |
---|---|---|
committer | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-06-25 17:27:28 +0000 |
commit | e2ea7e3a76599d8c3f33f435a855c6432e78463e (patch) | |
tree | 522edcaf344f0a935b66520b90ff7de25127be81 /gcc/dwarf.h | |
parent | 329e89cddd5c5819945b64d24d732c83df301304 (diff) | |
download | gcc-e2ea7e3a76599d8c3f33f435a855c6432e78463e.tar.gz |
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.h | 3 |
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, |