Commit d094128b by DJ Delorie Committed by DJ Delorie

* config/msp430/msp430.c (msp430_start_function): Add function type.

From-SVN: r233157
parent d5bc1c65
2016-02-04 DJ Delorie <dj@redhat.com>
* config/msp430/msp430.c (msp430_start_function): Add function type.
2016-02-04 Jakub Jelinek <jakub@redhat.com> 2016-02-04 Jakub Jelinek <jakub@redhat.com>
PR fortran/69368 PR fortran/69368
......
...@@ -2111,6 +2111,7 @@ msp430_start_function (FILE *file, const char *name, tree decl) ...@@ -2111,6 +2111,7 @@ msp430_start_function (FILE *file, const char *name, tree decl)
} }
switch_to_section (function_section (decl)); switch_to_section (function_section (decl));
ASM_OUTPUT_TYPE_DIRECTIVE(file, name, "function");
ASM_OUTPUT_FUNCTION_LABEL (file, name, decl); ASM_OUTPUT_FUNCTION_LABEL (file, name, decl);
} }
......
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