fde-vms.c (UNW_IVMS_MODE): Define.

2011-12-21  Tristan Gingold  <gingold@adacore.com>

	* config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.

From-SVN: r182568
This commit is contained in:
Tristan Gingold 2011-12-21 08:52:47 +00:00 committed by Tristan Gingold
parent b409555383
commit 8e1d97d43b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-12-21 Tristan Gingold <gingold@adacore.com>
* config/ia64/fde-vms.c (UNW_IVMS_MODE): Define.
2011-12-20 Ian Lance Taylor <iant@google.com>
* config/i386/morestack.S (__morestack_non_split): If there is

View File

@ -41,6 +41,8 @@
#define SS$_NORMAL 1
#endif
#define UNW_IVMS_MODE(HEADER) (((HEADER) >> 44) & 0x3L)
typedef struct
{
unsigned long start_offset;