From: Jeff Law Date: Thu, 30 May 2002 16:15:25 +0000 (-0600) Subject: * pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon. X-Git-Tag: releases/gcc-3.3.0~4700 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae02eae82c88ac7efab36bf21ba034b19bc70d6d;p=thirdparty%2Fgcc.git * pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon. From-SVN: r54058 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 655842206bd5..e4131a871134 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -111,6 +111,8 @@ 2002-05-29 Jeff Law + * pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon. + * flow.c (propagate_one_insn): Do not remove a dead insn if it contains a REG_RETVAL note. diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index accc4c1e2320..0cf52a5bd22d 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -865,7 +865,7 @@ extern struct rtx_def *hppa_compare_op0, *hppa_compare_op1; extern enum cmp_type hppa_branch_type; #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 as assembly via FUNCTION_PROFILER. Just output a local label.