]> git.ipfire.org Git - thirdparty/gcc.git/commit
Modify gas uleb128 support test
authormengqinggang <mengqinggang@loongson.cn>
Fri, 15 Sep 2023 04:04:04 +0000 (12:04 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Wed, 20 Sep 2023 01:21:21 +0000 (09:21 +0800)
commitc44926fe2dc570103339dbb120914dabf655be07
treee0d8399bc04b6f3fd8637735accb9ac1e9d631cc
parent9bab65a77049edcc7afc59532173206ee816e726
Modify gas uleb128 support test

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 when probing leb128 support.

co-authored-by: Xi Ruoyao <xry111@xry111.site>
gcc/configure
gcc/configure.ac