Commit 0288980f by DJ Delorie Committed by DJ Delorie

* config/m32c/m32c.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.

From-SVN: r131836
parent 8d8da227
2008-01-25 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
2008-01-25 Joseph Myers <joseph@codesourcery.com> 2008-01-25 Joseph Myers <joseph@codesourcery.com>
* config/c4x: Remove directory. * config/c4x: Remove directory.
......
...@@ -458,6 +458,12 @@ enum reg_class ...@@ -458,6 +458,12 @@ enum reg_class
#define DWARF_FRAME_REGNUM(N) m32c_dwarf_frame_regnum (N) #define DWARF_FRAME_REGNUM(N) m32c_dwarf_frame_regnum (N)
#define DBX_REGISTER_NUMBER(N) m32c_dwarf_frame_regnum (N) #define DBX_REGISTER_NUMBER(N) m32c_dwarf_frame_regnum (N)
#undef ASM_PREFERRED_EH_DATA_FORMAT
/* This is the same as the default in practice, except that by making
it explicit we tell binutils what size pointers to use. */
#define ASM_PREFERRED_EH_DATA_FORMAT(CODE,GLOBAL) \
(TARGET_A16 ? DW_EH_PE_udata2 : DW_EH_PE_udata4)
/* Eliminating Frame Pointer and Arg Pointer */ /* Eliminating Frame Pointer and Arg Pointer */
/* If the frame pointer isn't used, we detect it manually. But the /* If the frame pointer isn't used, we detect it manually. But the
......
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