As PRSTATUS_SIZE is now with the value 0x1d8, which causes inconsistency with the kernel
definition and then can not lead to the correct branch for loongarch64 backend.
With the correct value 0x1e0 for the master branch, the loongarch64 banckend will work well.
Signed-off-by: Li Jian <lijian1@kylinos.cn>
_bfd_elf_link_hash_copy_indirect (info, dir, ind);
}
-#define PRSTATUS_SIZE 0x1d8
+#define PRSTATUS_SIZE 0x1e0
#define PRSTATUS_OFFSET_PR_CURSIG 0xc
#define PRSTATUS_OFFSET_PR_PID 0x20
#define ELF_GREGSET_T_SIZE 0x168