Commit ae02eae8 by Jeff Law Committed by Jeff Law

* pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.

From-SVN: r54058
parent e7d82ce2
...@@ -111,6 +111,8 @@ ...@@ -111,6 +111,8 @@
2002-05-29 Jeff Law <law@redhat.com> 2002-05-29 Jeff Law <law@redhat.com>
* pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.
* flow.c (propagate_one_insn): Do not remove a dead insn if it * flow.c (propagate_one_insn): Do not remove a dead insn if it
contains a REG_RETVAL note. contains a REG_RETVAL note.
......
...@@ -865,7 +865,7 @@ extern struct rtx_def *hppa_compare_op0, *hppa_compare_op1; ...@@ -865,7 +865,7 @@ extern struct rtx_def *hppa_compare_op0, *hppa_compare_op1;
extern enum cmp_type hppa_branch_type; extern enum cmp_type hppa_branch_type;
#define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION) \ #define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION) \
pa_asm_output_mi_thunk (FILE, THUNK_FNDECL, DELTA, FUNCTION); pa_asm_output_mi_thunk (FILE, THUNK_FNDECL, DELTA, FUNCTION)
/* On HPPA, we emit profiling code as rtl via PROFILE_HOOK rather than /* On HPPA, we emit profiling code as rtl via PROFILE_HOOK rather than
as assembly via FUNCTION_PROFILER. Just output a local label. as assembly via FUNCTION_PROFILER. Just output a local label.
......
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