Re: [pushed][PATCH v3] Modify gas uleb128 support test

2023-09-19 Thread chenglulu
Pushed to r14-4161. 在 2023/9/19 下午3:01, mengqinggang 写道: Some assemblers (GNU as for LoongArch) generates relocations for leb128 symbol arithmetic for relaxation, we need to disable relaxation probing leb128 support then. gcc/ChangeLog: * configure: Regenerate. * configure.ac: Checki

[PATCH v3] Modify gas uleb128 support test

2023-09-19 Thread mengqinggang
Some assemblers (GNU as for LoongArch) generates relocations for leb128 symbol arithmetic for relaxation, we need to disable relaxation probing leb128 support then. gcc/ChangeLog: * configure: Regenerate. * configure.ac: Checking assembler for -mno-relax support. Disable relaxation wh