Commit 6f549691 by James Greenhalgh Committed by James Greenhalgh

[AArch64/AArch64-4.7] Fix warning - aarch64_mangle_type has no prototype.

gcc/
	* config/aarch64/aarch64.c (aarch64_mangle_type): Make static.

From-SVN: r196349
parent af55e82d
2013-02-28 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64.c (aarch64_mangle_type): Make static.
2013-02-28 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64-builtins.c
(aarch64_init_simd_builtins): Make static.
......
......@@ -5986,7 +5986,7 @@ static aarch64_simd_mangle_map_entry aarch64_simd_mangle_map[] = {
/* Implement TARGET_MANGLE_TYPE. */
const char *
static const char *
aarch64_mangle_type (const_tree type)
{
/* The AArch64 ABI documents say that "__va_list" has to be
......
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