Commit c924f70c by Kaz Kojima

linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine before defining.

	* config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
	 before defining.

From-SVN: r75701
parent a0af2afa
2004-01-11 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): Undefine
before defining.
2004-01-11 Steven Bosscher <stevenb@suse.de>
* toplev.c (rest_of_handle_inline): Also consider functions
......
/* Definitions for SH running Linux-based GNU systems using ELF
Copyright (C) 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Kazumoto Kojima <kkojima@rr.iij4u.or.jp>
This file is part of GCC.
......@@ -41,6 +41,8 @@ Boston, MA 02111-1307, USA. */
#undef DWARF2_UNWIND_INFO
#define DWARF2_UNWIND_INFO 1
/* ??? Current SH linux linker has a problem for DW_EH_PE_textrel. */
#undef ASM_PREFERRED_EH_DATA_FORMAT
#define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
(flag_pic \
? ((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_pcrel | DW_EH_PE_sdata4 \
......
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