Commit 10d7f5f3 by Richard Sandiford Committed by Richard Sandiford

vxworks.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine.

gcc/
	* config/i386/vxworks.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine.

From-SVN: r124827
parent 8ecaacaf
2007-05-18 Richard Sandiford <richard@codesourcery.com>
* config/i386/vxworks.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine.
2007-05-18 Uros Bizjak <ubizjak@gmail.com> 2007-05-18 Uros Bizjak <ubizjak@gmail.com>
PR middle-end/31344 PR middle-end/31344
......
...@@ -73,3 +73,7 @@ Boston, MA 02110-1301, USA. */ ...@@ -73,3 +73,7 @@ Boston, MA 02110-1301, USA. */
/* No _mcount profiling on VxWorks. */ /* No _mcount profiling on VxWorks. */
#undef FUNCTION_PROFILER #undef FUNCTION_PROFILER
#define FUNCTION_PROFILER(FILE,LABELNO) VXWORKS_FUNCTION_PROFILER(FILE,LABELNO) #define FUNCTION_PROFILER(FILE,LABELNO) VXWORKS_FUNCTION_PROFILER(FILE,LABELNO)
/* We cannot use PC-relative accesses for VxWorks PIC because there is no
fixed gap between segments. */
#undef ASM_PREFERRED_EH_DATA_FORMAT
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