diff options
author | midipix <writeonce@midipix.org> | 2019-03-10 03:58:51 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-03-12 02:53:36 -0400 |
commit | 95a185e0b325f30fe5a2c47f1365ebda8349de31 (patch) | |
tree | d7156dd6ed6df3599a970e9589255c9ca8bead6c /gcc | |
parent | 211ec0a33a28ba4979a45be11021231a55bafa6f (diff) | |
download | cbb-gcc-4.6.4-95a185e0b325f30fe5a2c47f1365ebda8349de31.tar.bz2 cbb-gcc-4.6.4-95a185e0b325f30fe5a2c47f1365ebda8349de31.tar.xz |
gcc/coretypes.h: enum unwind_info_type: added UI_SEH.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/coretypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/coretypes.h b/gcc/coretypes.h index 20932b8d9..9d073407a 100644 --- a/gcc/coretypes.h +++ b/gcc/coretypes.h @@ -118,7 +118,8 @@ enum unwind_info_type UI_NONE, UI_SJLJ, UI_DWARF2, - UI_TARGET + UI_TARGET, + UI_SEH, }; /* Callgraph node profile representation. */ |