From: liuzhensong Date: Thu, 4 Aug 2022 06:49:40 +0000 (+0800) Subject: LoongArch: Set macro SUB_SEGMENT_ALIGN to 0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13d4a5f7b6c37607106cca0833e03075983bcc3b;p=binutils-gdb.git LoongArch: Set macro SUB_SEGMENT_ALIGN to 0. --- diff --git a/gas/config/tc-loongarch.h b/gas/config/tc-loongarch.h index f05926d7d67..7d416b0c01b 100644 --- a/gas/config/tc-loongarch.h +++ b/gas/config/tc-loongarch.h @@ -73,6 +73,8 @@ extern void tc_loongarch_parse_to_dw2regnum (expressionS *); Here is the type 0, will fill andi insn later. */ #define NOP_OPCODE (0x00) +#define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) 0 + #define HANDLE_ALIGN(fragp) loongarch_handle_align (fragp) extern void loongarch_handle_align (struct frag *); #define MAX_MEM_FOR_RS_ALIGN_CODE (3 + 4)