在 2022/7/28 下午6:41, Xi Ruoyao 写道:
On Thu, 2022-07-28 at 10:59 +0800, Lulu Cheng wrote:

The ASM_PREFERRED_EH_DATA_FORMAT macro before and after modification
is
as follows:
  #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
  -  (((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_absptr)
  +  (((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_pcrel |
DW_EH_PE_sdata4)
The master branch still contains:

#define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL) \
   (((GLOBAL) ? DW_EH_PE_indirect : 0) | DW_EH_PE_absptr)

Did you forgot to commit this change (or lost it during a rebase)?


Oh,sorry I forgot to commit to upstream.

Reply via email to