Commit ad8577fd by Richard Sandiford Committed by Richard Sandiford

vxworks.h (SUPPORTS_INIT_PRIORITY): Define.

gcc/
	* config/vxworks.h (SUPPORTS_INIT_PRIORITY): Define.

From-SVN: r122992
parent d95d45fd
2007-03-16 Richard Sandiford <richard@codesourcery.com>
* config/vxworks.h (SUPPORTS_INIT_PRIORITY): Define.
2007-03-16 Richard Sandiford <richard@codesourcery.com>
* config/vx-common.h (WINT_TYPE, WINT_TYPE_SIZE): Define.
2007-03-16 Uros Bizjak <ubizjak@gmail.com>
......
......@@ -87,6 +87,10 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#define VXWORKS_OVERRIDE_OPTIONS vxworks_override_options ()
extern void vxworks_override_options (void);
/* Only RTPs support prioritized constructors and destructors:
the implementation relies on numbered .ctors* sections. */
#define SUPPORTS_INIT_PRIORITY TARGET_VXWORKS_RTP
/* VxWorks requires special handling of constructors and destructors.
All VxWorks configurations must use these functions. */
#define TARGET_ASM_CONSTRUCTOR vxworks_asm_out_constructor
......
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