diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8dca3071398..904a06bbd64 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2007-05-29 David Daney * config/i386/i386.c (ix86_function_regparm): Added checking of ix86_force_align_arg_pointer to determine the number of diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index ba36ecec233..ddab40c1ffe 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -7325,6 +7325,9 @@ mips_output_mi_thunk (FILE *file, tree thunk_fndecl ATTRIBUTE_UNUSED, no_new_pseudos = 1; reload_completed = 1; + /* Mark the end of the (empty) prologue. */ + emit_note (NOTE_INSN_PROLOGUE_END); + /* Pick a global pointer. Use a call-clobbered register if TARGET_CALL_SAVED_GP, so that we can use a sibcall. */ if (TARGET_USE_GOT)