Fix nits.

From-SVN: r126062
This commit is contained in:
Eric Botcazou 2007-06-27 19:56:56 +00:00
parent 4f4aa936a6
commit 20de4d9913
1 changed files with 2 additions and 19 deletions

View File

@ -189,7 +189,7 @@
2007-06-23 Kenneth Zadeck <zadeck@naturalbridge.com>
PR middle-end/32437
*dce.c (deletable_insn_p): Add extra parameter and recurse if insn
* dce.c (deletable_insn_p): Add extra parameter and recurse if insn
is a PARALLEL.
(prescan_insns_for_dce): Add extra parameter.
@ -508,8 +508,7 @@
2007-06-19 Nick Clifton <nickc@redhat.com>
* config/m32r/linux.h (LIB_SPEC): Always imply -lpthread for
-pthread.
* config/m32r/linux.h (LIB_SPEC): Always imply -lpthread for -pthread.
2007-06-18 Uros Bizjak <ubizjak@gmail.com>
@ -531,22 +530,6 @@
* gcse.c (replace_store_insn): Update the note before
calling emit_insn_after.
2007-06-18 David Daney <ddaney@avtrex.com
Revert:
2007-06-18 David Daney <ddaney@avtrex.com
PR target/32313
* config/mips/mips.c (mips_expand_call): Mark $gp as used by
local function call.
2007-06-18 David Daney <ddaney@avtrex.com
PR target/32313
* config/mips/mips.c (mips_expand_call): Mark $gp as used by
local function call.
2007-06-18 Kenneth Zadeck <zadeck@naturalbridge.com>
PR middle-end/32355