diff options
author | Richard Henderson <rth@redhat.com> | 2010-10-07 13:03:13 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2010-10-07 13:03:13 -0700 |
commit | 6ba74c2d192958de47dc1d7b36125495441a4d50 (patch) | |
tree | 219f2ede749b30e6b6cbd8a1e242608e2d2e6314 /gcc/target.h | |
parent | d4c1abb35d6afc49c60425aadd29bccab90ee637 (diff) | |
download | gcc-6ba74c2d192958de47dc1d7b36125495441a4d50.zip gcc-6ba74c2d192958de47dc1d7b36125495441a4d50.tar.gz gcc-6ba74c2d192958de47dc1d7b36125495441a4d50.tar.bz2 |
Move enum unwind_info_type from target.h to coretypes.h.
From-SVN: r165131
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/target.h b/gcc/target.h index f160e97..99dd1ee 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -128,16 +128,6 @@ enum vect_cost_for_stmt vec_perm }; -/* Types of unwind/exception handling info that can be generated. */ - -enum unwind_info_type -{ - UI_NONE, - UI_SJLJ, - UI_DWARF2, - UI_TARGET -}; - /* The target structure. This holds all the backend hooks. */ #define DEFHOOKPOD(NAME, DOC, TYPE, INIT) TYPE NAME; #define DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT) TYPE (* NAME) PARAMS; |