|
@@ -206,6 +206,13 @@ if ($arch eq "x86_64") {
|
|
|
$alignment = 2;
|
|
|
$section_type = '%progbits';
|
|
|
|
|
|
+} elsif ($arch eq "ia64") {
|
|
|
+ $mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s_mcount\$";
|
|
|
+ $type = "data8";
|
|
|
+
|
|
|
+ if ($is_module eq "0") {
|
|
|
+ $cc .= " -mconstant-gp";
|
|
|
+ }
|
|
|
} else {
|
|
|
die "Arch $arch is not supported with CONFIG_FTRACE_MCOUNT_RECORD";
|
|
|
}
|