Commit e7b78f72 by Jozef Lawrynowicz Committed by Jozef Lawrynowicz

msp430.h: Define TARGET_VTABLE_ENTRY_ALIGN.

2018-12-18  Jozef Lawrynowicz  <jozef.l@mittosystems.com>

	* config/msp430/msp430.h: Define TARGET_VTABLE_ENTRY_ALIGN.

From-SVN: r267229
parent 4714942e
2018-12-18 Jozef Lawrynowicz <jozef.l@mittosystems.com>
* config/msp430/msp430.h: Define TARGET_VTABLE_ENTRY_ALIGN.
2018-12-18 Jakub Jelinek <jakub@redhat.com>
PR target/88513
......@@ -159,6 +159,11 @@ extern const char * msp430_select_hwmult_lib (int, const char **);
#define PTR_SIZE (TARGET_LARGE ? 4 : 2)
#define POINTERS_EXTEND_UNSIGNED 1
/* TARGET_VTABLE_ENTRY_ALIGN defaults to POINTER_SIZE, which is 20 for
TARGET_LARGE. Pointer alignment is always 16 for MSP430, so set explicitly
here. */
#define TARGET_VTABLE_ENTRY_ALIGN 16
#define ADDR_SPACE_NEAR 1
#define ADDR_SPACE_FAR 2
......
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