method.c (use_thunk): Call free_after_compilation after assemble_end_function.
authorJakub Jelinek <jakub@redhat.com>
Wed, 19 Aug 2009 15:27:48 +0000 (17:27 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 19 Aug 2009 15:27:48 +0000 (17:27 +0200)
commitdc0c6451cd5551fe2f1cac817acf62e71ab73423
treeab9cb60c984e206b00c2a68af48c934ec209f92f
parent9302a061421dfbd63626da0559bc65a3c2f87ce4
method.c (use_thunk): Call free_after_compilation after assemble_end_function.

* method.c (use_thunk): Call free_after_compilation after
assemble_end_function.

* config/rs6000/rs6000.c (rs6000_output_mi_thunk): Don't call
free_after_compilation.
* config/score/score7.c (score7_output_mi_thunk): Likewise.
* config/score/score3.c (score3_output_mi_thunk): Likewise.
* config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
* config/mips/mips.c (mips_output_mi_thunk): Likewise.
* config/sh/sh.c (sh_output_mi_thunk): Likewise.
* config/m68k/m68k.c (m68k_output_mi_thunk): Likewise.
* config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.

From-SVN: r150938
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/config/m68k/m68k.c
gcc/config/mips/mips.c
gcc/config/rs6000/rs6000.c
gcc/config/score/score3.c
gcc/config/score/score7.c
gcc/config/sh/sh.c
gcc/config/sparc/sparc.c
gcc/cp/ChangeLog
gcc/cp/method.c