]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix nits.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 27 Jun 2007 19:56:56 +0000 (19:56 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Wed, 27 Jun 2007 19:56:56 +0000 (19:56 +0000)
From-SVN: r126062

gcc/ChangeLog

index 795d13d2d24650c265c084cdeb52eb4fa8b5043c..e726b58f5aae251ce9cdbff2b8c42eede23e2678 100644 (file)
 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.
        
 
 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>
 
        * 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