This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: S/390: Avoid relocations in .eh_frame section


> /* Select a format to encode pointers in exception handling data.  */
> #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)

	Unless the process size is constrained for some other reason,
should sdata8 be used in 64-bit s390x mode?

David


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]