Commit 63553059 by Richard Sandiford Committed by Richard Sandiford

mips.c (mips_mdebug_abi_name): Fix the handling of ABI_64.

gcc/
	* config/mips/mips.c (mips_mdebug_abi_name): Fix the handling
	of ABI_64.

From-SVN: r144552
parent 500a1f85
2009-03-02 Richard Sandiford <rdsandiford@googlemail.com>
* config/mips/mips.c (mips_mdebug_abi_name): Fix the handling
of ABI_64.
2009-03-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/spu/spu.c (TARGET_SECTION_TYPE_FLAGS): Define.
......
......@@ -7782,7 +7782,7 @@ mips_mdebug_abi_name (void)
case ABI_N32:
return "abiN32";
case ABI_64:
return "abiN64";
return "abi64";
case ABI_EABI:
return TARGET_64BIT ? "eabi64" : "eabi32";
default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment