Commit 8e1d97d4 by Tristan Gingold Committed by Tristan Gingold

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
parent b4095553
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
......
......@@ -41,6 +41,8 @@
#define SS$_NORMAL 1
#endif
#define UNW_IVMS_MODE(HEADER) (((HEADER) >> 44) & 0x3L)
typedef struct
{
unsigned long start_offset;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment