Commit 1a7289c4 by H.J. Lu Committed by H.J. Lu

linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.

2002-02-16  H.J. Lu <hjl@gnu.org>

	* config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.

From-SVN: r49815
parent afb58288
2002-02-16 H.J. Lu <hjl@gnu.org>
* config/mips/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): New.
2002-02-16 Zack Weinberg <zack@codesourcery.com>
* cppinit.c (merge_include_chains): Check for brack being
......
......@@ -283,6 +283,11 @@ void FN () \
pseudo-ops. */
#define FUNCTION_NAME_ALREADY_DECLARED
#define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
(flag_pic \
? ((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_pcrel | DW_EH_PE_sdata4\
: DW_EH_PE_absptr)
/* The glibc _mcount stub will save $v0 for us. Don't mess with saving
it, since ASM_OUTPUT_REG_PUSH/ASM_OUTPUT_REG_POP do not work in the
presence of $gp-relative calls. */
......
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