diff options
author | Olivier Hainque <hainque@adacore.com> | 2017-06-02 15:00:43 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@gcc.gnu.org> | 2017-06-02 15:00:43 +0000 |
commit | a9945ae2868d22cfc7cce0369c32c21e298498fe (patch) | |
tree | 8af78f7c5ab5ba651b7e3bb2276823e159c5aafd /gcc/config/vx-common.h | |
parent | 17f47f8621099fdc4b0fc6681924f97230c8a114 (diff) | |
download | gcc-a9945ae2868d22cfc7cce0369c32c21e298498fe.tar.gz |
vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
2017-06-02 Olivier Hainque <hainque@adacore.com>
* config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
From-SVN: r248833
Diffstat (limited to 'gcc/config/vx-common.h')
-rw-r--r-- | gcc/config/vx-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/vx-common.h b/gcc/config/vx-common.h index 68fbcbd3bef..5cc965cab78 100644 --- a/gcc/config/vx-common.h +++ b/gcc/config/vx-common.h @@ -61,9 +61,9 @@ along with GCC; see the file COPYING3. If not see #undef WINT_TYPE_SIZE #define WINT_TYPE_SIZE 16 -/* Dwarf2 unwind info is not supported. */ +/* Dwarf2 unwind info is supported. */ #undef DWARF2_UNWIND_INFO -#define DWARF2_UNWIND_INFO 0 +#define DWARF2_UNWIND_INFO 1 /* VxWorks uses DWARF2. */ #define DWARF2_DEBUGGING_INFO 1 |